Howto:Build and run FlightGear on Raspberry Pi 4: Difference between revisions

Jump to navigation Jump to search
Line 125: Line 125:
Let us assume that this configuration is for the twin engine DC-3 Dakota and axis-0 will be assigned to ALL engine mixture levers, axis-1 will be assigned to ‘Throttle Engine 0’ and axis-2 is assigned to ‘Throttle Engine 1’. Note that within this .XML configuration file that <axis> is another way to express <axis n=’0’>. The axis-0 doesn’t need the n=’0’. Find <axis n=’1’> and change the ‘offset’ from 0 to -1  also change ‘factor’ from 1 to -0.5. Do the same for <axis n='2'>.
Let us assume that this configuration is for the twin engine DC-3 Dakota and axis-0 will be assigned to ALL engine mixture levers, axis-1 will be assigned to ‘Throttle Engine 0’ and axis-2 is assigned to ‘Throttle Engine 1’. Note that within this .XML configuration file that <axis> is another way to express <axis n=’0’>. The axis-0 doesn’t need the n=’0’. Find <axis n=’1’> and change the ‘offset’ from 0 to -1  also change ‘factor’ from 1 to -0.5. Do the same for <axis n='2'>.


{| class="wikitable"
|-
| Note || For FG revision 2019.1.1, axis n="1" and n="2" needed to be change to:
<syntaxhighlight lang="xml">
<factor type="double">.5</factor>
<offset type="double">1</offset>
</syntaxhighlight>
|}
The below worked on FG revision 2018.3.2.
<syntaxhighlight lang="xml">
<syntaxhighlight lang="xml">
   <axis>
   <axis>
320

edits

Navigation menu