Difference between revisions of "Parts/Engine/jetEngines/jetEngineTurbo.cfg"
From Kerbal Space Program Wiki
< Parts
(Created page with "<pre> // Kerbal Space Program - Part Config // LV-T45 Liquid Fuel Engine // // --- general parameters --- name = turboFanEngine module = AtmosphericEngine author = C. Jenki...") |
(Updated for 0.23) |
||
Line 1: | Line 1: | ||
− | + | {{Part config|TurboJet Engine|2=PART | |
− | + | { | |
// Kerbal Space Program - Part Config | // Kerbal Space Program - Part Config | ||
− | |||
// | // | ||
// --- general parameters --- | // --- general parameters --- | ||
name = turboFanEngine | name = turboFanEngine | ||
− | module = | + | module = Part |
author = C. Jenkins | author = C. Jenkins | ||
Line 16: | Line 15: | ||
// --- node definitions --- | // --- node definitions --- | ||
node_stack_top = 0.0, 1.133, 0.0, 0.0, 1.0, 0.0 | node_stack_top = 0.0, 1.133, 0.0, 0.0, 1.0, 0.0 | ||
+ | |||
+ | |||
// --- FX definitions --- | // --- FX definitions --- | ||
Line 21: | Line 22: | ||
fx_exhaustLight_yellow = 0.0, -0.1, 0.0, 0.0, 0.0, 1.0, power | fx_exhaustLight_yellow = 0.0, -0.1, 0.0, 0.0, 0.0, 1.0, power | ||
fx_smokeTrail_light = 0.0, -0.1, 0.0, 0.0, 1.0, 0.0, power | fx_smokeTrail_light = 0.0, -0.1, 0.0, 0.0, 1.0, 0.0, power | ||
+ | fx_exhaustSparks_flameout = 0.0, 0.0, 0.0, 0.0, 1.0, 0.0, flameout | ||
// --- Sound FX definition --- | // --- Sound FX definition --- | ||
− | sound_vent_medium = | + | sound_vent_medium = engage |
− | sound_jet_low = | + | sound_jet_low = running |
sound_jet_deep = power | sound_jet_deep = power | ||
− | sound_vent_soft = | + | sound_vent_soft = disengage |
+ | sound_explosion_low = flameout | ||
// --- editor parameters --- | // --- editor parameters --- | ||
− | + | TechRequired = highAltitudeFlight | |
− | category = | + | entryCost = 18000 |
+ | cost = 2250 | ||
+ | category = Propulsion | ||
subcategory = 0 | subcategory = 0 | ||
title = TurboJet Engine | title = TurboJet Engine | ||
manufacturer = C7 Aerospace Division. | manufacturer = C7 Aerospace Division. | ||
− | description = A | + | description = A highly advanced turbine engine using space-grade materials for very high performance. This new model features the latest in thrust vectoring and compression technology. This engine is designed to operate best at higher altitudes and speeds, and engineers from C7 Aerospace assured us all those leaks stop once it gets up there. |
// attachment rules: stack, srfAttach, allowStack, allowSrfAttach, allowCollision | // attachment rules: stack, srfAttach, allowStack, allowSrfAttach, allowCollision | ||
Line 49: | Line 54: | ||
maxTemp = 3600 | maxTemp = 3600 | ||
− | + | MODULE | |
− | + | { | |
− | + | name = ModuleEngines | |
− | + | thrustVectorTransformName = thrustTransform | |
− | + | exhaustDamage = True | |
− | + | ignitionThreshold = 0.1 | |
− | + | minThrust = 0 | |
− | + | maxThrust = 225 | |
− | + | heatProduction = 400 | |
− | + | useEngineResponseTime = True | |
− | + | engineAccelerationSpeed = 0.2 | |
− | + | engineDecelerationSpeed = 0.35 | |
− | + | useVelocityCurve = True | |
− | + | PROPELLANT | |
− | + | { | |
− | + | name = LiquidFuel | |
− | + | ratio = 1 | |
− | + | DrawGauge = True | |
− | + | } | |
− | + | PROPELLANT | |
− | + | { | |
− | + | name = IntakeAir | |
+ | ratio = 15 | ||
+ | } | ||
+ | atmosphereCurve | ||
+ | { | ||
+ | key = 0 1200 | ||
+ | key = 0.3 2500 | ||
+ | key = 1 800 | ||
+ | } | ||
+ | velocityCurve | ||
+ | { | ||
+ | key = 0 0.5 0 0 | ||
+ | key = 1000 1 0 0 | ||
+ | key = 2000 0.5 0 0 | ||
+ | key = 2400 0 0 0 | ||
+ | } | ||
+ | |||
+ | } | ||
− | + | MODULE | |
− | + | { | |
− | + | name = ModuleAnimateHeat | |
+ | ThermalAnim = HeatAnimationEmissiveTurbofan | ||
+ | } | ||
− | + | MODULE | |
− | gimbalRange = | + | { |
− | + | name = ModuleGimbal | |
+ | gimbalTransformName = thrustTransform | ||
+ | gimbalRange = 1 | ||
+ | } | ||
− | + | MODULE | |
+ | { | ||
+ | name = ModuleAlternator | ||
+ | RESOURCE | ||
+ | { | ||
+ | name = ElectricCharge | ||
+ | rate = 5.0 | ||
+ | } | ||
+ | } | ||
+ | RESOURCE | ||
+ | { | ||
+ | name = ElectricCharge | ||
+ | amount = 0 | ||
+ | maxAmount = 0 | ||
+ | isTweakable = false | ||
+ | hideFlow = true | ||
+ | } | ||
+ | } | ||
+ | }} |
Revision as of 13:28, 24 January 2014
PART { // Kerbal Space Program - Part Config // // --- general parameters --- name = turboFanEngine module = Part author = C. Jenkins // --- asset parameters --- mesh = model.mu scale = 1.0 // --- node definitions --- node_stack_top = 0.0, 1.133, 0.0, 0.0, 1.0, 0.0 // --- FX definitions --- fx_exhaustLight_yellow = 0.0, -0.1, 0.0, 0.0, 0.0, 1.0, power fx_smokeTrail_light = 0.0, -0.1, 0.0, 0.0, 1.0, 0.0, power fx_exhaustSparks_flameout = 0.0, 0.0, 0.0, 0.0, 1.0, 0.0, flameout // --- Sound FX definition --- sound_vent_medium = engage sound_jet_low = running sound_jet_deep = power sound_vent_soft = disengage sound_explosion_low = flameout // --- editor parameters --- TechRequired = highAltitudeFlight entryCost = 18000 cost = 2250 category = Propulsion subcategory = 0 title = TurboJet Engine manufacturer = C7 Aerospace Division. description = A highly advanced turbine engine using space-grade materials for very high performance. This new model features the latest in thrust vectoring and compression technology. This engine is designed to operate best at higher altitudes and speeds, and engineers from C7 Aerospace assured us all those leaks stop once it gets up there. // attachment rules: stack, srfAttach, allowStack, allowSrfAttach, allowCollision attachRules = 1,0,1,0,0 // --- standard part parameters --- mass = 1.2 dragModelType = default maximum_drag = 0.2 minimum_drag = 0.2 angularDrag = 2 crashTolerance = 7 maxTemp = 3600 MODULE { name = ModuleEngines thrustVectorTransformName = thrustTransform exhaustDamage = True ignitionThreshold = 0.1 minThrust = 0 maxThrust = 225 heatProduction = 400 useEngineResponseTime = True engineAccelerationSpeed = 0.2 engineDecelerationSpeed = 0.35 useVelocityCurve = True PROPELLANT { name = LiquidFuel ratio = 1 DrawGauge = True } PROPELLANT { name = IntakeAir ratio = 15 } atmosphereCurve { key = 0 1200 key = 0.3 2500 key = 1 800 } velocityCurve { key = 0 0.5 0 0 key = 1000 1 0 0 key = 2000 0.5 0 0 key = 2400 0 0 0 } } MODULE { name = ModuleAnimateHeat ThermalAnim = HeatAnimationEmissiveTurbofan } MODULE { name = ModuleGimbal gimbalTransformName = thrustTransform gimbalRange = 1 } MODULE { name = ModuleAlternator RESOURCE { name = ElectricCharge rate = 5.0 } } RESOURCE { name = ElectricCharge amount = 0 maxAmount = 0 isTweakable = false hideFlow = true } }