Difference between revisions of "Parts/Engine/liquidEngineAerospike/liquidEngineAerospike.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|Toroidal Aerospike Rocket|2=PART
+
{{Part config|T-1 Toroidal "Aerospike" Liquid Fuel Engine|2=PART
 
{
 
{
// this is a sample config file, for determining a good file format for defining part parameters
+
name = toroidalAerospike
// comment line - ignored by cfg parser
+
module = Part
// empty lines, or lines without a '=' sign are also ignored
+
author = C. Jenkins
// all other lines are split at the '=' sign, and the left operand is used to know what parameter we are setting
+
mesh = model.mu
// diferent parameters require data in different formats (see docs), and each module has it's own parameters (again, see docs)
+
scale = 1.0
// each assignment must be in a single line. Lines without assignments will be ignored. (You CAN turn on word wrap, though)
+
node_stack_top = 0.0, -0.023, 0.0, 0.0, 1.0, 0.0
// each keyword here relates to an existing variable in the assigned module. If the keyword isn't found, it is ignored.
+
fx_exhaustFlame_blue = 0.0, -0.0, 0.0, 0.0, 1.0, 0.0, running
// conversely, if a keyword is left unassigned (as in not in the file), it will be initialized with it's default value
+
fx_exhaustLight_blue = 0.0, -0.0, 0.0, 0.0, 0.0, 1.0, running
// This is done automatically, so any public variable defined in the loaded module can be accessed this way (provided it's value can be parsed)
+
fx_smokeTrail_light = 0.0, -0.0, 0.0, 0.0, 1.0, 0.0, running
 
+
fx_exhaustSparks_flameout = 0.0, -0.0, 0.0, 0.0, 1.0, 0.0, flameout
 
+
sound_vent_medium = engage
// --- general parameters ---
+
sound_rocket_hard = running
name = toroidalAerospike
+
sound_vent_soft = disengage
module = Part
+
sound_explosion_low = flameout
author = C. Jenkins
+
mass = 1.5
 
+
// heatConductivity = 0.06 // half default
// --- asset parameters ---
+
emissiveConstant = 0.8 // engine nozzles are good at radiating.
mesh = model.mu
+
dragModelType = default
scale = 1.0
+
maximum_drag = 0.2
 
+
minimum_drag = 0.2
// --- node definitions ---
+
angularDrag = 2
// definition format is Position X, Position Y, Position Z, Up X, Up Y, Up Z
+
crashTolerance = 20
 
+
maxTemp = 2000 // = 3600
node_stack_top = 0.0, -0.023, 0.0, 0.0, 1.0, 0.0
+
TechRequired = hypersonicFlight
 
+
entryCost = 42000
 
+
cost = 3850
 
+
category = Engine
// --- FX definitions ---
+
subcategory = 0
 
+
title = T-1 Toroidal "Aerospike" Liquid Fuel Engine
fx_exhaustFlame_blue = 0.0, -0.0, 0.0, 0.0, 1.0, 0.0, running
+
manufacturer = C7 Aerospace Division
fx_exhaustLight_blue = 0.0, -0.0, 0.0, 0.0, 0.0, 1.0, running
+
description = The Toroidal Aerospike is a huge breakthrough from C7 Aerospace. While heavier than previous models, with its heavy-duty exhaust nozzle, the Aerospike makes up for it with an efficient burning of fuel at all altitudes.
fx_smokeTrail_light = 0.0, -0.0, 0.0, 0.0, 1.0, 0.0, running
+
attachRules = 1,0,1,0,0
fx_exhaustSparks_flameout = 0.0, -0.0, 0.0, 0.0, 1.0, 0.0, flameout
+
bulkheadProfiles = size1
 
+
MODULE
// --- Sound FX definition ---
+
{
 
+
name = ModuleEngines
sound_vent_medium = engage
+
thrustVectorTransformName = thrustTransform
sound_rocket_hard = running
+
exhaustDamage = True
sound_vent_soft = disengage
+
ignitionThreshold = 0.1
sound_explosion_low = flameout
+
minThrust = 0
 
+
maxThrust = 153.788
// --- editor parameters ---
+
heatProduction = 100
mass = 1.5
+
fxOffset = 0, 0, 0.25
dragModelType = default  
+
EngineType = LiquidFuel
maximum_drag = 0.2  
+
PROPELLANT
minimum_drag = 0.2  
+
{
angularDrag = 2  
+
name = LiquidFuel
crashTolerance = 20  
+
ratio = 0.9
maxTemp = 3600
+
DrawGauge = True
 
+
}
 
+
PROPELLANT
TechRequired = hypersonicFlight
+
{
entryCost = 42000
+
name = Oxidizer
cost = 3850
+
ratio = 1.1
category = Engine
+
}
subcategory = 0
+
atmosphereCurve
title = Toroidal Aerospike Rocket
+
{
manufacturer = C7 Aerospace Division
+
key = 0 330
description = The Toroidal Aerospike is a huge breakthrough from C7 Aerospace. While heavier than previous models, with its heavy-duty exhaust nozzle, the Aerospike makes up for it with an efficient burning of fuel at all altitudes.
+
key = 1 290
 
+
key = 20 0.001
// attachment rules: stack, srfAttach, allowStack, allowSrfAttach, allowCollision
+
}
attachRules = 1,0,1,0,0
+
}
 
+
MODULE
MODULE
+
{
{
+
name = ModuleAnimateHeat
name = ModuleEngines
+
}
thrustVectorTransformName = thrustTransform
+
MODULE
exhaustDamage = True
 
ignitionThreshold = 0.1
 
minThrust = 0
 
maxThrust = 175
 
heatProduction = 550
 
fxOffset = 0, 0, 0.25
 
PROPELLANT
 
 
{
 
{
name = LiquidFuel
+
name = ModuleAlternator
        ratio = 0.9
+
RESOURCE
DrawGauge = True
+
{
 +
name = ElectricCharge
 +
rate = 5.0
 +
}
 
}
 
}
PROPELLANT
+
MODULE
 
{
 
{
name = Oxidizer
+
name = ModuleTestSubject
ratio = 1.1
+
environments = 15
 +
useStaging = True
 +
useEvent = True
 
}
 
}
atmosphereCurve
+
MODULE
{
 
  key = 0 390
 
  key = 1 388
 
}
 
 
}
 
 
 
MODULE
 
{
 
      name = ModuleAnimateHeat
 
}
 
MODULE
 
{
 
name = ModuleAlternator
 
RESOURCE
 
 
{
 
{
name = ElectricCharge
+
name = ModuleSurfaceFX
rate = 5.0
+
thrustProviderModuleIndex = 0
 +
fxMax = 0.6
 +
maxDistance = 40
 +
falloff = 1.7
 +
thrustTransformName = thrustTransform
 
}
 
}
 
}
 
}
  
MODULE
 
{
 
name = ModuleTestSubject
 
 
// nowhere: 0, srf: 1, ocean: 2, atmo: 4, space: 8
 
environments = 15
 
 
useStaging = True
 
useEvent = True
 
}
 
}
 
 
}}
 
}}

Revision as of 17:13, 29 April 2015

This is the configuration file for T-1 Toroidal "Aerospike" Liquid Fuel Engine.
PART
{
	name = toroidalAerospike
	module = Part
	author = C. Jenkins
	mesh = model.mu
	scale = 1.0
	node_stack_top = 0.0, -0.023, 0.0, 0.0, 1.0, 0.0
	fx_exhaustFlame_blue = 0.0, -0.0, 0.0, 0.0, 1.0, 0.0, running
	fx_exhaustLight_blue = 0.0, -0.0, 0.0, 0.0, 0.0, 1.0, running
	fx_smokeTrail_light = 0.0, -0.0, 0.0, 0.0, 1.0, 0.0, running
	fx_exhaustSparks_flameout = 0.0, -0.0, 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
	mass = 1.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 = 20
	maxTemp = 2000 // = 3600
	TechRequired = hypersonicFlight
	entryCost = 42000
	cost = 3850
	category = Engine
	subcategory = 0
	title = T-1 Toroidal "Aerospike" Liquid Fuel Engine
	manufacturer = C7 Aerospace Division
	description = The Toroidal Aerospike is a huge breakthrough from C7 Aerospace. While heavier than previous models, with its heavy-duty exhaust nozzle, the Aerospike makes up for it with an efficient burning of fuel at all altitudes.
	attachRules = 1,0,1,0,0
	bulkheadProfiles = size1
	MODULE
	{
		name = ModuleEngines
		thrustVectorTransformName = thrustTransform
		exhaustDamage = True
		ignitionThreshold = 0.1
		minThrust = 0
		maxThrust = 153.788
		heatProduction = 100
		fxOffset = 0, 0, 0.25
		EngineType = LiquidFuel
		PROPELLANT
		{
			name = LiquidFuel
			ratio = 0.9
			DrawGauge = True
		}
		PROPELLANT
		{
			name = Oxidizer
			ratio = 1.1
		}
		atmosphereCurve
		{
			key = 0 330
			key = 1 290
			key = 20 0.001
		}
	}
	MODULE
	{
		name = ModuleAnimateHeat
	}
	MODULE
	{
		name = ModuleAlternator
		RESOURCE
		{
			name = ElectricCharge
			rate = 5.0
		}
	}
	MODULE
	{
		name = ModuleTestSubject
		environments = 15
		useStaging = True
		useEvent = True
	}
	MODULE
	{
		name = ModuleSurfaceFX
		thrustProviderModuleIndex = 0
		fxMax = 0.6
		maxDistance = 40
		falloff = 1.7
		thrustTransformName = thrustTransform
	}
}