Cyberpunk 2077 – How to assign Dodge to a hotkey

Cyberpunk 2077 – How to assign Dodge to a hotkey 5 - wpgameplay.com
Cyberpunk 2077 – How to assign Dodge to a hotkey 5 - wpgameplay.com

Guide for Cyberpunk 2077 – How to a*sign Dodge to a hotkey

In this guide, I’m going to explain how to a*sign Dodge to a hotkey and disable the double-tap feature.
Requirements: Notepad++: It’s a free software for editing code; you can find it easily.

 

Path to the config files

First, you’ll need to go to the game’s config folder. We’ll work on those files.
Example : C:\Program Files (x86)\Steam\steamapps\common\Cyberpunk 2077\r6\config

Step 1 (Assign a new Key)

Open the file “inputUserMappings.xml” (You can right-click and use “Open with Notepad++” if you installed it”

Use CTRL+F and look for <!– Controller specific dodge –>

You’ll find this section :

Cyberpunk 2077 - How to assign Dodge to a hotkey

If you don’t wanna use the crouch keys to dodge, remove the following lines :

<button id=”IK_LControl” overridableUI=”crouchHold”/>
<button id=”IK_C” overridableUI=”crouchToggle”/>

Then you can add the key that you want to use for dodging; in my case, it will be Mouse 4 :

<button id=”IK_Mouse4″/>

Note: To bind a key, do not simply put “A”, “V” (for example). It would be best if you put “IK_A” or “IK_V”.

The lines of code will look like this :

Cyberpunk 2077 - How to assign Dodge to a hotkey

Step 2 (Disabling Double Tap)

To disable Double Tap, we will need to open the file “inputContexts.xml” in the same folder.

Find the section with CTRL+F again, and type <!– MULTITAP ACTIONS –>

It will look like this :

Cyberpunk 2077 - How to assign Dodge to a hotkey

To allow us only to tap our key (In my case, mouse 4) once to dodge, you wanna switch the “Dodge” count=”2″ to “Dodge” count=”1″ in the first line of code.

To disable double-tap, we need to put the “DodgeForward”, “DodgeRight”, DodgeBack” and “DodgeLeft” count to at least 10; this doesn’t really disable the double-tap. Still, it makes sure that we won’t dodge accidentally without using our set key (This puts the double-tap to 10 taps or higher).

The code will look like this :

Cyberpunk 2077 - How to assign Dodge to a hotkey

There you go

I hope this guide was useful; now, you should be able to dodge by using a set key instead of double-tapping the dodge key, which is awful in combat.

Don’t hesitate to fav, and as the guide, it would help me out a lot.

See you in Night City, choom.

Written by -ØR- MasterXdX

I hope you enjoy what we shared today about Cyberpunk 2077 – How to a*sign Dodge to a hotkey. If there is anything you want us to add, please let us know via comment below! See you soon! And thanks!


Be the first to comment

Leave a Reply

Your email address will not be published.


*



The reCAPTCHA verification period has expired. Please reload the page.