Difference between revisions of "Parts/Engine/liquidEngineAerospike/liquidEngineAerospike.cfg"
From Kerbal Space Program Wiki
< Parts
m (*update to 1.0.1;) |
m (*update to 1.0.4;) |
||
Line 15: | Line 15: | ||
sound_vent_soft = disengage | sound_vent_soft = disengage | ||
sound_explosion_low = flameout | sound_explosion_low = flameout | ||
− | mass = 1. | + | mass = 1.0 |
// heatConductivity = 0.06 // half default | // heatConductivity = 0.06 // half default | ||
+ | skinInternalConductionMult = 4.0 | ||
emissiveConstant = 0.8 // engine nozzles are good at radiating. | emissiveConstant = 0.8 // engine nozzles are good at radiating. | ||
dragModelType = default | dragModelType = default | ||
Line 58: | Line 59: | ||
atmosphereCurve | atmosphereCurve | ||
{ | { | ||
− | key = 0 340 | + | key = 0 340 -50 -73.71224 |
− | key = 1 290 | + | key = 1 290 -21.23404 -21.23404 |
+ | key = 5 230 -10.54119 -10.54119 | ||
+ | key = 10 170 -13.59091 -13.59091 | ||
key = 20 0.001 | key = 20 0.001 | ||
} | } |
Revision as of 12:25, 27 June 2015
PART { name = toroidalAerospike module = Part author = C. Jenkins mesh = model.mu scale = 1.0 node_stack_top = 0.0, -0.023, 0.0, 0.0, 1.0, 0.0 fx_exhaustFlame_blue = 0.0, -0.0, 0.0, 0.0, 1.0, 0.0, running fx_exhaustLight_blue = 0.0, -0.0, 0.0, 0.0, 0.0, 1.0, running fx_smokeTrail_light = 0.0, -0.0, 0.0, 0.0, 1.0, 0.0, running fx_exhaustSparks_flameout = 0.0, -0.0, 0.0, 0.0, 1.0, 0.0, flameout sound_vent_medium = engage sound_rocket_hard = running sound_vent_soft = disengage sound_explosion_low = flameout mass = 1.0 // heatConductivity = 0.06 // half default skinInternalConductionMult = 4.0 emissiveConstant = 0.8 // engine nozzles are good at radiating. dragModelType = default maximum_drag = 0.2 minimum_drag = 0.2 angularDrag = 2 crashTolerance = 20 maxTemp = 2000 // = 3600 TechRequired = hypersonicFlight entryCost = 24500 cost = 3850 category = Engine subcategory = 0 title = T-1 Toroidal "Aerospike" Liquid Fuel Engine manufacturer = C7 Aerospace Division description = The Toroidal Aerospike is a huge breakthrough from C7 Aerospace. While heavier than previous models, with its heavy-duty exhaust nozzle, the Aerospike makes up for it with an efficient burning of fuel at all altitudes. attachRules = 1,0,1,0,0 bulkheadProfiles = size1 MODULE { name = ModuleEngines thrustVectorTransformName = thrustTransform exhaustDamage = True ignitionThreshold = 0.1 minThrust = 0 maxThrust = 180 heatProduction = 110 fxOffset = 0, 0, 0.25 EngineType = LiquidFuel PROPELLANT { name = LiquidFuel ratio = 0.9 DrawGauge = True } PROPELLANT { name = Oxidizer ratio = 1.1 } atmosphereCurve { key = 0 340 -50 -73.71224 key = 1 290 -21.23404 -21.23404 key = 5 230 -10.54119 -10.54119 key = 10 170 -13.59091 -13.59091 key = 20 0.001 } } MODULE { name = ModuleAnimateHeat } MODULE { name = ModuleAlternator RESOURCE { name = ElectricCharge rate = 5.0 } } MODULE { name = ModuleTestSubject environments = 15 useStaging = True useEvent = True } MODULE { name = ModuleSurfaceFX thrustProviderModuleIndex = 0 fxMax = 0.6 maxDistance = 40 falloff = 1.7 thrustTransformName = thrustTransform } }