Version: 1.5.27.0
Frequency: Consistently
Severity: Blocker
Context: In the flight_model.cfg file, the fuel_tank_priority parameter in [FUEL] does not function. Construction of my latest project underway…
Bug description:
Here is an excerpt from my flight_model.cfg file:
[FUEL]
LeftMain = 0,0,0,84.01,0 ; Aile gauche
RightMain = 0,0,0,84.01,0 ; Aile droite
Center1= 0,0,0,239.87,0 ; Avant
Center2= 0,0,0,62.35,0 ; Arrière
Center3 = 0,0,0,0,0
LeftAux = 0,0,0,0,0
LeftTip = 0,0,0,0,0
RightAux = 0,0,0,0,0
RightTip = 0,0,0,0,0
External1= 0,0,0,356.63,0 ; Flunts Intérieurs
External2= 0,0,0,240.39,0 ; Flunts extérieurs
fuel_type =2
number_of_tank_selectors =1
default_fuel_tank_selector.1=1
fuel_tank_priority= Center2,External2,External1 LeftMain-RightMain,Center1
I have the impression that the problem stems from the external tanks: they always empty first, and both at the same time… Then, the tanks empty in the desired order!
What’s strange is that when setting the fuel quantity via the EFB before the flight, the tanks follow the order specified in the flight_model.cfg file perfectly.
Thank you to the Asobo team for fixing this bug, which is the only issue currently preventing my test pilots, former Swiss Air Force pilots, from being completely satisfied!
