Parts/Engine/jetEngineTurbo/jetEngineTurbo.cfg

From Kerbal Space Program Wiki
< Parts
Revision as of 16:36, 18 November 2012 by Alfman112 (talk | contribs) (Created page with "<pre> // Kerbal Space Program - Part Config // LV-T45 Liquid Fuel Engine // // --- general parameters --- name = turboFanEngine module = AtmosphericEngine author = C. Jenki...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to: navigation, search

// Kerbal Space Program - Part Config
// LV-T45 Liquid Fuel Engine
// 

// --- general parameters ---
name = turboFanEngine
module = AtmosphericEngine
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

// --- 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 = TurboJet Engine
manufacturer = C7 Aerospace Division.
description = A standard air breathing engine. This model utilizes an array of rotating fins to enable limited range thrust vectoring. This engine chokes in thick atmospheres and will only operate efficiently in the thinner air, due to its high performance ram air intakes.

// 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

// --- Atmospheric Engine ---
// --- Intake Types 0 = Square 1 = Circular (for area calculation)
IntakeShape = 0
intakeSize = 1
intakeSuctionPower = 1.5
maxIntakePower = 200

// -- 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 = 60
lowerAirflowLimit = 10
upperAirFlowLimit = 300
//-- Stall threshold determines the point (thrust power) at which the engine can no longer sustain function
stallThreshold = 10

// How quickly the engine spools up and down (lerp by time)
engineAccelerationSpeed = 0.003
engineDecelerationSpeed = 0.007
intakeResponseSpeed = 0.002

// Maximum Engine output
maximumEnginePower = 150
maximumExhaustSpeed = 1800

// -- Standard Engine Parameters
heatProduction = 500
fuelConsumption = 0.4

thrustVectoringCapable = True
gimbalRange = 2.5
thrustCenter = 0, -0.5, 0