The Witcher 3
0 of 0

File information

Last updated

Original upload

Created by

KCS

Uploaded by

ksolberg

Virus scan

Safe to use

Tags for this mod

202 comments

  1. mauricious777
    mauricious777
    • member
    • 0 kudos
    Doesn't seem to work for keyboards. I only have slow walk, walk, and sprint. Jogging seems to have gone. Jogging indoors is also gone, and walk is the only thing you can do.
  2. jooeess
    jooeess
    • member
    • 1 kudos
    I love this mod, except that I wanted to Toggle run instead of holding the sprint button, but still only default to fast walk with the stick... so I made a little "hack" and it seems to work nicely: tap once to toggle run, double tap to toggle sprint, release movement to go back to walking mode. (note: I'm sure there's better ways to do this but my goal was minimal impact to current code!).

    1. Open mod's locomotionDirectController.ws

    2. Find this line:
    speed = ( leftStickLength * speedWalkingMax ) * leftStickLength;

    3. Replace that line with these two lines:
    if( leftStickLength < 0.5 ) player.sprintSpeed = speedWalkingMax;
    speed = leftStickLength * player.sprintSpeed;

    save, re-merge if needed, and done!
    1. RiXtn
      RiXtn
      • member
      • 0 kudos
      Dude, YOU are awesome!!
      works perfekt and is so much better to use.
      Thank you for sharing :)

      greetings from Cologne, Germany :)
    2. UhuruNUru
      UhuruNUru
      • premium
      • 31 kudos
      The only criticism I have with those instructions, is all edits should be commented, and original version left in, but also commented out.

      So I'd change the replace instruction to this

      3. Replace that line with these lines:
      //ImmersiveMotion - Jooeess Edit++
      //speed = ( leftStickLength * speedWalkingMax ) * leftStickLength;
      if( leftStickLength < 0.5 ) player.sprintSpeed = speedWalkingMax;
      speed = leftStickLength * player.sprintSpeed;
      //ImmersiveMotion - Jooeess Edit--

      This helps with troubleshooting, and merging if required.

      Plus though it should be blatantly obvious (but maybe not so obvious to for noobs), specify it's only for the controller version of the mod.
    3. coin1832
      coin1832
      • member
      • 5 kudos
      I tested it out and it's working as described. Thanks so much. Should have read the comments before my own failed attempt.
      There is also something you didn't mention: release only half of the left thumb and Geralt walks at maximum speed; full throttle again and Geralt resumes sprinting without tapping the sprint button. Very very cool.
    4. fjorgar
      fjorgar
      • member
      • 1 kudos
      Amazing, just what I was looking for. Is there a way to toggle with A/X (Xbox/PS) tap/double tap run/sprint? Basically to toggle with the button mappings above.
    5. the7nightmare
      the7nightmare
      • member
      • 2 kudos
      Is it possible to do this with keyboard too?
  3. Xamebruh
    Xamebruh
    • member
    • 0 kudos
    can't merge with SCAAR :< i'm using 1.31 
    1. the7nightmare
      the7nightmare
      • member
      • 2 kudos
      Use compatibility patch from SCAAR download page
  4. custard274
    custard274
    • member
    • 0 kudos

    Hi does anyone know how to re-enable stop sprinting when out of stamina? (I have modified stamina settings and want to keep this feature)
  5. masterofglove8000
    masterofglove8000
    • member
    • 1 kudos
    I consider it my duty to share this. this is an analog that works on version 4.03
    https://www.nexusmods.com/witcher3/mods/8293
  6. xxxXxswaGGxxxXXX
    xxxXxswaGGxxxXXX
    • member
    • 0 kudos
    idk if im being crazy but while using this mod if i slightly move the left stick to 45 degree, geralt walks slightly slower. also had a comparison i did on kaer trolde bridge the time difference is of 2 seconds between moving forward and moving with 45 degree while still kinda walking straight on the bridge. 

    tl;dr moving diagonally is slow (atleast with a gamepad)

    edit:nvm fixed it by changing the deadzone shape
  7. uglykidcid
    uglykidcid
    • premium
    • 84 kudos
    As far as I can tell I no longer have run. Double tapping with keyboard does nothing. I can slow walk, walk, and sprint. No run

    Well after redownloading and reinstalling it works. I guess it had to recompile scripts. Double tap sprints and single tap brings me back to run
    1. PibuRa
      PibuRa
      • supporter
      • 0 kudos
      How did you make it work? I can't jog/run. I can sprint, slow walk, fast walk. But no jogging/sprinting. I even redownloaded the mod. Using the keyboard version btw.
  8. Sunrise222
    Sunrise222
    • supporter
    • 0 kudos
    We really need this mod compatible with the next-gen update.
    1. megath1rt3en
      megath1rt3en
      • member
      • 0 kudos
      Indeed, this is by far the most usefull mod for controller players. Such a shame it doesn't work anymore.
    2. Absetik
      Absetik
      • premium
      • 0 kudos
      https://www.nexusmods.com/witcher3/mods/7376
    3. megath1rt3en
      megath1rt3en
      • member
      • 0 kudos
      Thanks my good sir, i tried to code and adapt his work but i wan't able to. Not all heros wear capes!
    4. CrypticCasoos
      CrypticCasoos
      • member
      • 0 kudos
      www.nexusmods.com/witcher3/mods/7376?tab=description - Immersive Motion for Gamepads (Next-Gen)
  9. CrypticCasoos
    CrypticCasoos
    • member
    • 0 kudos
    I'm beyond happy to announce that a next gen version has been uploaded here:  Immersive Motion for Gamepads (Next-Gen)?. Props to voidsmith for doing so.
  10. megath1rt3en
    megath1rt3en
    • member
    • 0 kudos
    Hi good sir. This is a very much needed mod to play. I would love if you could update for the nex gen. Thanks for your mod.
    1. voidsmith
      voidsmith
      • premium
      • 11 kudos
      .
    2. voidsmith
      voidsmith
      • premium
      • 11 kudos
      Since the original creator seems inactive I adapted the mod for next gen : https://www.nexusmods.com/witcher3/mods/7376