The Witcher 3

File information

Last updated

Original upload

Created by

Keelhauled

Uploaded by

modcollector245

Virus scan

Safe to use

Tags for this mod

14 comments

  1. StannieDum
    StannieDum
    • premium
    • 54 kudos
    Would there be any chance of an update to support the Next Gen version (v4.00)? I cannot for the life of me get the code on the description page to work any more with the newest version of the game. Thanks.

    The 'updated' version in the link posted on 22 Jan 2020 is no longer there.
  2. jmoyano92
    jmoyano92
    • member
    • 0 kudos
    Updated version:
    https://www.nexusmods.com/witcher3/mods/3651?tab=description
    1. deadpool2810
      deadpool2810
      • member
      • 0 kudos
      ссылка не работает друг
  3. DarkFire315
    DarkFire315
    • member
    • 0 kudos
    To get working on 1.31, manually replace the "event OnCommWalkToggle( action : SInputAction )" function in game/player/playerInput.ws with the code from the bottom of the description page. I did this in my script merger merge file and it works perfectly.
  4. Chresones
    Chresones
    • member
    • 1 kudos
    1.31 game ver. - script compilation error

    .. that's a pity. cause I hate walk/run toggles so much .. would've been nice to have this for the newest game version
  5. PuppetVaysa
    PuppetVaysa
    • member
    • 15 kudos
    Doesn't work in 1.31.
  6. xxTheGoDxx
    xxTheGoDxx
    • supporter
    • 0 kudos
    Would also love to have the opposite.
    1. Belandriel
      Belandriel
      • supporter
      • 3 kudos
      For everybody, who wants the opposite (hold to jog):

      1.) Install the mod "Walk by default" and then

      2.) change "playerinput.ws" within THIS mod file:

      event OnCommWalkToggle( action : SInputAction )
      {
      if( IsReleased(action) )
      {
      thePlayer.SetWalkToggle( false );
      }
      else if( IsPressed(action) && !thePlayer.GetIsSprinting() && !thePlayer.modifyPlayerSpeed )
      {
      thePlayer.SetWalkToggle( true );
      }
      }

      by swapping false and true in the brackets. Voilá... works with 1.22
  7. Belandriel
    Belandriel
    • supporter
    • 3 kudos
    Is there a way to do the opposite? I mean walking by default and you have to hold the key to run?
  8. Svammelie
    Svammelie
    • supporter
    • 20 kudos
    1.10 compatible?
  9. Georg555
    Georg555
    • member
    • 0 kudos
    Also interesting, in a gamepad case, Is there a way to return a slow walk options, which was removed with the 1.07 patch? Before 1.07 were 4 walking variants, and only two now.
    http://forums.cdprojektred.com/threads/53139-%28-1-07-%29-Slow-Walk-is-gone
  10. Lehair
    Lehair
    • supporter
    • 0 kudos
    Do you happen to know if theres a way to make the default walk a the slower animation like where Geralt is on a boat or walking into an object?
    1. modcollector245
      modcollector245
      • premium
      • 9 kudos
      Doesn't the normal walk toggle already accomplish that? Just press the button to switch between jogging and walking.
    2. Lehair
      Lehair
      • supporter
      • 0 kudos
      No that's not what I mean, theres the regular walk where you switch between running and jogging and theres another really slow walk Geralt does when he walks on a boat and when he is walking into an object and cant go anywhere i.e a box or wall