hschuit
SOH-CM-2024
Thanks Henk,
(...) Can you post specifics on the VC light, dorsal beacon and weight changes needed for the trainer cfg file? It would be much appreciated.
-G-
Here is my list of variation specific Aircraft.cfg parameters.
I keep all options in my Aircraft.cfg files; depending on the variation I want, redundant lines are commented out with the preceeding "//". So, the blue text are the active lines.
To keep this post readable, the list ONLY shows the variation specific parameters by section.
Further, it contains a few additions/corrections (red text) which are FSX specific and work fine for me.
The list only covers the clean, 2 tank and 4 tanks models. The active lines (blue text) produce the setup for the TF-104 4-tank model (model.7)
Abbreviations:
F = single seat F-104
TF= two seater TF-104
[fltsim.0]
//sim=cs_f104 // F
sim=cs_tf104 // TF
//model=0 // F clean
//model=1 // F 2 tanks
//model=2 // F 4 tanks
//model=3 // F 4xAIM-9 + 2x AIM-7
//model=4 // F bombs
//model=5 // TF clean
//model=6 // TF 2 tanks
model=7 // TF 4 tanks
[weight_and_balance]
//empty_weight =14300 // F clean
//empty_weight =14700 // F 2 tanks
//empty_weight =15100 // F 4 tanks
//empty_weight =14420 // TF clean
//empty_weight =14820 // TF 2 tanks
empty_weight =15220 // TF 4 tanks
station_load.1="180, 10, 0, -1, Instructor" // TF
//station_load.1="493, 16, 0, -1, Rounds of Ammo" // F
[GeneralEngineData]
fuel_flow_scalar =1.0 // was 0.780 in FS2004 - see next section
[TurbineEngineData]
// FSX addition, TSFC values for the J79-GE-11A engine
ThrustSpecificFuelConsumption = 0.850
AfterBurnThrustSpecificFuelConsumption = 1.965
[fuel]
//Center1 = 0, 0, 0, 867, 5 // F
Center1 = 0, 0, 0, 657, 5 // TF
LeftAux= -4, 6, -3.4, 209, 5 // wing tank (4 tank configuration)
RightAux= -4, -6, -3.4, 209, 5 // wing tank (4 tank configuration)
LeftTip= -6, 11, -1.4, 164, 5 // tip tank (2 tank configuration)
RightTip= -6, -11, -1.4, 164, 5 // tip tank (2 tank configuration)
[contact_points]
//point.6 =2, 1, -2, -2, 787, 0, 0, 0, 0, 0, 0, 0, 0, 4, 0, 0 // clean/2 tanks
//point.7 =2, 1, 0, -2, 787, 0, 0, 0, 0, 0, 0, 0, 0, 4, 0, 0 // clean/2 tanks
//point.8 =2, 1, 2, -2, 787, 0, 0, 0, 0, 0, 0, 0, 0, 4, 0, 0 // clean/2 tanks
point.6 =2, 1, -6, -4, 787, 0, 0, 0, 0, 0, 0, 0, 0, 4, 0, 0 // 4 tanks
point.7 =2, 1, 0, -4, 787, 0, 0, 0, 0, 0, 0, 0, 0, 4, 0, 0 // 4 tanks
point.8 =2, 1, 6, -4, 787, 0, 0, 0, 0, 0, 0, 0, 0, 4, 0, 0 // 4 tanks
[lights]
//--Dorsal beacon---------------------------------------
//light.0 = 2, 6.90, 0.00, 2.55, cs104_bc_w // F
light.0 = 2, 0.90, 0.00, 2.55, cs104_bc_w // TF
//--NAV lights on wingtip or on tiptank--------------------
//light.8 = 3, -9.00, -10.65, -1.20, cs104_nav_r // clean
//light.9 = 3, -9.00, 10.65, -1.20, cs104_nav_g // clean
light.8 = 3, -11.59, -11.68, -1.39, cs104_nav_r // 2/4 tanks
light.9 = 3, -11.59, 11.68, -1.39, cs104_nav_g // 2/4 tanks
//--Virtual Cocpkit light------------------------------------
//light.10 = 4, 15.01, 0.00, 1.63, cs104_vclight // F
light.10= 4, 10.50, 0.00, 1.70, cs104_vclight // TF
//--fs2004 wingtip vortex, blocked out - not needed here in FSX
//light.11 = 8, -9.00, -10.65, -1.20, cs104_contrail
//light.12 = 8, -9.00, 10.65, -1.20, cs104_contrail
[smokesystem]
smoke.0=-31.00, 0.00, 0.00, cs104_smoke // all models, fixes wrong FS2004 XYZ values
[exits]
//number_of_exits = 1 // canopy F
number_of_exits = 2 // front + back canopy TF
exit_rate.0 = 0.4 // front - all models
exit_rate.1 = 0.4 // back - TF only, unfortunately my back canopy does not open/close in FSX...
[Views]
//eyepoint=14, 0, 2.25 // F
eyepoint=9.5, 0, 2.9 // TF
[GPWS]
// If you do not add bitching Betty yourself, FSX will do it for you with default values which I find rather annoying. In this case, only warning is given for excessive sink rate with flaps and gear down.
max_warning_height = -1
sink_rate_fpm = -9999
excessive_sink_rate_fpm = -9999
climbout_sink_rate_fpm = -9999
flap_and_gear_sink_rate_fpm= -1200
best regards, Henk