WALK key on PC V1.0
WALK key on PC V1.0
Adds the ability to walk with ALT instead of constantly running like a 10 years old with ADHD.
Tired of running around like a maniac?
This mod adds the ability to walk!
UNBIND ALT INSIDE THE GAME OR IT WILL OPEN YOUR WEAPON WHEEL – Change it to whatever
Simply unzip and drag and drop the content in your Cyberpunk folder (Ex “C:\Program Files (x86)\Steam\steamapps\common\Cyberpunk 2077\”) and click yes to overwrite.
I suggest backing up the file before replacing it just in case something weird happens.
If you don’t want to use alt or if you want to edit the speed, open up the file and look for :
<mapping name=”LeftY_Axis” type=”Axis” >
<button id=”IK_Pad_LeftAxisY” />
<button id=”IK_W” val=”1.0″ overridableUI=”forward”/>
<button id=”IK_S” val=”-1.0″ overridableUI=”back”/>
<button id=”IK_Alt” val=”0.4″ overridableUI=”forward”/>
</mapping>
The Bold line is the one you can edit. IK_Alt is the key and 0.4 is the speed, 1 being normal running speed.
Edit :
Nice addition from Apex187 :
This also works for the Vehicles if you want to drive slower. Just add this <button id=”IK_Alt” val=”0.4″ overridableUI=”vehicleAccelerate”/> under Acceleration_Axis. Charles