I have just released an update, hopefully this fixes the stuttering, in my own testing I do not notice it at all, but if you still experience it, please let me know! I also readded the check to make sure ammo is empty before reloading! I apologize for my oversite when testing and updating the file!
Do I just put the whole folder in the mod section? or just the main.lua? I've tried both but my character wont reload after dodging. I'm probably doing something wrong since I'm new to mod
i saw your comment on your post in Discord Palworld Modding Community but can't see your Logicmods folder. Does it really has Logicmods folder because when I downloaded the latest version, it doesn't have any.
Any plans on making it work with dedicated servers? I mean, not installing it on the server itself, just as it is now, I have a few mods installed which even works in my dedicated server without other players connecting needing to install mods that are on the server because the mod is only installed on my own game folders.
but this dodge reload mod only works in single player, if this would work even when connecting to others servers or my own it would be really great :) !
thought this mod kind of cheat one. 'cause just dodge makes auto reloaded goes battle pretty easy and speedy. but it dosen't skip reload motion, it just let me free of using pree 'R'. a good mod that doesn't kick off the balance. thanx :)
I personally dont mess with making mods that disrupt the balance of a game, but I do like to make things feel better to play, and I think this is definately something that doesnt make it easier to paly, but makes it feel better to play
55 comments
Could I propose a version that also shortens the reload times or that doesn't reset the reload during dodging :)?
In any case thanks!
I mean, not installing it on the server itself, just as it is now, I have a few mods installed which even works in my dedicated server without other players connecting needing to install mods that are on the server because the mod is only installed on my own game folders.
but this dodge reload mod only works in single player, if this would work even when connecting to others servers or my own it would be really great :) !
NotifyOnNewObject("/Script/Pal.PalPlayerCharacter", function(Context)
player_character = Context
end)
RegisterHook("/Script/Pal.PalPlayerController:OnEndRolling", function(Context)
if player_character.ShooterComponent.GetHasWeapon().IsEmptyMagazine() == true then
player_character.ShooterComponent.ReloadWeapon()
end
end)
'cause just dodge makes auto reloaded goes battle pretty easy and speedy.
but it dosen't skip reload motion, it just let me free of using pree 'R'.
a good mod that doesn't kick off the balance.
thanx :)