Key Bindings - XBOX Pad [PC]
Hello
I have XBOX pad PC version (wireless). How can I change key bindings? Standard not pass for me, I tried accustomise to it but I couldn;t 🙂
I like acceleration on A key, and nitro on triggers/bumbers. Brake on 'B'... Brake on left trigger imo sux :/
I'm doing a lot worse times on pad than on keyboard because of that.
Please add key bind option for gamepads.
Everyone maybe know how change bind keys? Maybe somewhere in .ini/.cfg files?
Accelerate is GstKeyBinding.racevehicle.ConceptMoveFB.0.button 15
Brake is GstKeyBinding.racevehicle.ConceptBrake.0.button 14
Nitro is GstKeyBinding.racevehicle.ConceptSprint.0.button 5
Handbrake is GstKeyBinding.racevehicle.ConceptHandBrake.0.button 6
Pursuit Tech 1 is GstKeyBinding.racevehicle.ConceptSelectInventoryItem1.0.button 4
Pursuit Tech 2 is GstKeyBinding.racevehicle.ConceptSelectInventoryItem2.0.button 7
So you can see that
a=button 5
b=button 7
x=button 6
y=button 4RT=button 15
LT=button 14If you want accelerate to be the "A" button you would change
GstKeyBinding.racevehicle.ConceptMoveFB.0.button 15
to
GstKeyBinding.racevehicle.ConceptMoveFB.0.button 5
and so on until you have it the way you want it. Enjoy.