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

Jump to navigation Jump to search
Line 126: Line 126:


Now the Quadrant will move the throttle levers as they should. The levers and props should follow the levers on the Quadrant. However, you might notice that the throttles do not seem to feel like they are independent to each other when taxing or in the air. There is another adjustment to look into and this is the property throttles-coupled='true'(bool).
Now the Quadrant will move the throttle levers as they should. The levers and props should follow the levers on the Quadrant. However, you might notice that the throttles do not seem to feel like they are independent to each other when taxing or in the air. There is another adjustment to look into and this is the property throttles-coupled='true'(bool).
In this example, the DC-3 Dakota will need a small edit. The file that needs this edit is named ‘controls.xml’ and it's location can be found at /Aircraft/Douglas-Dc3/Systems/controls.xml. The bellow command will be found near the bottom of this file.
<syntaxhighlight lang="bash">
<throttle-coupled type="bool">1</throttle-coupled>
</syntaxhighlight>
The Boolean value 1 needs to be changed to a 0, as in the below example.
<syntaxhighlight lang="bash">
<throttle-coupled type="bool">0</throttle-coupled>
</syntaxhighlight>
Of course the file needs to be saves. Depending where the file is located, permissions might need to be dealt with.


=== Thrustmaster Flight Rudder Pedals ===
=== Thrustmaster Flight Rudder Pedals ===
320

edits

Navigation menu