DQXIS-SDK icon indicating copy to clipboard operation
DQXIS-SDK copied to clipboard

Disable left stick from advancing dialogue

Open mike9k1 opened this issue 1 year ago • 1 comments

Just figured i'd drop this here as a quick tweak suggestion for gamepad users. I'm more than certain we've come upon this one before and it keeps getting forgotten about / buried. This is a suitable place to note it for now.

In the Input.ini file, remove or comment out these 2 lines:

AxisMappings=(AxisName="UILeftY",Key=Gamepad_LeftY,Scale=1.f) AxisMappings=(AxisName="UILeftX",Key=Gamepad_LeftX,Scale=1.f)

Doing this will cause your gamepad not to advance dialogue when the left analogue stick is touched.

Just a note that the D-Pad still works for the UI and dialogue advancement with this tweak. It only disables the analogue stick for the UI.

mike9k1 avatar Dec 24 '22 04:12 mike9k1