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

From Kerbal Space Program Wiki
Jump to: navigation, search
(Updated for 0.23)
Line 1: Line 1:
<pre>
+
{{Part config|LV-T45 Liquid Fuel Engine|2=PART
 
+
{
 
// Kerbal Space Program - Part Config
 
// Kerbal Space Program - Part Config
 
// LV-T45 Liquid Fuel Engine
 
// LV-T45 Liquid Fuel Engine
Line 7: Line 7:
 
// --- general parameters ---
 
// --- general parameters ---
 
name = liquidEngine2
 
name = liquidEngine2
module = LiquidFuelEngine
+
module = Part
author = Mrbrownce
+
author = NovaSilisko
  
 
// --- asset parameters ---
 
// --- asset parameters ---
Line 22: Line 22:
 
// --- FX definitions ---
 
// --- FX definitions ---
  
fx_exhaustFlame_blue = 0.0, -5.74338, 0.0, 0.0, 1.0, 0.0, active
+
fx_exhaustFlame_blue = 0.0, -5.74338, 0.0, 0.0, 1.0, 0.0, running
fx_exhaustLight_blue = 0.0, -5.74338, 0.0, 0.0, 0.0, 1.0, active
+
fx_exhaustLight_blue = 0.0, -5.74338, 0.0, 0.0, 0.0, 1.0, running
fx_smokeTrail_light  = 0.0, -5.74338, 0.0, 0.0, 1.0, 0.0, active
+
fx_smokeTrail_light  = 0.0, -5.74338, 0.0, 0.0, 1.0, 0.0, running
 +
fx_exhaustSparks_flameout  = 0.0, -5.74338, 0.0, 0.0, 1.0, 0.0, flameout
  
 
// --- Sound FX definition ---
 
// --- Sound FX definition ---
  
sound_vent_medium = activate
+
sound_vent_medium = engage
sound_rocket_hard = active
+
sound_rocket_hard = running
sound_vent_soft = deactivate
+
sound_vent_soft = disengage
 +
sound_explosion_low = flameout
  
 
// --- editor parameters ---
 
// --- editor parameters ---
 +
TechRequired = generalRocketry
 +
entryCost = 2100
 
cost = 950
 
cost = 950
category = 0
+
category = Propulsion
 
subcategory = 0
 
subcategory = 0
 
title = LV-T45 Liquid Fuel Engine
 
title = LV-T45 Liquid Fuel Engine
Line 52: Line 56:
 
maxTemp = 3600
 
maxTemp = 3600
  
// --- liquid engine parameters ---
+
MODULE
 +
{
 +
name = ModuleEngines
 +
thrustVectorTransformName = thrustTransform
 +
exhaustDamage = True
 +
ignitionThreshold = 0.1
 +
minThrust = 0
 +
maxThrust = 200
 +
heatProduction = 400
 +
fxOffset = 0, 0, 0.574338
 +
PROPELLANT
 +
{
 +
name = LiquidFuel
 +
        ratio = 0.9
 +
DrawGauge = True
 +
}
 +
PROPELLANT
 +
{
 +
name = Oxidizer
 +
ratio = 1.1
 +
}
 +
atmosphereCurve
 +
{
 +
key = 0 370
 +
key = 1 320
 +
}
 +
 +
}
 +
 
 +
MODULE
 +
{
 +
      name = ModuleJettison
 +
      jettisonName = fairing
 +
      bottomNodeName = bottom
 +
      isFairing = True
 +
      jettisonedObjectMass = 0.1
 +
      jettisonForce = 5
 +
      jettisonDirection = 0 0 1
 +
 +
}
  
maxThrust = 200
+
MODULE
minThrust = 0
+
{
heatProduction = 440
+
name = ModuleGimbal
fuelConsumption = 7
+
gimbalTransformName = thrustTransform
Isp = 320
+
gimbalRange = 1
vacIsp = 370
+
}
  
thrustVectoringCapable = True
+
MODULE
gimbalRange = 1.0
+
{
 +
      name = ModuleAnimateHeat
 +
      ThermalAnim = HeatEmissiveAnimation
 +
}
  
 +
MODULE
 +
{
 +
name = ModuleAlternator
 +
RESOURCE
 +
{
 +
name = ElectricCharge
 +
rate = 6.0
 +
}
 +
}
 +
RESOURCE
 +
{
 +
name = ElectricCharge
 +
amount = 0
 +
maxAmount = 0
 +
  isTweakable = false
 +
hideFlow = true
 +
}
  
</pre>
+
}
 +
}}

Revision as of 13:19, 24 January 2014

This is the configuration file for LV-T45 Liquid Fuel Engine.
PART
{
// Kerbal Space Program - Part Config
// LV-T45 Liquid Fuel Engine
// 

// --- general parameters ---
name = liquidEngine2
module = Part
author = NovaSilisko

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


// --- node definitions ---
node_stack_top = 0.0, 7.21461, 0.0, 0.0, 1.0, 0.0
node_stack_bottom = 0.0, -5.74338, 0.0, 0.0, 1.0, 0.0


// --- FX definitions ---

fx_exhaustFlame_blue = 0.0, -5.74338, 0.0, 0.0, 1.0, 0.0, running
fx_exhaustLight_blue = 0.0, -5.74338, 0.0, 0.0, 0.0, 1.0, running
fx_smokeTrail_light  = 0.0, -5.74338, 0.0, 0.0, 1.0, 0.0, running
fx_exhaustSparks_flameout  = 0.0, -5.74338, 0.0, 0.0, 1.0, 0.0, flameout

// --- Sound FX definition ---

sound_vent_medium = engage
sound_rocket_hard = running
sound_vent_soft = disengage
sound_explosion_low = flameout

// --- editor parameters ---
TechRequired = generalRocketry
entryCost = 2100
cost = 950
category = Propulsion
subcategory = 0
title = LV-T45 Liquid Fuel Engine
manufacturer = Jebediah Kerman's Junkyard and Spaceship Parts Co.
description = The LV-T45 engine was considered another breakthrough in the LV-T series, due to its Thrust Vectoring feature. The LV-T45 can deflect its thrust to aid in craft control. All these added mechanics however, make for a slightly smaller and less powerful engine in comparison with earlier LV-T models.

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

// --- standard part parameters ---
mass = 1.5
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 = 200
	heatProduction = 400
	fxOffset = 0, 0, 0.574338
	PROPELLANT
	{
		name = LiquidFuel
        ratio = 0.9
		DrawGauge = True
	}
	PROPELLANT
	{
		name = Oxidizer
		ratio = 1.1
	}
	atmosphereCurve
 	{
		key = 0 370
		key = 1 320
 	}
	
}

MODULE
{
       name = ModuleJettison
       jettisonName = fairing
       bottomNodeName = bottom
       isFairing = True
       jettisonedObjectMass = 0.1
       jettisonForce = 5
       jettisonDirection = 0 0 1
	
}

MODULE
{
	name = ModuleGimbal
	gimbalTransformName = thrustTransform
	gimbalRange = 1
}

MODULE
{
      name = ModuleAnimateHeat
      ThermalAnim = HeatEmissiveAnimation
}

MODULE
{
	name = ModuleAlternator	
	RESOURCE
	{
		name = ElectricCharge
		rate = 6.0
	}
}
RESOURCE
{
	name = ElectricCharge
	amount = 0
	maxAmount = 0
  	isTweakable = false
	hideFlow = true
}

}