Markus Zojer wrote:
>  2.)Using the YASim FDM, the prop consumables/fuel/total-fuel-lbs and
>  total-fuel-gals show about twice the fuel you have onboard.

If it happens on an air to air refueling aircraft you might check how 
aar.nas is declared in the -set.xml file.
The A-6E had the same symptom with some XML like this:

<nasal>
<A6Efuel>
<module>fuel</module>
<file>Aircraft/Generic/aar.nas</file>
</A6Efuel>
</nasal>

that I replaced by a simpler:

<nasal>
<aar>
<file>Aircraft/Generic/aar.nas</file>
</aar>
</nasal>

... and the count was good again.

Hope it helps,

Alexis


-------------------------------------------------------------------------
This SF.Net email is sponsored by the Moblin Your Move Developer's challenge
Build the coolest Linux based applications with Moblin SDK & win great prizes
Grand prize is a trip for two to an Open Source event anywhere in the world
http://moblin-contest.org/redirect.php?banner_id=100&url=/
_______________________________________________
Flightgear-devel mailing list
Flightgear-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/flightgear-devel

Reply via email to