Difference between revisions of "Parts/Engine/OMSEngine/omsEngine.cfg"

From Kerbal Space Program Wiki
Jump to: navigation, search
m (*update to 1.0;)
m (*update to 1.0.1;)
Line 6: Line 6:
 
mesh = NewModel.mu
 
mesh = NewModel.mu
 
scale = 1
 
scale = 1
rescaleFactor = 1.2
+
rescaleFactor = 1.0
 
fx_exhaustFlame_white_tiny = 0.0, -0.2816985, 0.0, 0.0, 0.0, 0.0, running
 
fx_exhaustFlame_white_tiny = 0.0, -0.2816985, 0.0, 0.0, 0.0, 0.0, running
 
sound_vent_medium = engage
 
sound_vent_medium = engage
Line 15: Line 15:
 
attachRules = 0,1,0,1,1
 
attachRules = 0,1,0,1,1
 
TechRequired = precisionPropulsion
 
TechRequired = precisionPropulsion
entryCost = 4200
+
entryCost = 2500
 
cost = 150
 
cost = 150
 
category = Engine
 
category = Engine
Line 36: Line 36:
 
{
 
{
 
model = Squad/Parts/Engine/OMSEngine/NewModel
 
model = Squad/Parts/Engine/OMSEngine/NewModel
position = 0.0, 0.0, 0.035
+
position = 0.0, 0.0, 0.042
 +
scale = 1.2, 1.2, 1.2
 
rotation = 38, 0, 0
 
rotation = 38, 0, 0
 
}
 
}
Line 46: Line 47:
 
ignitionThreshold = 0.1
 
ignitionThreshold = 0.1
 
minThrust = 0
 
minThrust = 0
maxThrust = 9.6
+
maxThrust = 20
heatProduction = 14.4
+
heatProduction = 30
 
fxOffset = 0, 0, 0.02
 
fxOffset = 0, 0, 0.02
 
EngineType = MonoProp
 
EngineType = MonoProp

Revision as of 20:50, 1 May 2015

This is the configuration file for O-10 "Puff" MonoPropellant Fuel Engine.
PART
{
	name = omsEngine
	module = Part
	author = HugoGut
	mesh = NewModel.mu
	scale = 1
	rescaleFactor = 1.0
	fx_exhaustFlame_white_tiny = 0.0, -0.2816985, 0.0, 0.0, 0.0, 0.0, running
	sound_vent_medium = engage
	sound_rocket_mini = running
	sound_vent_soft = disengage
	sound_explosion_low = flameout
	node_attach = 0.0, 0.0, 0.00, 0.0, 0.0, 1.0, 0
	attachRules = 0,1,0,1,1
	TechRequired = precisionPropulsion
	entryCost = 2500
	cost = 150
	category = Engine
	subcategory = 0
	title = O-10 "Puff" MonoPropellant Fuel Engine
	manufacturer = Reaction Systems Ltd
	description = When The O-10 Engine was first unveiled, it was regarded as one of those ideas that someone should have thought of a long time ago. This made most employees at Reaction Systems Ltd feel quite awkward, as they were particularly proud of having delivered this project on schedule for once. This Engine responds to main throttle controls, but it consumes MonoPropellant instead of a Fuel+Oxidizer mix.
	mass = 0.09
	// 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 = 7
	maxTemp = 2000 // = 3600
	PhysicsSignificance = 1
	bulkheadProfiles = srf
	MODEL
	{
		model = Squad/Parts/Engine/OMSEngine/NewModel
		position = 0.0, 0.0, 0.042
		scale = 1.2, 1.2, 1.2
		rotation = 38, 0, 0
	}
	MODULE
	{
		name = ModuleEngines
		thrustVectorTransformName = thrustTransform
		exhaustDamage = False
		ignitionThreshold = 0.1
		minThrust = 0
		maxThrust = 20
		heatProduction = 30
		fxOffset = 0, 0, 0.02
		EngineType = MonoProp
		PROPELLANT
		{
			name = MonoPropellant
			ratio = 0.9
			DrawGauge = True
		}
		atmosphereCurve
		{
			key = 0 250
			key = 1 120
			key = 4 0.001
		}
	}
}