Difference between revisions of "Parts/Engine/solidBoosterRT-10/solidBoosterRT-10.cfg"

From Kerbal Space Program Wiki
Jump to: navigation, search
m
m (*update to 1.0.4;)
 
(10 intermediate revisions by 5 users not shown)
Line 1: Line 1:
<pre>
+
{{Part config|RT-10 "Hammer" Solid Fuel Booster|2=PART
 +
{
 +
name = solidBooster
 +
module = Part
 +
author = NovaSilisko
 +
mesh = model.mu
 +
scale = 0.1
 +
node_stack_bottom = 0.0, -12.5127, 0.0, 0.0, -1.0, 0.0, 1
 +
node_stack_top = 0.0, 10.2547, 0.0, 0.0, 1.0, 0.0, 1
 +
node_attach = 0.0, 0.0, -5, 0.0, 0.0, 1.0, 1
 +
fx_exhaustFlame_yellow = 0.0, -11.2673, 0.0, 0.0, 1.0, 0.0, running
 +
fx_exhaustSparks_yellow = 0.0, -11.2673, 0.0, 0.0, 1.0, 0.0, running
 +
fx_smokeTrail_medium = 0.0, -11.2673, 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 = basicRocketry
 +
entryCost = 1200
 +
cost = 400
 +
category = Engine
 +
subcategory = 0
 +
title = RT-10 "Hammer" Solid Fuel Booster
 +
description = Packing a powerful punch for its size, The RT-10 is widely used in many space programs, whenever the need to save cash is greater than the need to keep astronauts alive.
 +
attachRules = 1,1,1,1,0
 +
mass = 0.75
 +
// 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
 +
stagingIcon = SOLID_BOOSTER
 +
bulkheadProfiles = size1, srf
 +
MODULE
 +
{
 +
name = ModuleEngines
 +
thrustVectorTransformName = thrustTransform
 +
throttleLocked = True
 +
exhaustDamage = True
 +
ignitionThreshold = 0.1
 +
minThrust = 0
 +
maxThrust = 227
 +
heatProduction = 550
 +
useEngineResponseTime = True
 +
engineAccelerationSpeed = 10.0
 +
allowShutdown = False
 +
fxOffset = 0, 0, 0.12
 +
 +
// Possible EngineType values:
 +
// Generic, SolidBooster, LiquidFuel, Piston, Turbine, ScramJet, Electric, Nuclear, MonoProp
 +
EngineType = SolidBooster
 +
 +
PROPELLANT
 +
{
 +
name = SolidFuel
 +
ratio = 1.0
 +
DrawGauge = True
 +
}
 +
atmosphereCurve
 +
{
 +
key = 0 195
 +
key = 1 170
 +
key = 7 0.001
 +
}
 +
}
 +
MODULE
 +
{
 +
name = ModuleAnimateHeat
 +
ThermalAnim = heatAnimation
 +
}
 +
RESOURCE
 +
{
 +
name = SolidFuel
 +
amount = 375
 +
maxAmount = 375
 +
}
 +
MODULE
 +
{
 +
name = ModuleTestSubject
 +
environments = 15
 +
useStaging = True
 +
useEvent = False
 +
}
 +
MODULE
 +
{
 +
name = ModuleSurfaceFX
 +
thrustProviderModuleIndex = 0
 +
fxMax = 0.75
 +
maxDistance = 50
 +
falloff = 1.8
 +
thrustTransformName = thrustTransform
 +
}
 +
}
  
// Kerbal Space Program - Part Config
+
}}
// RT-10 Solid Fuel Booster
 
//
 
 
 
// --- general parameters ---
 
name = solidBooster
 
module = SolidRocket
 
author = Il Carnefice
 
 
 
// --- asset parameters ---
 
mesh = model.mu
 
scale = 0.1
 
 
 
// --- node definitions ---
 
node_stack_bottom = 0.0, -12.5127, 0.0, 0.0, 1.0, 0.0, 1node_stack_top = 0.0, 10.2547, 0.0, 0.0, 1.0, 0.0, 1node_attach = 0.0, 0.0, -5, 0.0, 0.0, 1.0, 1
 
 
 
// --- FX definitions ---
 
 
 
fx_exhaustFlame_yellow = 0.0, -11.2673, 0.0, 0.0, 1.0, 0.0, active
 
fx_exhaustSparks_yellow = 0.0, -11.2673, 0.0, 0.0, 1.0, 0.0, active
 
// fx_exhaustLight_yellow = 0.0, -11.2673, 0.0, 0.0, 0.0, 1.0, active
 
fx_smokeTrail_medium = 0.0, -11.2673, 0.0, 0.0, 1.0, 0.0, active
 
 
 
// --- Sound FX definition ---
 
 
 
sound_vent_medium = activate
 
sound_rocket_hard = active
 
sound_vent_soft = deactivate
 
 
 
// --- editor parameters ---
 
cost = 450
 
category = 0s
 
ubcategory = 0
 
title = RT-10 Solid Fuel Booster
 
//manufacturer = Jebediah Kerman's Junkyard and Spaceship Parts Co.
 
description = While considered by some to be little more than "a trash bin full o' boom", The RT-10 is used in many space programs, whenever the need to save cash is greater than the need to keep astronauts alive. Use with caution, though. Once lit, solid fuel motors cannot be put out until the fuel runs out.
 
 
 
// attachment rules: stack, srfAttach, allowStack, allowSrfAttach, allowCollision
 
attachRules = 1,1,1,1,0
 
 
 
// --- standard part parameters ---
 
mass = 3.5
 
dragModelType = default
 
maximum_drag = 0.3
 
minimum_drag = 0.2
 
angularDrag = 2
 
crashTolerance = 7
 
maxTemp = 3600
 
 
 
// --- solid booster parameters ---
 
 
 
thrust = 250
 
dryMass = 0.5
 
heatProduction = 550
 
fuelConsumption = 4
 
internalFuel = 100
 
 
 
fullExplosionPotential = 0.8
 
emptyExplosionPotential = 0.1
 
 
 
thrustCenter = 0, -0.5, 0
 
thrustVector = 0, 1, 0
 
 
 
</pre>
 

Latest revision as of 12:24, 27 June 2015

This is the configuration file for RT-10 "Hammer" Solid Fuel Booster.
PART
{
	name = solidBooster
	module = Part
	author = NovaSilisko
	mesh = model.mu
	scale = 0.1
	node_stack_bottom = 0.0, -12.5127, 0.0, 0.0, -1.0, 0.0, 1
	node_stack_top = 0.0, 10.2547, 0.0, 0.0, 1.0, 0.0, 1
	node_attach = 0.0, 0.0, -5, 0.0, 0.0, 1.0, 1
	fx_exhaustFlame_yellow = 0.0, -11.2673, 0.0, 0.0, 1.0, 0.0, running
	fx_exhaustSparks_yellow = 0.0, -11.2673, 0.0, 0.0, 1.0, 0.0, running
	fx_smokeTrail_medium = 0.0, -11.2673, 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 = basicRocketry
	entryCost = 1200
	cost = 400
	category = Engine
	subcategory = 0
	title = RT-10 "Hammer" Solid Fuel Booster
	description = Packing a powerful punch for its size, The RT-10 is widely used in many space programs, whenever the need to save cash is greater than the need to keep astronauts alive. 
	attachRules = 1,1,1,1,0
	mass = 0.75
	// 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
	stagingIcon = SOLID_BOOSTER
	bulkheadProfiles = size1, srf
	MODULE
	{
		name = ModuleEngines
		thrustVectorTransformName = thrustTransform
		throttleLocked = True
		exhaustDamage = True
		ignitionThreshold = 0.1
		minThrust = 0
		maxThrust = 227
		heatProduction = 550
		useEngineResponseTime = True
		engineAccelerationSpeed = 10.0
		allowShutdown = False
		fxOffset = 0, 0, 0.12
		
		// Possible EngineType values:
		// Generic, SolidBooster, LiquidFuel, Piston, Turbine, ScramJet, Electric, Nuclear, MonoProp
		EngineType = SolidBooster
		
		PROPELLANT
		{
			name = SolidFuel
			ratio = 1.0
			DrawGauge = True
		}
		atmosphereCurve
		{
			key = 0 195
			key = 1 170
			key = 7 0.001
		}
	}
	MODULE
	{
		name = ModuleAnimateHeat
		ThermalAnim = heatAnimation
	}
	RESOURCE
	{
		name = SolidFuel
		amount = 375
		maxAmount = 375
	}
	MODULE
	{
		name = ModuleTestSubject
		environments = 15
		useStaging = True
		useEvent = False
	}
	MODULE
	{
		name = ModuleSurfaceFX
		thrustProviderModuleIndex = 0
		fxMax = 0.75
		maxDistance = 50
		falloff = 1.8
		thrustTransformName = thrustTransform
	}
}