Parts/Engine/jetEngines/jetEngineBasic.cfg
From Kerbal Space Program Wiki
< Parts
Revision as of 01:39, 19 December 2013 by XZise (talk | contribs) (XZise moved page Parts/JetEngine/part.cfg to Parts/Engine/JetEngine/part.cfg without leaving a redirect: new place)
// Kerbal Space Program - Part Config // LV-T45 Liquid Fuel Engine // // --- general parameters --- name = JetEngine module = AtmosphericEngine author = C. Jenkins // --- asset parameters --- mesh = model.mu // --- node definitions --- node_stack_top = 0.0, 0.7783, 0.0, 0.0, 1.0, 0.0 // --- FX definitions --- fx_exhaustLight_blue = 0.0, -0.74338, 0.0, 0.0, 0.0, 1.0, power fx_smokeTrail_light = 0.0, -0.74338, 0.0, 0.0, 1.0, 0.0, power // --- Sound FX definition --- sound_vent_medium = activate sound_jet_low = active sound_jet_deep = power sound_vent_soft = deactivate // --- editor parameters --- cost = 950 category = 0 subcategory = 0 title = Basic Jet Engine manufacturer = C7 Aerospace Division. description = A highly advanced replacement model of the Ax-300 series of engines. This new model features the latest in thrust vectoring and compression technology. This engine is suitable for normal crusing speeds and altitudes. // attachment rules: stack, srfAttach, allowStack, allowSrfAttach, allowCollision attachRules = 1,0,1,0,0 // --- standard part parameters --- mass = 1 dragModelType = default maximum_drag = 0.2 minimum_drag = 0.2 angularDrag = 2 crashTolerance = 7 maxTemp = 3600 exhaustDamage = true // --- Atmospheric Engine --- // --- Intake Types 0 = Square 1 = Circular (for area calculation) IntakeShape = 0 intakeSize = 1.1 intakeSuctionPower = 2 maxIntakePower = 125 // -- Definition of Airflow performance curves. Lower curve is defined by lower threshold to optimal. Longer spread between values defines a subtle curve. Where closer values will have much faster fall off. Upper curve is between optimal and maximum airflows. optimalAirflow = 200 lowerAirflowLimit = 45 upperAirFlowLimit = 450 //-- Stall threshold determines the point (thrust power) at which the engine can no longer sustain function stallThreshold = 20 // How quickly the engine spools up and down (lerp by time) engineAccelerationSpeed = 0.005 engineDecelerationSpeed = 0.008 intakeResponseSpeed = 0.007 // Maximum Engine output maximumEnginePower = 100 maximumExhaustSpeed = 1200 // -- Standard Engine Parameters heatProduction = 450 fuelConsumption = 0.3 thrustVectoringCapable = True gimbalRange = 2.5 thrustCenter = 0, -0.5, 0