• 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.

Joystick Buttons

MajorMagee

SOH-CM-2022
I have a 12 button joystick, but only the trigger seems to be recognized by CFS3. Is there a trick to getting this to work?

I have these entries in CFS3's xca file for my keyboard/joystick, and have the same mappings in the joystick's set-up software.

<Device Type="Logitech Force 3D Pro USB">
<GameMode Name="Player">
<Axis ID="X" Action="Set_Bank" Scale="64" Nullzone="36"/>
<Axis ID="Y" Action="Set_Pitch" Scale="64" Nullzone="36"/>
<Axis ID="Slider" Action="AXIS_THROTTLE_SET" Scale="127" Nullzone="1"/>
<Axis ID="Rudder" Action="Set_Yaw" Scale="64" Nullzone="36"/>
<Button ID="1" Action="Fire_Guns"/>
<Button ID="2" Action="TakeScreenshot"/>
<Button ID="3" Action="ReleaseFireWeapon"/>
<Button ID="4" Action="SelectNextWeapon"/>
<Button ID="5" Action="CycleTacticalRange"/>
<Button ID="6" Action="DropFuelTanks"/>
<Button ID="7" Action="FLAPS_DOWN"/>
<Pov ID="1" Action="HeadPov"/>
<Button ID="8" Action="FLAPS_UP"/>
<Button ID="9" Action="TOGGLE_AUTOTRIM"/>
<Button ID="10" Action="TOGGLE_AIRCRAFT_EXIT"/>
<Button ID="11" Action="GEAR_TOGGLE"/>
<Button ID="12" Action="Toggle_BombBay"/>
</GameMode>
 
Never mind, I figured out what was happening. The joystick config software was actually turning the buttons into key strokes, and CFS3 could only recognize them as buttons. :salute:
 
Back
Top