Difference between revisions of "Parts/Engine/liquidEngineLV-909/liquidEngineLV-909.cfg"

From Kerbal Space Program Wiki
Jump to: navigation, search
m (*update to 0.90.0;)
m (*update to 1.0;)
Line 1: Line 1:
{{Part config|LV-909 Liquid Fuel Engine|2=PART
+
{{Part config|LV-909 "Terrier" Liquid Fuel Engine|2=PART
 
{
 
{
// Kerbal Space Program - Part Config
+
name = liquidEngine3
// LV-909 Liquid Fuel Engine
+
module = Part
//
+
author = Mrbrownce
 
+
mesh = model.mu
// --- general parameters ---
+
scale = 0.01
name = liquidEngine3
+
node_stack_top = 0.0, 21.6498, 0.0, 0.0, 1.0, 0.0, 1
module = Part
+
node_stack_bottom = 0.0, -37.8251, 0.0, 0.0, -1.0, 0.0, 1
author = Mrbrownce
+
fx_exhaustFlame_blue_small = 0.0, -21.0, 0.0, 0.0, 1.0, 0.0, running
 
+
fx_exhaustLight_blue = 0.0, -21.0, 0.0, 0.0, 0.0, 1.0, running
// --- asset parameters ---
+
fx_smokeTrail_light = 0.0, -21.0, 0.0, 0.0, 1.0, 0.0, running
mesh = model.mu
+
sound_vent_medium = engage
scale = 0.01
+
sound_rocket_hard = running
 
+
sound_vent_soft = disengage
 
+
sound_explosion_low = flameout
// --- node definitions ---
+
TechRequired = advRocketry
node_stack_top = 0.0, 21.6498, 0.0, 0.0, 1.0, 0.0, 1
+
entryCost = 1600
node_stack_bottom = 0.0, -37.8251, 0.0, 0.0, 1.0, 0.0, 1
+
cost = 390
 
+
category = Engine
 
+
subcategory = 0
 
+
title = LV-909 "Terrier" Liquid Fuel Engine
// --- FX definitions ---
+
manufacturer = Jebediah Kerman's Junkyard and Spacecraft Parts Co
 
+
description = The 909 model was initially received with some skepticism by spacecraft engineers, as it defied the long-standing convention that "More Power!" is always better. Despite this, the 909 series has found its place in the spacecraft construction world, being particularly useful as a final stage and landing engine.
fx_exhaustFlame_blue_small = 0.0, -21.0, 0.0, 0.0, 1.0, 0.0, running
+
attachRules = 1,0,1,0,0
fx_exhaustLight_blue = 0.0, -21.0, 0.0, 0.0, 0.0, 1.0, running
+
mass = 0.5
fx_smokeTrail_light = 0.0, -21.0, 0.0, 0.0, 1.0, 0.0, running
+
// heatConductivity = 0.06 // half default
 
+
emissiveConstant = 0.8 // engine nozzles are good at radiating.
// --- Sound FX definition ---
+
dragModelType = default
 
+
maximum_drag = 0.2
sound_vent_medium = engage
+
minimum_drag = 0.2
sound_rocket_hard = running
+
angularDrag = 2
sound_vent_soft = disengage
+
crashTolerance = 7
sound_explosion_low = flameout
+
maxTemp = 2000 // = 3600
 
+
bulkheadProfiles = size1
// --- editor parameters ---
+
MODULE
TechRequired = survivability
+
{
entryCost = 1600
+
name = ModuleEngines
cost = 750
+
thrustVectorTransformName = thrustTransform
category = Engine
+
exhaustDamage = True
subcategory = 0
+
ignitionThreshold = 0.1
title = LV-909 Liquid Fuel Engine
+
minThrust = 0
manufacturer = Jebediah Kerman's Junkyard and Spacecraft Parts Co
+
maxThrust = 14.7826087
description = The 909 model was initially received with some skepticism by spacecraft engineers, as it defied the long-standing convention that "More Power!" is always better. Despite this, the 909 series has found its place in the spacecraft construction world, being particularly useful as a final stage and landing engine.
+
heatProduction = 20
// attachment rules: stack, srfAttach, allowStack, allowSrfAttach, allowCollision
+
fxOffset = 0, 0, 0.21
attachRules = 1,0,1,0,0
+
EngineType = LiquidFuel
 
+
PROPELLANT
// --- standard part parameters ---
+
{
mass = 0.5
+
name = LiquidFuel
dragModelType = default
+
ratio = 0.9
maximum_drag = 0.2
+
DrawGauge = True
minimum_drag = 0.2
+
}
angularDrag = 2
+
PROPELLANT
crashTolerance = 7
+
{
maxTemp = 3600
+
name = Oxidizer
 
+
ratio = 1.1
MODULE
+
}
{
+
atmosphereCurve
name = ModuleEngines
+
{
thrustVectorTransformName = thrustTransform
+
key = 0 345
exhaustDamage = True
+
key = 1 85
ignitionThreshold = 0.1
+
key = 3 0.001
minThrust = 0
+
}
maxThrust = 50
+
}
heatProduction = 300
+
MODULE
fxOffset = 0, 0, 0.21
+
{
PROPELLANT
+
name = ModuleGimbal
 +
gimbalTransformName = thrustTransform
 +
gimbalRange = 4
 +
}
 +
MODULE
 +
{
 +
name = ModuleAnimateHeat
 +
ThermalAnim = HeatAnimatioEmissiveLiquidEngine3
 +
}
 +
MODULE
 +
{
 +
name = ModuleJettison
 +
jettisonName = fairing
 +
bottomNodeName = bottom
 +
isFairing = True
 +
jettisonedObjectMass = 0.1
 +
jettisonForce = 5
 +
jettisonDirection = 0 0 1
 +
}
 +
MODULE
 
{
 
{
name = LiquidFuel
+
name = ModuleTestSubject
        ratio = 0.9
+
environments = 15
DrawGauge = True
+
useStaging = True
 +
useEvent = False
 
}
 
}
PROPELLANT
+
MODULE
 
{
 
{
name = Oxidizer
+
name = ModuleSurfaceFX
ratio = 1.1
+
thrustProviderModuleIndex = 0
 +
fxMax = 0.3
 +
maxDistance = 30
 +
falloff = 1.7
 +
thrustTransformName = thrustTransform
 
}
 
}
atmosphereCurve
 
{
 
  key = 0 390
 
  key = 1 300
 
}
 
 
}
 
 
MODULE
 
{
 
name = ModuleGimbal
 
gimbalTransformName = thrustTransform
 
gimbalRange = 0.5
 
}
 
 
    MODULE
 
    {
 
          name = ModuleAnimateHeat
 
          ThermalAnim = HeatAnimatioEmissiveLiquidEngine3
 
    }
 
 
 
MODULE
 
{
 
      name = ModuleJettison
 
      jettisonName = fairing
 
      bottomNodeName = bottom
 
      isFairing = True
 
      jettisonedObjectMass = 0.1
 
      jettisonForce = 5
 
      jettisonDirection = 0 0 1
 
 
}
 
 
 
MODULE
 
{
 
name = ModuleTestSubject
 
 
// nowhere: 0, srf: 1, ocean: 2, atmo: 4, space: 8
 
environments = 15
 
 
useStaging = True
 
useEvent = False
 
}
 
 
}
 
}
  
 
}}
 
}}

Revision as of 16:35, 29 April 2015

This is the configuration file for LV-909 "Terrier" Liquid Fuel Engine.
PART
{
	name = liquidEngine3
	module = Part
	author = Mrbrownce
	mesh = model.mu
	scale = 0.01
	node_stack_top = 0.0, 21.6498, 0.0, 0.0, 1.0, 0.0, 1
	node_stack_bottom = 0.0, -37.8251, 0.0, 0.0, -1.0, 0.0, 1
	fx_exhaustFlame_blue_small = 0.0, -21.0, 0.0, 0.0, 1.0, 0.0, running
	fx_exhaustLight_blue = 0.0, -21.0, 0.0, 0.0, 0.0, 1.0, running
	fx_smokeTrail_light = 0.0, -21.0, 0.0, 0.0, 1.0, 0.0, running
	sound_vent_medium = engage
	sound_rocket_hard = running
	sound_vent_soft = disengage
	sound_explosion_low = flameout
	TechRequired = advRocketry
	entryCost = 1600
	cost = 390
	category = Engine
	subcategory = 0
	title = LV-909 "Terrier" Liquid Fuel Engine
	manufacturer = Jebediah Kerman's Junkyard and Spacecraft Parts Co
	description = The 909 model was initially received with some skepticism by spacecraft engineers, as it defied the long-standing convention that "More Power!" is always better. Despite this, the 909 series has found its place in the spacecraft construction world, being particularly useful as a final stage and landing engine.
	attachRules = 1,0,1,0,0
	mass = 0.5
	// heatConductivity = 0.06 // half default
	emissiveConstant = 0.8 // engine nozzles are good at radiating.
	dragModelType = default
	maximum_drag = 0.2
	minimum_drag = 0.2
	angularDrag = 2
	crashTolerance = 7
	maxTemp = 2000 // = 3600
	bulkheadProfiles = size1
	MODULE
	{
		name = ModuleEngines
		thrustVectorTransformName = thrustTransform
		exhaustDamage = True
		ignitionThreshold = 0.1
		minThrust = 0
		maxThrust = 14.7826087
		heatProduction = 20
		fxOffset = 0, 0, 0.21
		EngineType = LiquidFuel
		PROPELLANT
		{
			name = LiquidFuel
			ratio = 0.9
			DrawGauge = True
		}
		PROPELLANT
		{
			name = Oxidizer
			ratio = 1.1
		}
		atmosphereCurve
		{
			key = 0 345
			key = 1 85
			key = 3 0.001
		}
	}
	MODULE
	{
		name = ModuleGimbal
		gimbalTransformName = thrustTransform
		gimbalRange = 4
	}
	MODULE
	{
		name = ModuleAnimateHeat
		ThermalAnim = HeatAnimatioEmissiveLiquidEngine3
	}
	MODULE
	{
		name = ModuleJettison
		jettisonName = fairing
		bottomNodeName = bottom
		isFairing = True
		jettisonedObjectMass = 0.1
		jettisonForce = 5
		jettisonDirection = 0 0 1
	}
	MODULE
	{
		name = ModuleTestSubject
		environments = 15
		useStaging = True
		useEvent = False
	}
	MODULE
	{
		name = ModuleSurfaceFX
		thrustProviderModuleIndex = 0
		fxMax = 0.3
		maxDistance = 30
		falloff = 1.7
		thrustTransformName = thrustTransform
	}
}