• There seems to be an uptick in Political comments in recent months. Those of us who are long time members of the site know that Political and Religious content has been banned for years. Nothing has changed. Please leave all political and religious comments out of the forums.

    If you recently joined the forums you were not presented with this restriction in the terms of service. This was due to a conversion error when we went from vBulletin to Xenforo. We have updated our terms of service to reflect these corrections.

    Please note any post refering to a politician will be considered political even if it is intended to be humor. Our experience is these topics have a way of dividing the forums and causing deep resentment among members. It is a poison to the community. We appreciate compliance with the rules.

    The Staff of SOH

  • Server side Maintenance is done. We still have an update to the forum software to run but that one will have to wait for a better time.

Inverting controller axis?

JT8D-9A

Charter Member
Hi,
is there a way to invert a controller axis?
I need that for the rudder axis.
Thanks in advance!

BTW, thanks for ETO - really awesome work!:applause:
 
I manually edited my <keys>.xca file, located in <x>:\documents and settings\<username>\apps data\microsoft\<cfs3 install>\ :
<Axis ID="X" Action="AXIS_LEFT_BRAKE_SET" Scale="65472" Nullzone="36"/>
<Axis ID="Y" Action="AXIS_RIGHT_BRAKE_SET" Scale="65472" Nullzone="36"/>

this worked for me.
Hope it helps.
 
Go to controllers. Click on the assignment. Twist joystick to left, or press left pedal. Should work. If it is backwards, go back to the controller settings, click on the assignment and twist right, or press right pedal. Figured this out when my throttle was backwards. Tried on my pedals to verify. Hope it helps.
 
Thanks a lot for your replies!
I could solve the problem by writing a minus before the scale value:
="Set_Yaw" Scale="-64" Nullzone="36"/>
 
Just to be sure ... can you go back to your key file, to check the value ... mine was also set with minus, but ended as shown above after running the game ... I guess this is a modulo 2^16 ...
 
Back
Top