Fast Forward and Dialogue Skip Disabled
Fast Forward and Dialogue Skip Disabled
Tired of accidentally skipping dialogue with either controller or keyboard and mouse? With this simple xml tweak never skip dialogue again.
Simple xml tweak of the inputUserMappings.xml located in Cyberpunk 2077\r6\config to entirely disable dialogue skipping.
Both fields for gamepad/controller and keyboard and mouse have been altered to be empty therefor disabling dialogue skipping.
Here are the strings I have edited if you want to merge this with another inputUserMappings.xml
<mapping name=”FastForward_Button” type=”Button” >
<button id=”IK_Home” />
</mapping>
<mapping name=”SceneFastForward_Button” type=”Button” >
<button id=”” />
<button id=”” overridableUI=”fastForward”/>
</mapping>
<mapping name=”FastForward_Hold_Button” type=”Button” >
<button id=”” />
</mapping>
Install:
1.) Navitigate to Cyberpunk 2077\r6\config
2.) Make a backup of the original inputUserMappings.xml
3.) Replace orginal inputUserMappings.xml with the provided file