Page 1 of 1

f-18 engine trouble

PostPosted: Fri Jan 04, 2008 4:16 pm
by Vladimir
how do i add an engine to a plane?No,i havent drink alchocol,my f-18 blue angel came with only one engine?!?!?!the other is textured but it doesnt work?!

Re: f-18 engine trouble

PostPosted: Fri Jan 04, 2008 9:59 pm
by garymbuska
how do i add an engine to a plane?No,i havent drink alchocol,my f-18 blue angel came with only one engine?!?!?!the other is textured but it doesnt work?!


Not quite sure what you are asking here :-?
Are you trying to add a physical engine to a existing aircraft or trying to improve the performance of an existing engine.
There is no way to add another engine to a existing model and i am not sure what effect it would have if you made entries in the aircraft cfg file for a engine that is not actually there would be it might work. The tricky part is figuring out where to place it notice the numbers after each engine. You have to tell it where to put the engine at make a wrong entry and it could cause all kinds of problems.
below is the entries for the default B737-800
notice the two entries under engine.0=
and engine.1=

GeneralEngineData]
engine_type = 1                                 //0=Piston, 1=Jet, 2=None, 3=Helo-Turbine, 4=Rocket, 5=Turboprop
Engine.0 = 0, -16.1, -3.2                    //(feet) longitudinal, lateral, vertical distance from reference datum
Engine.1 = 0,  16.1, -3.2                    //(feet) longitudinal, lateral, vertical distance from reference datum
fuel_flow_scalar = 1                            //Scalar for fuel flow efficiency
min_throttle_limit = -0.25                      //Minimum percent throttle.  Generally negative for turbine reverser
max_contrail_temperature = -30                  //Temperature (deg C) below which contrails may appear

[TurbineEngineData]
fuel_flow_gain = 0.002                          //Gain on fuel flow
inlet_area = 19.6                               //Square Feet, engine nacelle inlet area
rated_N2_rpm = 29920                            //RPM, second stage compressor rated value
static_thrust = 24200                           //Lbs, max rated static thrust at Sea Level
afterburner_available = 0                       //Afterburner available?
reverser_available = 1                          //Thrust reverser available?
ThrustSpecificFuelConsumption = 0.6             //Thrust specific fuel consumption (Jets)
AfterBurnThrustSpecificFuelConsumption = 0      //TSFC with afterburn/reheat engaged

[jet_engine]
thrust_scalar = 1.0
8-)