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

From Kerbal Space Program Wiki
Jump to: navigation, search
(Created page with "<pre> // Kerbal Space Program - Part Config // RT-10 Solid Fuel Booster // // --- general parameters --- name = sepMotor1 module = Part author = NovaSilisko // --- asset p...")
 
(Updated for 0.23)
Line 1: Line 1:
<pre>
+
{{Part config|Sepratron I|2=PART
 
+
{
 
// Kerbal Space Program - Part Config
 
// Kerbal Space Program - Part Config
 
// RT-10 Solid Fuel Booster
 
// RT-10 Solid Fuel Booster
Line 28: Line 28:
  
 
// --- editor parameters ---
 
// --- editor parameters ---
 +
TechRequired = generalRocketry
 +
entryCost = 1100
 
cost = 100
 
cost = 100
 
category = Propulsion
 
category = Propulsion
Line 33: Line 35:
 
title = Sepratron I
 
title = Sepratron I
 
manufacturer = Periapsis Co. Rocket Supplies
 
manufacturer = Periapsis Co. Rocket Supplies
description = Although formerly designated as "really pretty crappy", Kerbal Scientists have slowly warmed up to the Sepratron I's many uses, such as separating things. For best results, angle before use.
+
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.  
  
 
// attachment rules: stack, srfAttach, allowStack, allowSrfAttach, allowCollision
 
// attachment rules: stack, srfAttach, allowStack, allowSrfAttach, allowCollision
Line 39: Line 41:
  
 
// --- standard part parameters ---
 
// --- standard part parameters ---
mass = 0.15
+
mass = 0.0125
 
dragModelType = default
 
dragModelType = default
 
maximum_drag = 0.3
 
maximum_drag = 0.3
Line 60: Line 62:
 
ignitionThreshold = 0.1
 
ignitionThreshold = 0.1
 
minThrust = 0
 
minThrust = 0
maxThrust = 20
+
maxThrust = 18
 
heatProduction = 550
 
heatProduction = 550
 
fxOffset = 0, 0, 0.02
 
fxOffset = 0, 0, 0.02
Line 81: Line 83:
 
{
 
{
 
  name = SolidFuel
 
  name = SolidFuel
  amount = 9
+
  amount = 8
  maxAmount = 9
+
  maxAmount = 8
 +
}
 
}
 
}
 
+
}}
</pre>
 

Revision as of 13:25, 24 January 2014

This is the configuration file for Sepratron I.
PART
{
// Kerbal Space Program - Part Config
// RT-10 Solid Fuel Booster
// 

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

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


node_attach = 0.0, 0.0, 0.0, 0.0, 0.0, 1.0, 1

// --- FX definitions ---

fx_exhaustFlame_yellow_tiny = 0.0, -0.17, 0.163, 0.0, 1.0, 0.0, running

// --- Sound FX definition ---

sound_vent_medium = engage
sound_rocket_mini = running
sound_vent_soft = disengage

// --- editor parameters ---
TechRequired = generalRocketry
entryCost = 1100
cost = 100
category = Propulsion
subcategory = 0
title = Sepratron I
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. 

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

// --- standard part parameters ---
mass = 0.0125
dragModelType = default
maximum_drag = 0.3
minimum_drag = 0.2
angularDrag = 2
crashTolerance = 7
maxTemp = 3600 

ActivatesEvenIfDisconnected = true

stagingIcon = SOLID_BOOSTER

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
	PROPELLANT
	{
		name = SolidFuel
        ratio = 1.0
		DrawGauge = True
	}
	atmosphereCurve
 	{
   	 key = 0 100
  	 key = 1 100
 	}
	
}


RESOURCE
{
 name = SolidFuel
 amount = 8
 maxAmount = 8
}
}