Difference between revisions of "Parts/Engine/solidBoosterSep/solidBoosterSep.cfg"

From Kerbal Space Program Wiki
Jump to: navigation, search
m (BobBot moved page Parts/sepMotor1/part.cfg to Parts/Engine/sepMotor1/part.cfg without leaving a redirect: Update to new directory system)
m (*update to 1.0.4;)
 
(5 intermediate revisions by the same user not shown)
Line 1: Line 1:
 
{{Part config|Sepratron I|2=PART
 
{{Part config|Sepratron I|2=PART
 
{
 
{
// Kerbal Space Program - Part Config
+
name = sepMotor1
// RT-10 Solid Fuel Booster
+
module = Part
//
+
author = NovaSilisko
 
+
mesh = model.mu
// --- general parameters ---
+
scale = 1
name = sepMotor1
+
node_attach = 0.0, 0.0, 0.0, 0.0, 0.0, 1.0, 1
module = Part
+
fx_exhaustFlame_yellow_tiny = 0.0, -0.17, 0.163, 0.0, 1.0, 0.0, running
author = NovaSilisko
+
sound_vent_medium = engage
 
+
sound_rocket_mini = running
// --- asset parameters ---
+
sound_vent_soft = disengage
mesh = model.mu
+
TechRequired = precisionPropulsion
scale = 1
+
entryCost = 1100
 
+
cost = 75
 
+
category = Engine
node_attach = 0.0, 0.0, 0.0, 0.0, 0.0, 1.0, 1
+
subcategory = 0
 
+
title = Sepratron I
// --- FX definitions ---
+
manufacturer = Periapsis Rocket Supplies Co
 
+
description = A small canister filled with what appears to be solid rocket fuel. Although not much of a step forward in terms of raw power, Kerbal Scientists have slowly warmed up to the Sepratron I's many uses, such as pushing things away. For best results, angle before use.
fx_exhaustFlame_yellow_tiny = 0.0, -0.17, 0.163, 0.0, 1.0, 0.0, running
+
attachRules = 0,1,0,0,0
 
+
mass = 0.0125
// --- Sound FX definition ---
+
// heatConductivity = 0.04 // 1/3 default
 
+
skinInternalConductionMult = 4.0
sound_vent_medium = engage
+
emissiveConstant = 0.5 // yes, it's white. But let's claim it's an emissive white...
sound_rocket_mini = running
+
dragModelType = default
sound_vent_soft = disengage
+
maximum_drag = 0.3
 
+
minimum_drag = 0.2
// --- editor parameters ---
+
angularDrag = 2
TechRequired = generalRocketry
+
crashTolerance = 7
entryCost = 1100
+
maxTemp = 2000 // = 3600
cost = 100
+
ActivatesEvenIfDisconnected = true
category = Propulsion
+
stagingIcon = SOLID_BOOSTER
subcategory = 0
+
bulkheadProfiles = srf
title = Sepratron I
+
MODULE
manufacturer = Periapsis Co. Rocket Supplies
+
{
description = A small canister filled with what appears to be solid rocket fuel. Although not much of a step forward in terms of raw power, Kerbal Scientists have slowly warmed up to the Sepratron I's many uses, such as pushing things away. For best results, angle before use.  
+
name = ModuleEngines
 
+
thrustVectorTransformName = thrustTransform
// attachment rules: stack, srfAttach, allowStack, allowSrfAttach, allowCollision
+
throttleLocked = True
attachRules = 0,1,0,0,0
+
exhaustDamage = True
 
+
allowShutdown = False
// --- standard part parameters ---
+
ignitionThreshold = 0.1
mass = 0.0125
+
minThrust = 0
dragModelType = default
+
maxThrust = 18
maximum_drag = 0.3
+
heatProduction = 550
minimum_drag = 0.2
+
fxOffset = 0, 0, 0.02
angularDrag = 2
+
EngineType = SolidBooster
crashTolerance = 7
+
PROPELLANT
maxTemp = 3600  
+
{
 
+
name = SolidFuel
ActivatesEvenIfDisconnected = true
+
ratio = 1.0
 
+
DrawGauge = True
stagingIcon = SOLID_BOOSTER
+
}
 
+
atmosphereCurve
MODULE
+
{
{
+
key = 0 154
name = ModuleEngines
+
key = 1 118
thrustVectorTransformName = thrustTransform
+
key = 6 0.001
throttleLocked = True
+
}
exhaustDamage = True
+
}
allowShutdown = False
+
RESOURCE
ignitionThreshold = 0.1
 
minThrust = 0
 
maxThrust = 18
 
heatProduction = 550
 
fxOffset = 0, 0, 0.02
 
PROPELLANT
 
 
{
 
{
 
name = SolidFuel
 
name = SolidFuel
        ratio = 1.0
+
amount = 8
DrawGauge = True
+
maxAmount = 8
 +
}
 +
MODULE
 +
{
 +
name = ModuleTestSubject
 +
environments = 15
 +
useStaging = True
 +
useEvent = False
 
}
 
}
atmosphereCurve
 
{
 
  key = 0 100
 
  key = 1 100
 
}
 
 
 
}
 
}
  
 
RESOURCE
 
{
 
name = SolidFuel
 
amount = 8
 
maxAmount = 8
 
}
 
}
 
 
}}
 
}}

Latest revision as of 12:25, 27 June 2015

This is the configuration file for Sepratron I.
PART
{
	name = sepMotor1
	module = Part
	author = NovaSilisko
	mesh = model.mu
	scale = 1
	node_attach = 0.0, 0.0, 0.0, 0.0, 0.0, 1.0, 1
	fx_exhaustFlame_yellow_tiny = 0.0, -0.17, 0.163, 0.0, 1.0, 0.0, running
	sound_vent_medium = engage
	sound_rocket_mini = running
	sound_vent_soft = disengage
	TechRequired = precisionPropulsion
	entryCost = 1100
	cost = 75
	category = Engine
	subcategory = 0
	title = Sepratron I
	manufacturer = Periapsis Rocket Supplies Co
	description = A small canister filled with what appears to be solid rocket fuel. Although not much of a step forward in terms of raw power, Kerbal Scientists have slowly warmed up to the Sepratron I's many uses, such as pushing things away. For best results, angle before use.
	attachRules = 0,1,0,0,0
	mass = 0.0125
	// heatConductivity = 0.04 // 1/3 default
	skinInternalConductionMult = 4.0
	emissiveConstant = 0.5 // yes, it's white. But let's claim it's an emissive white...
	dragModelType = default
	maximum_drag = 0.3
	minimum_drag = 0.2
	angularDrag = 2
	crashTolerance = 7
	maxTemp = 2000 // = 3600
	ActivatesEvenIfDisconnected = true
	stagingIcon = SOLID_BOOSTER
	bulkheadProfiles = srf
	MODULE
	{
		name = ModuleEngines
		thrustVectorTransformName = thrustTransform
		throttleLocked = True
		exhaustDamage = True
		allowShutdown = False
		ignitionThreshold = 0.1
		minThrust = 0
		maxThrust = 18
		heatProduction = 550
		fxOffset = 0, 0, 0.02
		EngineType = SolidBooster
		PROPELLANT
		{
			name = SolidFuel
			ratio = 1.0
			DrawGauge = True
		}
		atmosphereCurve
		{
			key = 0 154
			key = 1 118
			key = 6 0.001
		}
	}
	RESOURCE
	{
		name = SolidFuel
		amount = 8
		maxAmount = 8
	}
	MODULE
	{
		name = ModuleTestSubject
		environments = 15
		useStaging = True
		useEvent = False
	}
}