Can you please post the modifications made to the config file in your description for the ppl who'd prefer to modify their config file like myself? since i have other stuff already modified in my config for vehicle handling mods.
The "IK_LControl" is the key to hold to walk. This is what you will find in the Walk (L Ctrl) [Main file]. Changing the "IK_LControl" to "IK_Tab" will change the key from l ctrl to tab, just like what you'd find in theWalk (Tab) [Main file].You can also change it to any key you'd prefer. (Examples: "IK_CapsLock", "IK_MiddleMouse", "IK_Mouse4")
And the values found under <button id="IK_Pad_LeftAxisX" /> : "-1.35" (negative X aixs), "1.35" (X axis) are the walkspeed of (-) left and (+) right.
Values found under <button id="IK_Pad_LeftAxisY" /> : "-1.35" (negative Y axis), "1.35" (Y axis) are the walkspeed of (-) back and (+) forward.
I recommend changing the values anywhere between "1.1" and "1.6", cause values less than "1.1" makes the walking animation too slow, and values higher than "1.6" gets you back to jogging.
THIS MOD IS OUTDATED. AND THE USER THAT UPLOADED IT GOT BANNED, SO THEY CAN'T UPDATE IT OR REALEASE NEW VERSIONS OF IT. THE NEW UP TO DATE VERSION OF THIS MOD CAN BE FOUND HERE > Properly Walk
As of update 1.3 this mod breaks some controls. You can still walk but you cannot exit computer screens. I haven't tested anything else but that was one of the first things I noticed with update 1.3.
Yeah, I'm still using the mod even though I can't exit monitors. I just read everything on the computer etc and after that I open up map, close it. Save the game and then load that save.
Thanks for the detailed explanation you give in the stickied comment. I will try it out later. Truly hope that CDPR will add this simple but necessary feature to their game at some point...
i did what it said backed up the orginal file and unbound left crtl key like it said and hit the key like it said and nothing happend and i am running patch 1.12
Sorry to hear that. This mod was tested on V1.11 and works just fine. (Sorry for the late reply, didn't pay attenton) I'll look into your problem as soon as I can.
40 comments
You should/could find/add/change/replace the lines (highlighted in yellow) under the <!-- MAPPINGS --> section:
<mapping name="LeftX_Axis" type="Axis" >
<button id="IK_Pad_LeftAxisX" />
<button id="IK_A" val="-1.35" overridableUI="left"/>
<button id="IK_D" val="1.35" overridableUI="right"/>
<button id="IK_W" val="0.0" overridableUI="forward"/>
<button id="IK_S" val="0.0" overridableUI="back"/>
<button id="IK_LControl" val="0.0" />
</mapping>
<mapping name="LeftY_Axis" type="Axis" >
<button id="IK_Pad_LeftAxisY" />
<button id="IK_W" val="1.35" overridableUI="forward"/>
<button id="IK_S" val="-1.35" overridableUI="back"/>
<button id="IK_A" val="0.0" overridableUI="left"/>
<button id="IK_D" val="0.0" overridableUI="right"/>
<button id="IK_LControl" val="0.0" />
</mapping>
The "IK_LControl" is the key to hold to walk. This is what you will find in the Walk (L Ctrl) [Main file].
Changing the "IK_LControl" to "IK_Tab" will change the key from l ctrl to tab, just like what you'd find in the Walk (Tab) [Main file]. You can also change it to any key you'd prefer. (Examples: "IK_CapsLock", "IK_MiddleMouse", "IK_Mouse4")
And the values found under <button id="IK_Pad_LeftAxisX" /> :
"-1.35" (negative X aixs), "1.35" (X axis) are the walkspeed of (-) left and (+) right.
Values found under <button id="IK_Pad_LeftAxisY" /> :
"-1.35" (negative Y axis), "1.35" (Y axis) are the walkspeed of (-) back and (+) forward.
Changing the values to "1.2" will give you the same result of both the Walk (L Ctrl - Slower) [Optional file] and the Walk (Tab - Slower) [Optional file].
I recommend changing the values anywhere between "1.1" and "1.6", cause values less than "1.1" makes the walking animation too slow, and values higher than "1.6" gets you back to jogging.
Thank you.
Little imgur video demonstrating how lovely it works ^-^ for anyone interested to see it work with the settings in the post above aka 1.35 values.
Truly thank you for this!
THE NEW UP TO DATE VERSION OF THIS MOD CAN BE FOUND HERE > Properly Walk
Kind Regards.
You can still walk but you cannot exit computer screens.
I haven't tested anything else but that was one of the first things I noticed with update 1.3.
I just read everything on the computer etc and after that I open up map, close it. Save the game and then load that save.
I'll look into your problem as soon as I can.