0 of 0

File information

Last updated

Original upload

Created by

SuperDotaPlaya

Uploaded by

superdotaplaya

Virus scan

Safe to use

Tags for this mod

52 comments

  1. superdotaplaya
    superdotaplaya
    • member
    • 3 kudos
    Locked
    Sticky
    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!
  2. new3darot
    new3darot
    • premium
    • 4 kudos
    Great mod!
    Could I propose a version that also shortens the reload times or that doesn't reset the reload during dodging :)?

    In any case thanks!
  3. kipenzam
    kipenzam
    • member
    • 0 kudos
    can you make this mod works after throwing spheres? as you know, if you throw sphere right after shooting, reload will be canceled.
  4. ecaace0830
    ecaace0830
    • member
    • 0 kudos
    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.
    1. superdotaplaya
      superdotaplaya
      • member
      • 3 kudos
      This mod is only a lua mod, does not have any pak files needed
  5. AkimboDK
    AkimboDK
    • supporter
    • 16 kudos
    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 :) ! 
    1. superdotaplaya
      superdotaplaya
      • member
      • 3 kudos
      I do have an idea on how to make it work, just will need a bit of time to test and verify
    2. AkimboDK
      AkimboDK
      • supporter
      • 16 kudos
      Amazing, I will wait patiently then :) ! 
    3. Tricyclethief
      Tricyclethief
      • member
      • 1 kudos
      Hoping to see this working on dedicated server as well!
  6. ka1var
    ka1var
    • supporter
    • 2 kudos
    Hi, the updated version reloads on dodge even when clip is not empty. Previously it only did it when empty.
    1. Elysium7
      Elysium7
      • member
      • 5 kudos
      The author will likely update this, but if you don't want to wait you can replace the text in 'DodgeReload/Scripts/Main.lua' with this:

      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)
    2. ka1var
      ka1var
      • supporter
      • 2 kudos
      Yes, that was it. Thank you!
    3. superdotaplaya
      superdotaplaya
      • member
      • 3 kudos
      I feel dumb for this one, yeah, im updating it right now!
  7. Stopmv
    Stopmv
    • member
    • 0 kudos
    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 :)
    1. superdotaplaya
      superdotaplaya
      • member
      • 3 kudos
      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
  8. superdotaplaya
    superdotaplaya
    • member
    • 3 kudos
    UPDATED 2/13/2024

    The mod now checks to see if ammo in weapon is actually empty before reloading!

    Thank you for your patience while I figured this part out!
  9. mavisl
    mavisl
    • member
    • 0 kudos
    where do i put this?
    1. inkwash11111
      inkwash11111
      • member
      • 0 kudos
      应该是 Palworld\Pal\Binaries\Win64\Mods
  10. KaiSEFF14
    KaiSEFF14
    • member
    • 0 kudos
    i don't have any hiccups (only tried with crossbow tho)
  11. PolarOpposite
    PolarOpposite
    • premium
    • 4 kudos
    Can't seem to get it working. Weirdly enough I get the stutter when dodging so the mod is functioning in some way but it's not actually reloading my weapons

    EDIT: lol 2 weeks later and I realized I misunderstood the purpose of the mod. Thought it was supposed to reload your weapon when you dodge, not start  reloading. You could've bothered to respond and mention that. The name isn't clear.
    1. NBbriian
      NBbriian
      • premium
      • 0 kudos
      Same, i just updated it and now the game stutters but it doesn't reload weapons
    2. AkimboDK
      AkimboDK
      • supporter
      • 16 kudos
      What gun are you using when dodging? crossbow? single-shot rifle/Musket?
      or if using pistol, or assault rifle etc, try empty the gun and then dodge.
    3. NBbriian
      NBbriian
      • premium
      • 0 kudos
      i tried on crossbows and pistols and nothing. it cancels the reload when dodging with cross bow, and as well with pistols
    4. PolarOpposite
      PolarOpposite
      • premium
      • 4 kudos
      I tried with the crossbow and musket. Didn’t have other guns unlocked at the time