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

[NFS Most Wanted and Carbon] LB and RB not work when use for shift down and shift up #77

Open
Resdryn opened this issue Nov 22, 2023 · 0 comments

Comments

@Resdryn
Copy link

Resdryn commented Nov 22, 2023

My control is generic that uses the X360 for Windows driver. And the LT/RT isn't a trigger, so I can't use them with the precision of the throttle joystick. Because of this, I decided to use the preset that I used on the PS2: Accelerate and brake on the RS, turn on the LS, nitro on the RB, handbrake on the LB, gear change on the RT and LT. However, I can't get this to work decently on the MW 2005 and the Carbon, after all the RT/LT is not recognized when pressed (but only when it is mapped for gear shifting).
; In-Game controls
GAMEACTION_GAS = XINPUT_GAMEPAD_RS_UP
GAMEACTION_BRAKE = XINPUT_GAMEPAD_RS_DOWN
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_LB
GAMEACTION_NOS = XINPUT_GAMEPAD_RB
GAMEACTION_GAMEBREAKER = XINPUT_GAMEPAD_RSB
GAMEACTION_SHIFTUP = XINPUT_GAMEPAD_RT
GAMEACTION_SHIFTDOWN = XINPUT_GAMEPAD_LT
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_RIGHT_THUMB
CAMERAACTION_CHANGE = XINPUT_GAMEPAD_Y
CAMERAACTION_LOOKBACK = XINPUT_GAMEPAD_X

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