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

From Kerbal Space Program Wiki
Jump to: navigation, search
m (*update to 0.24.2;)
m (*update to 1.0.4;)
 
(4 intermediate revisions by the same user not shown)
Line 1: Line 1:
{{Part config|LV-T30 Liquid Fuel Engine|2=PART
+
{{Part config|LV-T30 "Reliant" Liquid Fuel Engine|2=PART
 
{
 
{
// Kerbal Space Program - Part Config
+
name = liquidEngine
// LV-T30 Liquid Fuel Engine
+
module = Part
//  
+
author = NovaSilisko
 +
mesh = model.mu
 +
scale = 0.1
 +
node_stack_top = 0.0, 7.21461, 0.0, 0.0, 1.0, 0.0
 +
node_stack_bottom = 0.0, -7.27403, 0.0, 0.0, -1.0, 0.0
 +
fx_exhaustFlame_blue = 0.0, -10.3, 0.0, 0.0, 1.0, 0.0, running
 +
fx_exhaustLight_blue = 0.0, -10.3, 0.0, 0.0, 0.0, 1.0, running
 +
fx_smokeTrail_light = 0.0, -10.3, 0.0, 0.0, 1.0, 0.0, running
 +
fx_exhaustSparks_flameout = 0.0, -10.3, 0.0, 0.0, 1.0, 0.0, flameout
 +
sound_vent_medium = engage
 +
sound_rocket_hard = running
 +
sound_vent_soft = disengage
 +
sound_explosion_low = flameout
 +
TechRequired = basicRocketry
 +
entryCost = 3200
 +
cost = 1100
 +
category = Engine
 +
subcategory = 0
 +
title = LV-T30 "Reliant" Liquid Fuel Engine
 +
manufacturer = Jebediah Kerman's Junkyard and Spacecraft Parts Co
 +
description = Although criticized by some due to their not insignificant use of so-called "pieces found lying about", the LV-T series engines have proven themselves as comparatively reliable. The T30 model boasts a failure and rattly bits ratio below the 50% mark, this has been considered a major improvement over previous models by engineers and LV-T enthusiasts.
 +
attachRules = 1,0,1,0,0
 +
mass = 1.25
 +
// heatConductivity = 0.06 // half default
 +
skinInternalConductionMult = 4.0
 +
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
 +
stagingIcon = LIQUID_ENGINE
 +
bulkheadProfiles = size1
 +
MODULE
 +
{
 +
name = ModuleEngines
 +
thrustVectorTransformName = thrustTransform
 +
exhaustDamage = True
 +
ignitionThreshold = 0.1
 +
minThrust = 0
 +
maxThrust = 215
 +
heatProduction = 192
 +
fxOffset = 0, 0, 0.8
 +
EngineType = LiquidFuel
 +
PROPELLANT
 +
{
 +
name = LiquidFuel
 +
ratio = 0.9
 +
DrawGauge = True
 +
}
 +
PROPELLANT
 +
{
 +
name = Oxidizer
 +
ratio = 1.1
 +
}
 +
atmosphereCurve
 +
{
 +
key = 0 300
 +
key = 1 280
 +
key = 7 0.001
  
// --- general parameters ---
+
}
name = liquidEngine
+
}
module = Part
+
MODULE
author = NovaSilisko
+
{
 
+
name = ModuleJettison
// --- asset parameters ---
+
jettisonName = fairing
mesh = model.mu
+
bottomNodeName = bottom
scale = 0.1
+
isFairing = True
 
+
jettisonedObjectMass = 0.1
 
+
jettisonForce = 5
// --- node definitions ---
+
jettisonDirection = 0 0 1
node_stack_top = 0.0, 7.21461, 0.0, 0.0, 1.0, 0.0
+
}
node_stack_bottom = 0.0, -7.27403, 0.0, 0.0, 1.0, 0.0
+
MODULE
 
+
{
 
+
name = ModuleAnimateHeat
// --- FX definitions ---
+
}
 
+
MODULE
fx_exhaustFlame_blue = 0.0, -10.3, 0.0, 0.0, 1.0, 0.0, running
 
fx_exhaustLight_blue = 0.0, -10.3, 0.0, 0.0, 0.0, 1.0, running
 
fx_smokeTrail_light = 0.0, -10.3, 0.0, 0.0, 1.0, 0.0, running
 
fx_exhaustSparks_flameout = 0.0, -10.3, 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 = start
 
entryCost = 0
 
cost = 850
 
category = Propulsion
 
subcategory = 0
 
title = LV-T30 Liquid Fuel Engine
 
manufacturer = Jebediah Kerman's Junkyard and Spaceship Parts Co.
 
description = Although criticized by some due to its not unsignificant use of so-called "pieces found lying about", the LV-T series has proven itself as a comparatively reliable engine. The T30 model boasts a failure ratio below the 50% mark. This has been considered a major improvement over previous models by engineers and LV-T enthusiasts.
 
 
 
// attachment rules: stack, srfAttach, allowStack, allowSrfAttach, allowCollision
 
attachRules = 1,0,1,0,0
 
 
 
// --- standard part parameters ---
 
mass = 1.25
 
dragModelType = default
 
maximum_drag = 0.2
 
minimum_drag = 0.2
 
angularDrag = 2
 
crashTolerance = 7
 
maxTemp = 3600
 
 
 
stagingIcon = LIQUID_ENGINE
 
 
MODULE
 
{
 
name = ModuleEngines
 
thrustVectorTransformName = thrustTransform
 
exhaustDamage = True
 
ignitionThreshold = 0.1
 
minThrust = 0
 
maxThrust = 215
 
heatProduction = 400
 
fxOffset = 0, 0, 0.8
 
PROPELLANT
 
 
{
 
{
name = LiquidFuel
+
name = ModuleAlternator
              ratio = 0.9
+
RESOURCE
DrawGauge = True
+
{
 +
name = ElectricCharge
 +
rate = 7
 +
}
 
}
 
}
PROPELLANT
+
MODULE
 
{
 
{
name = Oxidizer
+
name = ModuleSurfaceFX
ratio = 1.1
+
thrustProviderModuleIndex = 0
 +
fxMax = 0.5
 +
maxDistance = 30
 +
falloff = 1.5
 +
thrustTransformName = thrustTransform
 
}
 
}
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 = ModuleAnimateHeat
 
}
 
 
MODULE
 
{
 
name = ModuleAlternator
 
 
RESOURCE
 
RESOURCE
 
{
 
{
 
name = ElectricCharge
 
name = ElectricCharge
rate = 7
+
amount = 0
 +
maxAmount = 0
 +
isTweakable = false
 +
hideFlow = true
 
}
 
}
}
 
RESOURCE
 
{
 
name = ElectricCharge
 
amount = 0
 
maxAmount = 0
 
  isTweakable = false
 
hideFlow = true
 
}
 
 
}
 
}
  
 
}}
 
}}

Latest revision as of 12:25, 27 June 2015

This is the configuration file for LV-T30 "Reliant" Liquid Fuel Engine.
PART
{
	name = liquidEngine
	module = Part
	author = NovaSilisko
	mesh = model.mu
	scale = 0.1
	node_stack_top = 0.0, 7.21461, 0.0, 0.0, 1.0, 0.0
	node_stack_bottom = 0.0, -7.27403, 0.0, 0.0, -1.0, 0.0
	fx_exhaustFlame_blue = 0.0, -10.3, 0.0, 0.0, 1.0, 0.0, running
	fx_exhaustLight_blue = 0.0, -10.3, 0.0, 0.0, 0.0, 1.0, running
	fx_smokeTrail_light = 0.0, -10.3, 0.0, 0.0, 1.0, 0.0, running
	fx_exhaustSparks_flameout = 0.0, -10.3, 0.0, 0.0, 1.0, 0.0, flameout
	sound_vent_medium = engage
	sound_rocket_hard = running
	sound_vent_soft = disengage
	sound_explosion_low = flameout
	TechRequired = basicRocketry
	entryCost = 3200
	cost = 1100
	category = Engine
	subcategory = 0
	title = LV-T30 "Reliant" Liquid Fuel Engine
	manufacturer = Jebediah Kerman's Junkyard and Spacecraft Parts Co
	description = Although criticized by some due to their not insignificant use of so-called "pieces found lying about", the LV-T series engines have proven themselves as comparatively reliable. The T30 model boasts a failure and rattly bits ratio below the 50% mark, this has been considered a major improvement over previous models by engineers and LV-T enthusiasts.
	attachRules = 1,0,1,0,0
	mass = 1.25
	// heatConductivity = 0.06 // half default
	skinInternalConductionMult = 4.0
	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
	stagingIcon = LIQUID_ENGINE
	bulkheadProfiles = size1
	MODULE
	{
		name = ModuleEngines
		thrustVectorTransformName = thrustTransform
		exhaustDamage = True
		ignitionThreshold = 0.1
		minThrust = 0
		maxThrust = 215
		heatProduction = 192
		fxOffset = 0, 0, 0.8
		EngineType = LiquidFuel
		PROPELLANT
		{
			name = LiquidFuel
			ratio = 0.9
			DrawGauge = True
		}
		PROPELLANT
		{
			name = Oxidizer
			ratio = 1.1
		}
		atmosphereCurve
		{
			key = 0 300
			key = 1 280
			key = 7 0.001

		}
	}
	MODULE
	{
		name = ModuleJettison
		jettisonName = fairing
		bottomNodeName = bottom
		isFairing = True
		jettisonedObjectMass = 0.1
		jettisonForce = 5
		jettisonDirection = 0 0 1
	}
	MODULE
	{
		name = ModuleAnimateHeat
	}
	MODULE
	{
		name = ModuleAlternator
		RESOURCE
		{
			name = ElectricCharge
			rate = 7
		}
	}
	MODULE
	{
		name = ModuleSurfaceFX
		thrustProviderModuleIndex = 0
		fxMax = 0.5
		maxDistance = 30
		falloff = 1.5
		thrustTransformName = thrustTransform
	}
	RESOURCE
	{
		name = ElectricCharge
		amount = 0
		maxAmount = 0
		isTweakable = false
		hideFlow = true
	}
}