Good morning,
I am in the process of revamping a client that uses FSUIPC over at FSEconomy and had a quick questions.
I have searched for this, but apparently haven't hit the right keywords.
Is there a way to determine the Loaded Aircrafts Fuel Type?
I have searched the Offset PDF (I think I have the latest) and couldn't determine if that was available or not.
I have looked in different aircraft.cfg files for FSX and see an entry there for that.
As an example the fuel section for a B737-800:
[fuel] Center1 = -5.9, 0.0, -3.2, 4299, 0 LeftMain = -9.7, -17.2, -3.2, 1288, 0 RightMain = -9.7, 17.2, -3.2, 1288, 0 fuel_type = 2 //Fuel type: 1 = Avgas, 2 = JetA number_of_tank_selectors = 1 electric_pump=1 fuel_dump_rate = 0.0167
For the default Aircreation 582SL:
[fuel] Center1= -2.70, 0.00, -3.80, 10.00, 0.00 fuel_type=1.000000 number_of_tank_selectors=1 electric_pump=0 engine_driven_pump=0
I figured I could use the current weight per gallon (0xAF4) that is calculated to get a rough estimate as 100ll is generally right at 6lbs, whereas JetA is a bit heavier at 6.5+lbs, but if it is already available no use guessing.
Thanks for a great product btw, I have personally been a silent paid user for a number of years now.
(Just started using Mister Henty's .net wrapper as well, and another great piece of work that helps to simplify integration for those of us that like a managed environment.)