0 of 0

File information

Last updated

Original upload

Created by

fishnipples129 or Dane

Uploaded by

fishnipples129

Virus scan

Safe to use

Tags for this mod

About this mod

Using Input Loader, this mod will make the dodge keybind more responsive.

Requirements
Permissions and credits
This mod will not work for controller users.

        <mapping name="Dodge_Button" type="Button" >
<button id="IK_Pad_B_CIRCLE" />
<button id="IK_LControl" thresholdPress="0.01" thresholdRelease="0.01" overridableUI="dodgeDash" />
    </mapping>

What I did was add the 0.01 thresholdPress and 0.01 thresholdRelease to the dodge keybind (Ignore IK_LControl, the actual keybind will be whatever you set it to be in-game).