Hi guys!
Does anyone know how to get the four jet engines to work?
They are prescribed in the config, but only the first two work.
Tried also with the [FUEL_SYSTEM] section on the 747 example, but the engines all stalled. With the added section from the two-engine still work the first two. With this section removed it is the same, only the 1st and 2nd engines work.
The fuel tanks seem to be spelled correctly.
Any ideas would be appreciated.
upd:
It's very, very strange. Checked again without the [FUEL_SYSTEM] section, loaded in the air - all engines work, but after landing and shutting down, followed by startup, only the first two start.
Does anyone know how to get the four jet engines to work?
They are prescribed in the config, but only the first two work.
Code:
[GENERALENGINEDATA]
; LEGACY
engine_type =1
fuel_flow_scalar =1
engine.0 = -6.42, -54.7, -3.98
engine.1 = 6.2, -34.82, -5.8
engine.2 = 6.2, 34.82, -5.8
engine.3 = -6.42, 54.7, -3.98
min_throttle_limit =-0.27
max_contrail_temperature =-39.707329
; MODERN
master_ignition_switch =0
starter_type =0
thrustanglespitchheading.0 = 0, 0
thrustanglespitchheading.1 = 0, 0
thrustanglespitchheading.2 = 0, 0
thrustanglespitchheading.3 = 0, 0
;-high_fuel_flow = 9800 ;
;-min_n2_for_fuel_flow = 22 ;
;-mach_influence_on_n1 = 10 ;
;-fuel_flow_max = 10000 ;
;-fuel_flow_controller_p = 0.5 ;
;-fuel_flow_controller_i = 0.01 ;
;-fuel_flow_controller_d = 0.1 ;
;-fuel_flow_controller_iboundary = 10 ;
;-fuel_flow_controller_dboundary = 100 ;
;-max_torque_protection = 0 ; 0 = no protection, value of the torque triggering a protection by automatically limiting the fuelflow
;-max_n1_protection = 104 ; 0 = no protection, value of the n1 triggering a protection by automatically limiting the fuelflow
;-max_n2_protection = 105 ; 0 = no protection, value of the n2 triggering a protection by automatically limiting the fuelflow
;-max_egt_protection = 2000 ; 0 = no protection, value of the egt triggering a protection by automatically limiting the fuelflow
;-n2_from_bleed_air_psi_table = 0:0, 4:8, 10:18, 18:25 ; Table which contains the n2 generated depending on the pression from the bleed air from the APU (in psi).
;-bleed_air_on_n2_tc = 1 ; Time constant which contains the speed at which the bleed air pressure affect the N2 of the turbine.
;-n1_to_oil_pressure_table = 0:0, 0.21:0.88, 0.9:0.954, 1:1 ; % of max Oil Pressure for % N1.
accumulated_time_hobbs_min_pct_rpm=0
accumulated_time_hobbs_min_knots=0
Tried also with the [FUEL_SYSTEM] section on the 747 example, but the engines all stalled. With the added section from the two-engine still work the first two. With this section removed it is the same, only the 1st and 2nd engines work.
The fuel tanks seem to be spelled correctly.
Code:
[FUEL]
; LEGACY
LeftMain = 5.98, -24.15, -0.02, 9962, 0 ;
RightMain = 5.98, 24.15, -0.02, 9962, 0 ;
Center1 = 12.68, 0, -5.4, 11336, 0 ;
leftaux = -8.03, -51.7, 3.53, 2879, 0 ;
rightaux = -8.03, 51.7, 3.53, 2879, 0 ;
lefttip = -16.25, -65.72, 4.99, 617, 0 ;
righttip = -16.25, 65.72, 4.99, 617, 0 ;
fuel_type = 2 ; 1 = OCTANE 100, 2 = JET_A, 3 = OCTANE 80, 4 = AUTO GAS, 5 = JET B
number_of_tank_selectors = 1 ; Max 4
electric_pump = 1 ;
fuel_dump_rate = 10.83 ;
; MODERN
engine_driven_pump = 1 ;
manual_transfer_pump = 0 ;
manual_pump = 0 ;
anemometer_pump = 0 ;
default_fuel_tank_selector.1=1 ; Default fuel selector used in case of autostart for engine 1, default is ALL.
default_fuel_tank_selector.2=1 ; Default fuel selector used in case of autostart for engine 2, default is ALL.
default_fuel_tank_selector.3=1 ; Default fuel selector used in case of autostart for engine 3, default is ALL.
default_fuel_tank_selector.4=1 ; Default fuel selector used in case of autostart for engine 4, default is ALL.
Any ideas would be appreciated.
upd:
It's very, very strange. Checked again without the [FUEL_SYSTEM] section, loaded in the air - all engines work, but after landing and shutting down, followed by startup, only the first two start.
Last edited:
