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

Rudder Pedal Issues

SS Hard Drive for CFS3

Anyone else using a solid state HD just to run CFS3. I installed mine yesterday and moved only my CFS folder on to it, Loads in less than 1/2 the time and seems to help the simulator run more smoothly.
 
It seems like it doesn't save the X/Y rudder pedal assignment. I seem to remember having to do something with the Uiesel.xml file or something like that?
 
It seems like it doesn't save the X/Y rudder pedal assignment. I seem to remember having to do something with the Uiesel.xml file or something like that?

I had the same problems until someone suggested adding these lines to your key assigments file (stock install in Win7: C:\Users\YourName\AppData\Roaming\Microsoft\Combat Flight Simulator 3.0/CFS3.xca. Open with NotePad):

<Device Type="YourDevice">
<GameMode Name="Player">
<Axis ID="Rudder" Action="Set_Yaw" Scale="64" Nullzone="36"/>
<Axis ID="X" Action="AXIS_LEFT_BRAKE_SET" Scale="64" Nullzone="36"/>
<Axis ID="Y" Action="AXIS_RIGHT_BRAKE_SET" Scale="64" Nullzone="36"/>
</GameMode>
</Device>

Replace "YourDevice" with the name of your rudder pedals.
 
I had the same problems until someone suggested adding these lines to your key assigments file (stock install in Win7: C:\Users\YourName\AppData\Roaming\Microsoft\Combat Flight Simulator 3.0/CFS3.xca. Open with NotePad):

<Device Type="YourDevice">
<GameMode Name="Player">
<Axis ID="Rudder" Action="Set_Yaw" Scale="64" Nullzone="36"/>
<Axis ID="X" Action="AXIS_LEFT_BRAKE_SET" Scale="64" Nullzone="36"/>
<Axis ID="Y" Action="AXIS_RIGHT_BRAKE_SET" Scale="64" Nullzone="36"/>
</GameMode>
</Device>

Replace "YourDevice" with the name of your rudder pedals.

I'm still having issues, could someone look at my xca file and point out any obvious mistakes I may have made?

http://pastebin.com/FAzyau8N
 
It seems to me you did not 'close' the definitions for your pedals with the </Device> tag until you entered a new device: your joystick. Now there's also other axis and buttons stuff in your rudder pedal definitions (the same that are also in your joystick definitions). Make a backup of the file first and then delete everything between <Device Type="CH PRO PEDALS USB"> and the first </Device> you encounter, just before your joystick entry, and try adding only the lines below:

<Device Type="CH PRO PEDALS USB">
<GameMode Name="Player">
<Axis ID="Rudder" Action="Set_Yaw" Scale="64" Nullzone="36"/>
<Axis ID="X" Action="AXIS_LEFT_BRAKE_SET" Scale="64" Nullzone="36"/>
<Axis ID="Y" Action="AXIS_RIGHT_BRAKE_SET" Scale="64" Nullzone="36"/>
</GameMode>
</Device>

You could also try the file below (I tried editing yours):

View attachment my_xca.txt
 
I tried the xca file you provided, but the rudder just seems to twitch on the runway when I try using the pedals.

Do the pedals need to be calibrated occasionally, like a joystick? My Sidewinder II is a bit temperamental, sometimes needs calibrating within a week, sometimes is stable for months.
 
Windows resets my joystick calibration every time I reboot, and aircraft are completely uncontrollable until I run the calibration software again.
 
Back
Top