#cyberpunk #cyberpunk2077 #disabledodge
Hi everyone! In this video I'll show you how to disable the multi-tap dodge function in Cyberpunk 2077. This is useful if you find yourself accidentally dodging while sneaking and end up blowing your cover. This fix can also be undone should you need your dodge function back. Enjoy!
The path you need to follow is:
C:\Program Files (x86)\Steam\steamapps\common\Cyberpunk 2077\r6\config
File: inputContexts.xml
Search for:
multitap action="DodgeForward" downtime="0.2" uptime="0.2" count="2" cancels="Right;Back;Left"/
multitap action="DodgeRight" downtime="0.2" uptime="0.2" count="2" cancels="Forward;Back;Left"/
multitap action="DodgeBack" downtime="0.2" uptime="0.2" count="2" cancels="Right;Forward;Left"/
multitap action="DodgeLeft" downtime="0.2" uptime="0.2" count="2" cancels="Right;Back;Forward"/
Set the "count=" to 99 instead of the defaulted 2, like so:
multitap action="DodgeForward" downtime="0.2" uptime="0.2" count="99" cancels="Right;Back;Left"/
multitap action="DodgeRight" downtime="0.2" uptime="0.2" count="99" cancels="Forward;Back;Left"/
multitap action="DodgeBack" downtime="0.2" uptime="0.2" count="99" cancels="Right;Forward;Left"/
multitap action="DodgeLeft" downtime="0.2" uptime="0.2" count="99" cancels="Right;Back;Forward"/