Parts/Engine/liquidEngineAerospike/liquidEngineAerospike.cfg

From Kerbal Space Program Wiki
< Parts
Revision as of 16:54, 18 November 2012 by Alfman112 (talk | contribs) (Created page with "<pre> // --- general parameters --- name = toroidalAerospike module = LiquidFuelEngine author = C. Jenkins // --- asset parameters --- mesh = model.mu scale = 1.0 // --- no...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to: navigation, search

// --- general parameters ---
name = toroidalAerospike
module = LiquidFuelEngine
author = C. Jenkins

// --- asset parameters ---
mesh = model.mu
scale = 1.0

// --- node definitions ---
// definition format is Position X, Position Y, Position Z, Up X, Up Y, Up Z

node_stack_top = 0.0, 0.0, 0.0, 0.0, 1.0, 0.0

// --- FX definitions ---

fx_exhaustFlame_yellow = 0.0, -5.0, 0.0, 0.0, 1.0, 0.0, active
fx_exhaustLight_blue = 0.0, -7.0, 0.0, 0.0, 0.0, 1.0, active
fx_smokeTrail_light = 0.0, -8.0, 0.0, 0.0, 1.0, 0.0, active

// --- Sound FX definition ---

sound_vent_medium = activate
sound_rocket_hard = active
sound_vent_soft = deactivate

// --- editor parameters ---
cost = 850
category = 0
subcategory = 0
title = Toroidal Aerospike Rocket
manufacturer = C7 Aerospace Division.
description = Toroidal Aerospike engines feature a heavy spiked nozzle. The engine makes up for this with an efficient burning of fuel at all altitudes.

// attachment rules: stack, srfAttach, allowStack, allowSrfAttach, allowCollision
attachRules = 1,0,1,1,0

// --- standard part parameters ---
mass = 1
dragModelType = default
maximum_drag = 0.2
minimum_drag = 0.2
angularDrag = 2
crashTolerance = 20
maxTemp = 3600

// --- liquid engine parameters ---

maxThrust = 250
minThrust = 0	
heatProduction = 550
Isp = 390
vacIsp = 390

thrustVectoringCapable = false