User manual
Aerosoft F-16 Fighting Falcon 1.00 Manual
Page 39 of 46
All the lines starting with // are not used by FSX but if you’d like to make the aircraft fly as it would with
an external center tank it is easy to take this line:
// station_load.X= 354.0, 0.00, -0.00, -4.00, EX-TANK 300 // Station 5
and add it to the active section. The stations that can be used are shown here. Note the two stations ON
TOP of the fuselage; they are only for the conformal fuselage tanks.
The same is true for other sections, for example the fuel section looks like this:
[FUEL]
fuel_type = 2
number_of_tank_selectors = 1
electric_pump = 1
fuel_dump_rate = 0.00185
LeftAux = 0.00, -5.5, 0.00, 82.5, 0.0 // F-16 Left Wing Tank
RightMain = 5.00, 0.0, 0.00, 442.5, 0.0 // F-16 Forward Main Tank
LeftMain = -5.00, 0.0, 0.00, 442.5, 0.0 // F-16 Aft Main Tank
RightAux = 0.00, 5.5, 0.00, 82.5, 0.0 // F-16 Right Wing Tank
External1 = 0.00, -7.5, -2.25, 370.0, 0.0 // Left Wing External Drop Tank
External2 = 0.00, 7.5, -2.25, 370.0, 0.0 // Right Wing External Drop Tank
// Center3 = 0.00, 0.0, -3.75, 300.0, 0.0 // Center External Drop Tank
// LeftAux = 0.00, -2.75, 2.00, 225.0, 0.0 // Left Wing Conformational Fuel Tank
// RightAux = 0.00, 2.75, 2.00, 225.0, 0.0 // Right Wing Conformational Fuel Tank
Again you see that all possible tanks are included and we just disabled some of the tanks.