Originally posted by Ack-Ack
open up the .jsm file for your controllers and copy and paste the below numbers.
Roll
0.45,0.49,0.53,0.57,0.62,0.67,0.73,0.83,0.93,1.00
Pitch
0.45,0.49,0.53,0.57,0.62,0.67,0.73,0.83,0.93,1.00
Yaw
0.45,0.49,0.53,0.57,0.62,0.67,0.73,0.83,0.93,1.00
In each of your config files for your controllers, just look for the line that will say "Axis # Roll/Pitch/Yaw". Below those lines, there will be numbers similiar to the ones above. Those are your stick scale numbers. Just copy and paste the above numbers and save your config file.
Hope it helps.
ack-ack
I've never tinkered with the text file, only making adjustments in game. In the .jsm file, the data appears as below:
Saitek X52 Flight Controller
9,42
Y Axis
0,32767,65535,0.087000,0.174000,0.250000
AXIS,PITCH,0,1
0.31,0.39,0.48,0.59,0.68,0.77,0.89,1.00,1.00,1.00
AXIS,PITCH,0,1
0.10,0.20,0.30,0.40,0.50,0.60,0.70,0.80,0.90,1.00
NOTUSED,NOTUSED,0,0
NOTUSED,NOTUSED,0,0
X Axis
0,32767,65535,0.050000,0.100000,0.250000
AXIS,ROLL,0,1
0.47,0.55,0.67,0.72,0.83,0.89,0.95,0.99,1.00,1.00
AXIS,ROLL,0,1
0.10,0.20,0.30,0.40,0.50,0.60,0.70,0.80,0.90,1.00
NOTUSED,NOTUSED,0,0
NOTUSED,NOTUSED,0,0
Z Rotation
0,32768,65535,0.350000,0.256000,0.250000
AXIS,YAW,0,1
0.03,0.11,0.22,0.32,0.43,0.54,0.65,0.76,0.89,1.00
AXIS,YAW,0,1
0.10,0.20,0.30,0.40,0.50,0.60,0.70,0.80,0.90,1.00
The first string of values for Axis roll/pitch/yaw 0,1 is what we should replace, leaving the second string as it is?