Yoke for FlightGear: Difference between revisions

Jump to navigation Jump to search
no edit summary
(Created page with "Yoke for FlightGear(or FGYoke) are a virtual yoke for FlightGear on iOS and Android based on TCP. Available in Apple Appstore.")
 
No edit summary
Line 1: Line 1:
Yoke for FlightGear(or FGYoke) are a virtual yoke for FlightGear on iOS and Android based on TCP.
Yoke for FlightGear(or FGYoke) are a virtual yoke for FlightGear on iOS and Android based on TCP.
Available in Apple Appstore.
Available in Apple Appstore.<br />
How to use:<br />
Install FGYoke first. <br />
<?xml version="1.0"?>
<PropertyList>
    <generic>
        <input>
            <line_separator>newline</line_separator>
            <var_separator>,</var_separator>
            <chunk>
                <name>aileron</name>
                <type>float</type>
                <format>%f</format>
                <node>/controls/flight/aileron</node>
            </chunk>
            <chunk>
                <name>elevator</name>
                <type>float</type>
                <format>%f</format>
                <node>/controls/flight/elevator</node>
            </chunk>
        </input>
    </generic>
</PropertyList>
 
 
Go to the setting page, and type in the IP address and the port number of the computer that are going to run FlightGear. In this case, we can use 23333 as port number. Click Save.<br />
339

edits

Navigation menu