Du musst dir deinen Conroler selben Konfigurieren und in der defaults.ini und defintions.ini abspeichern.
In jedem Spiel gibts eine Datei namens ReadMe und diese heißt nicht umsonst so! Nur so als kleiner Tipp.
Als Beispiel, habe mir meinen Thrustmaster auch selber konfigurieren müssen und so sieht sowas dann aus.:
defaults.ini:
[joystick 44]
name = FireStorm Dual Power 2
InputRight = axis 1
InputLeft = axis 0
InputGas = axis 6
InputBrake = axis 7
InputHandBrake = button 5
InputCycleCamera = button 7
InputHorn = button 6
InputReset = button 3
InputLookBehind = button 8
InputShiftUp = button 10
InputShiftDown = button 9
InputCallBackUp = button 1
InputCallRoadBlock = button 2
InputCallCopter = button 4
InputLookLeft = pov 0
InputLookRight = pov 1
InputGear_Reverse =.key SC_MINUS
InputGear_Neutral = key SC_O
InputGear_1 = key SC_1
InputGear_2 = key SC_2
InputGear_3 = key SC_3
InputGear_4 = key SC_4
InputGear_5 = key SC_5
InputGear_6 = key SC_6
definitions.ini:
[joystick 44]
name = FireStorm Dual Power 2
button0 = kTxtButton1
button1 = kTxtButton2
button2 = kTxtButton3
button3 = kTxtButton4
button4 = kTxtButton5
button5 = kTxtButton6
button6 = kTxtButton7
button7 = kTxtButton8
button8 = kTxtButton9
button9 = kTxtButton10
button10 = kTxtButton11
button11 = kTxtButton12
axis0 = 0,left,127,0,kTxtLeftJoystickLeft
axis1 = 0,right,127,255,kTxtLeftJoystickRight
axis2 = 1,up,127,0,kTxtLeftJoystickUp
axis3 = 1,down,127,255,kTxtLeftJoystickDown
axis4 = 5,left,127,0,kTxtRightJoystickLeft
axis5 = 5,right,127,255,kTxtRightJoystickRight
axis6 = 6,up,127,0,kTxtRightJoystickUp
axis7 = 6,down,127,255,kTxtRightJoystickDown
pov0 = 0,left,kTxtPOVLeft
pov1 = 0,right,kTxtPOVRight
pov2 = 0,up,kTxtPOVUp
pov3 = 0,down,kTxtPOVDown