emoose / DQXIS-SDK

Wrapper DLL & SDK for Dragon Quest XI S

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Disable left stick from advancing dialogue

mike9k1 opened this issue · 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.

Added to the "patch-3" fork ( & pull request):

c2f8f07