Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[Most Wanted] Can't use XINPUT_GAMEPAD_RT as GAMEACTION_NOS and XINPUT_GAMEPAD_LT as GAMEACTION_SHIFTUP #74

Open
JubilantNebula opened this issue Oct 10, 2023 · 0 comments

Comments

@JubilantNebula
Copy link

PC:
OS: Windows 10

NFSMW:
XtendedInput Version: 1.20

Default: No problem (Can GAMEACTION_GAS w/ XINPUT_GAMEPAD_RT and GAMEACTION_BRAKE w/ XINPUT_GAMEPAD_LT)
Custom: Problem w/ XINPUT_GAMEPAD_RT and XINPUT_GAMEPAD_LT

Cfg Modified:

; In-Game controls
GAMEACTION_GAS = XINPUT_GAMEPAD_B
GAMEACTION_BRAKE = XINPUT_GAMEPAD_A
GAMEACTION_STEERLEFT = XINPUT_GAMEPAD_LS_LEFT
GAMEACTION_STEERRIGHT = XINPUT_GAMEPAD_LS_RIGHT
GAMEACTION_TURNLEFT = XINPUT_GAMEPAD_LS_LEFT
GAMEACTION_TURNRIGHT = XINPUT_GAMEPAD_LS_RIGHT
GAMEACTION_HANDBRAKE = XINPUT_GAMEPAD_X
; Here!!
GAMEACTION_NOS = XINPUT_GAMEPAD_RT
GAMEACTION_GAMEBREAKER = XINPUT_GAMEPAD_RB
;; and Here!!
GAMEACTION_SHIFTUP = XINPUT_GAMEPAD_LT
GAMEACTION_SHIFTDOWN = XINPUT_GAMEPAD_LB
GAMEACTION_RESET = XINPUT_GAMEPAD_BACK
HUDACTION_PAUSEREQUEST = XINPUT_GAMEPAD_START
HUDACTION_ENGAGE_EVENT = XINPUT_GAMEPAD_DPAD_UP
HUDACTION_PAD_LEFT = XINPUT_GAMEPAD_DPAD_LEFT
HUDACTION_PAD_DOWN = XINPUT_GAMEPAD_DPAD_DOWN
HUDACTION_PAD_RIGHT = XINPUT_GAMEPAD_DPAD_RIGHT
HUDACTION_SKIPNIS = XINPUT_GAMEPAD_A
HUDACTION_NEXTSONG = XINPUT_GAMEPAD_LEFT_THUMB
CAMERAACTION_CHANGE = XINPUT_GAMEPAD_RIGHT_THUMB
CAMERAACTION_LOOKBACK = XINPUT_GAMEPAD_Y
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant