* Vivian Meazza -- Friday 13 February 2004 13:19:
> Could the prop pitch be the problem 

Unlikely -- it's already maximum by default.



> - I can't find any  method of controlling it

Either via http/telnet/property browser:

    /controls/engines/engine[n]/propeller-pitch

Some joystick configs support it. And finally, you can add a key
definition to you personal config, e.g.:


    <key n="113">
        <name>q</name>
        <desc>Decrease prop pitch.</desc>
        <binding>
            <command>nasal</command>
            <script>controls.adjPropeller(-1)</script>
        </binding>
    </key>

    <key n="81">
        <name>Q</name>
        <desc>Increase prop pitch.</desc>
        <binding>
            <command>nasal</command>
            <script>controls.adjPropeller(1)</script>
        </binding>
    </key>

m.

_______________________________________________
Flightgear-devel mailing list
[EMAIL PROTECTED]
http://mail.flightgear.org/mailman/listinfo/flightgear-devel

Reply via email to