Curtis L. Olson writes:

 > Another thing that would be nice to see is a fuel tank selector.
 > Is there support for anything like this currently?

It shouldn't be too hard to add this to JSBSim and YASim.  It's hard
to generalize, though, because there are so many different ways to
select fuel tanks; i.e. we cannot just have

  <controls>
    <fuel-selector-pos>-1</fuel-selector-pos>
  </controls>

but rather, we'll need something like

  <controls>
   <fuel-feed n="0">
    <engine n="0">false</engine>
    <engine n="1">true</engine>
   </fuel-feed>
  </controls>

and so on.


All the best,


David

-- 
David Megginson, [EMAIL PROTECTED], http://www.megginson.com/

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

Reply via email to