ACE COMBAT™7: SKIES UNKNOWN

ACE COMBAT™7: SKIES UNKNOWN

Not enough ratings
Reduce Controller Sensitivity for Right and Left Stick
By anzbert
how to edit sensitivity of gamepads
   
Award
Favorite
Favorited
Unfavorite
Instructions
Edit Input.ini, which is located at %LOCALAPPDATA%\BANDAI NAMCO Entertainment\ACE COMBAT 7\Config

Add this to the bottom of the file:

[/script/engine.inputsettings]
AxisConfig=(AxisKeyName="Gamepad_LeftX",AxisProperties=(DeadZone=0.250000,Sensitivity=1.000000,Exponent=1.000000,bInvert=False))
AxisConfig=(AxisKeyName="Gamepad_LeftY",AxisProperties=(DeadZone=0.250000,Sensitivity=1.000000,Exponent=1.000000,bInvert=False))
AxisConfig=(AxisKeyName="Gamepad_RightX",AxisProperties=(DeadZone=0.250000,Sensitivity=1.000000,Exponent=1.000000,bInvert=False))
AxisConfig=(AxisKeyName="Gamepad_RightY",AxisProperties=(DeadZone=0.250000,Sensitivity=1.000000,Exponent=1.000000,bInvert=False))

I wanted the Left stick to have a sensitivity of 0.9 and the Right stick to have a sensitivity of 0.4, so I changed it to this:

[/script/engine.inputsettings]
AxisConfig=(AxisKeyName="Gamepad_LeftX",AxisProperties=(DeadZone=0.250000,Sensitivity=0.900000,Exponent=1.000000,bInvert=False))
AxisConfig=(AxisKeyName="Gamepad_LeftY",AxisProperties=(DeadZone=0.250000,Sensitivity=0.900000,Exponent=1.000000,bInvert=False))
AxisConfig=(AxisKeyName="Gamepad_RightX",AxisProperties=(DeadZone=0.250000,Sensitivity=0.400000,Exponent=1.000000,bInvert=False))
AxisConfig=(AxisKeyName="Gamepad_RightY",AxisProperties=(DeadZone=0.250000,Sensitivity=0.400000,Exponent=1.000000,bInvert=False))

Of course you can adjust that to suit your own preferred feel.

Have fun!

3 Comments
AyahRaka Aug 16, 2022 @ 3:25am 
Is it useful to perform PSM? I'm not good in PSM anyway
rinzu Dec 3, 2021 @ 10:39pm 
Thanks needed this coming from project wingman, The default sens was way too high.
StyL0s Dec 3, 2020 @ 1:01pm 
Thanks was exactly looking for that