Lee Elliot wrote:
> The stuff I did to enforce a single flap setting on the b-52, and to allow
> four flap postions on other aircraft no longer works - all of the
> aircraft now seem to have three position flaps (this seems to be
> hard-coded into the controls.nas script)

>From a few days back:

+ Flap steppings are now settable per-aircraft.  You can have as many
  as you like; the up/down flaps bindings do the right thing.  I set
  up a sample in the 747-yasim-set.xml configuration.  The syntax is
  very simple (I have no idea if these values are right, though):
    <flaps>
     <setting>0.00</setting>
     <setting>0.01</setting>
     <setting>0.02</setting>
     <setting>0.05</setting>
     <setting>0.10</setting>
     <setting>0.33</setting>
     <setting>0.67</setting>
     <setting>1.00</setting>
    </flaps>
  There is compatibility code in place so that aircraft without a
  "/sim/flaps[n]" declaration will get the old 0.0/0.33/0.66/1.0
  steppings.

Andy


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

Reply via email to