Setting fuel defaults to off
Baron Professional
6
Posts
3
Posters
121
Views
2
Watching
-
Hi, is there an easy code change I could do, to maybe the flightmodel.cfg, to have the fuel valves start in the shutoff position. I understand it's not a change you want to make overall, but didn't know if there was a simple change for those of us who want it set to off for cold & dark. Thanks!
-
I think that could be done by changing the following two lines in each
flight_model.cfg:default_fuel_tank_selector.1 = 19 default_fuel_tank_selector.2 = 20Becomes...
default_fuel_tank_selector.1 = 0 default_fuel_tank_selector.2 = 0Let me know if that works

-
I just tested this and it doesn't work, fuel valves are still on by default even with the above changes.
-
You could try adding the following section to each apron.flt. I've never used this method, but it appears in the flight configuration files of some Asobo aircraft.
[Fuel.0] TankSelector=Off TankSelector1=Off