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

From Kerbal Space Program Wiki
Jump to: navigation, search
(Created page with "<pre> // Kerbal Space Program - Part Config // RT-20 Solid Fuel Booster // // --- general parameters --- name = solidBooster1-1 module = SolidRocket author = NovaSilisko ...")
 
Line 1: Line 1:
 
<pre>
 
<pre>
 
 
 
// Kerbal Space Program - Part Config
 
// Kerbal Space Program - Part Config
 
// RT-20 Solid Fuel Booster
 
// RT-20 Solid Fuel Booster
Line 8: Line 6:
 
// --- general parameters ---
 
// --- general parameters ---
 
name = solidBooster1-1
 
name = solidBooster1-1
module = SolidRocket
+
module = Part
 
author = NovaSilisko
 
author = NovaSilisko
  
Line 22: Line 20:
 
// --- FX definitions ---
 
// --- FX definitions ---
  
fx_exhaustFlame_yellow = 0.0, -3.5, 0.0, 0.0, 1.0, 0.0, active
+
fx_exhaustFlame_yellow = 0.0, -3.5, 0.0, 0.0, 1.0, 0.0, running
fx_exhaustSparks_yellow = 0.0, -3.5, 0.0, 0.0, 1.0, 0.0, active
+
fx_exhaustSparks_yellow = 0.0, -3.5, 0.0, 0.0, 1.0, 0.0, running
fx_smokeTrail_medium = 0.0, -4, 0.0, 0.0, 1.0, 0.0, active
+
fx_smokeTrail_medium = 0.0, -4, 0.0, 0.0, 1.0, 0.0, running
  
 
// --- Sound FX definition ---
 
// --- Sound FX definition ---
  
sound_vent_medium = activate
+
 
sound_rocket_hard = active
+
sound_vent_medium = engage
sound_vent_soft = deactivate
+
sound_rocket_hard = running
 +
sound_vent_soft = disengage
 +
sound_explosion_low = flameout
  
 
// --- editor parameters ---
 
// --- editor parameters ---
 
cost = 800
 
cost = 800
category = 0
+
category = Propulsion
 
subcategory = 0
 
subcategory = 0
 
title = Rockomax BACC Solid Fuel Booster
 
title = Rockomax BACC Solid Fuel Booster
Line 44: Line 44:
  
 
// --- standard part parameters ---
 
// --- standard part parameters ---
mass = 6.75
+
mass = 1.75
 
dragModelType = default
 
dragModelType = default
 
maximum_drag = 0.3
 
maximum_drag = 0.3
Line 52: Line 52:
 
maxTemp = 3900
 
maxTemp = 3900
  
// --- solid booster parameters ---
+
stagingIcon = SOLID_BOOSTER
 +
 
 +
// --- solid booster parameters --- 6.75
 +
 
 +
 
 +
MODULE
 +
{
 +
name = ModuleEngines
 +
thrustVectorTransformName = thrustTransform
 +
throttleLocked = True
 +
exhaustDamage = True
 +
ignitionThreshold = 0.1
 +
minThrust = 0
 +
maxThrust = 300
 +
heatProduction = 400
 +
useEngineResponseTime = True
 +
engineAccelerationSpeed = 8.0
 +
allowShutdown = False
 +
fxOffset = 0, 0, 0.35
 +
PROPELLANT
 +
{
 +
name = SolidFuel
 +
        ratio = 1.0
 +
DrawGauge = True
 +
}
 +
atmosphereCurve
 +
{
 +
  key = 0 250
 +
  key = 1 230
 +
}
 +
 +
}
 +
 
  
thrust = 550
+
RESOURCE
dryMass = 0.75
+
{
heatProduction = 500
+
name = SolidFuel
fuelConsumption = 1
+
amount = 850
internalFuel = 30
+
maxAmount = 850
 +
}
  
fullExplosionPotential = 1
 
emptyExplosionPotential = 0.1
 
  
thrustCenter = 0, -1.0, 0
 
thrustVector = 0, 1.0, 0.0
 
 
</pre>
 
</pre>

Revision as of 01:15, 7 January 2013

// Kerbal Space Program - Part Config
// RT-20 Solid Fuel Booster
// 

// --- general parameters ---
name = solidBooster1-1
module = Part
author = NovaSilisko

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

// --- node definitions ---
node_stack_bottom = 0.0, -3.914617, 0.0, 0.0, 1.0, 0.0, 0
node_stack_top = 0.0, 3.939497, 0.0, 0.0, 1.0, 0.0, 0
node_attach = 0.0, 0.0, -0.635, 0.0, 0.0, 1.0

// --- FX definitions ---

fx_exhaustFlame_yellow = 0.0, -3.5, 0.0, 0.0, 1.0, 0.0, running
fx_exhaustSparks_yellow = 0.0, -3.5, 0.0, 0.0, 1.0, 0.0, running
fx_smokeTrail_medium = 0.0, -4, 0.0, 0.0, 1.0, 0.0, running

// --- Sound FX definition ---


sound_vent_medium = engage
sound_rocket_hard = running
sound_vent_soft = disengage
sound_explosion_low = flameout

// --- editor parameters ---
cost = 800
category = Propulsion
subcategory = 0
title = Rockomax BACC Solid Fuel Booster
manufacturer = Rockomax Conglomerate
description = Filled with a new, even more volatile fuel, the BACC offers semi-reliable performance at a good price.

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

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

stagingIcon = SOLID_BOOSTER

// --- solid booster parameters --- 6.75


MODULE
{
	name = ModuleEngines
	thrustVectorTransformName = thrustTransform
	throttleLocked = True
	exhaustDamage = True
	ignitionThreshold = 0.1
	minThrust = 0
	maxThrust = 300
	heatProduction = 400
	useEngineResponseTime = True
	engineAccelerationSpeed = 8.0
	allowShutdown = False
	fxOffset = 0, 0, 0.35
	PROPELLANT
	{
		name = SolidFuel
        	ratio = 1.0
		DrawGauge = True
	}
	atmosphereCurve
 	{
   	 key = 0 250
  	 key = 1 230
 	}
	
}


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