Simple walk button and vehicle handling modifier
⚪ Last updated 2020⚠️ Install Order · 6 steps
Install in this order, then this mod last — most mods fail to load without their framework and dependencies in place.
Preview

🔍 Analysis
- 👍 6.4% endorsement rate — high engagement, a strong quality signal
- 🏆 #20 of 52 Utilities mods in this game by downloads
📋 About This Mod
Simple ImputUserMappings.xml edits to have a walk button, and a vehicle "handling" button mapped.
I've found a simple way to have a walk button mapped, and the method seems to work just fine to have a modifier for steering, accelerating and braking as well.
With these, you'll be able to enjoy the look of the game walking around the city, but most importantly you can drive around without smashing into every other car at every corner, and you can turn at high speed without spinning 720° every time.
The attached file is my current InputUserMappings.xml, it contains all the following, and Ausanan1's left CTRL for dedicated dodge as well.
For manual edit:
Originally the ...\Cyberpunk 2077\r6\config\InputUserMappings.xml starts with:
<?xml version="1. 0"?>
<bindings>
<!-- MAPPINGS -->
<mapping name="LeftX_Axis" type="Axis" >
<button id="IK_Pad_LeftAxisX" />
<button id="IK_A" val="-1. 0" overridableUI="left"/>
<button id="IK_D" val="1. 0" overridableUI="right"/>
</mapping>
<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"/>
</mapping>
Add line <button id="IK_Alt" val="0" /> to both axis like this to be able to hold ALT button for half speed in any direction, and left SHIFT to sprint.
(below I've slowed the left right and backwards directional speed to 80% as well, it feels more human-like.)
<?xml version="1. 0"?>
<bindings>
<!-- MAPPINGS -->
<mapping name="LeftX_Axis" type="Axis" >
<button id="IK_Pad_LeftAxisX" />
<button id="IK_A" val="-0. 8" overridableUI="left"/>
<button id="IK_D" val="0. 8" overridableUI="right"/>
<button id="IK_Alt" val="0" />
</mapping>
<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="-0. 8" overridableUI="back"/>
<button id="IK_LShift" val="1. 0" />
<button id="IK_Alt" val="0" />
</mapping>
Feel free to replace IK_ALT with any key you want to use for walk, just don't forget to unmap the key from any other input in-game, or you will do many things simultaneously! :)
For vehicle handling:
Original vehicle acc/break section of the xml:
<mapping name="Acceleration_Axis" type="Axis" >
<button id="IK_Pad_RightTrigger"
📊 Mod Details
- Game
- Cyberpunk 2077 Mods
- Author
- Sonic SaintHog
- Version
- 0.73dzs
- Downloads
- 1,055
- Endorsements
- 67
- Category
- Utilities
- Created
- 12/28/2020
- Updated
- 12/28/2020
🔧 How to Install Cyberpunk 2077 Mods
Download from Nexus.
📖 Full step-by-step install guide for Cyberpunk 2077 →
Visit the official mod page for specific installation instructions for this mod.
🎮 Need cheat codes or console commands? Check ur gaming wiki for Cyberpunk 2077 commands, item IDs, and more.
Keep browsing — more Cyberpunk 2077 mods await