Lee Elliott wrote:
Hi list,

How do I customise the Flap controls now that they seem to be running via nasal?

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)

You can now set them in your <aircraft>-<[yasim][jsbsim][uiuc]>-set.xml file (like in the 747-yasim-set.xml file):


 <sim>
  <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>
 </sim>

Erik


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

Reply via email to