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

From Kerbal Space Program Wiki
Jump to: navigation, search
m (*update to 0.25;)
m (*update to 0.90.0;)
Line 34: Line 34:
 
entryCost = 4200
 
entryCost = 4200
 
cost = 800
 
cost = 800
category = Propulsion
+
category = Engine
 
subcategory = 0
 
subcategory = 0
 
title = O-10 MonoPropellant Engine
 
title = O-10 MonoPropellant Engine
manufacturer = Reaction Systems Ltd.
+
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.
+
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.
  
  

Revision as of 01:51, 16 December 2014

This is the configuration file for O-10 MonoPropellant Engine.
PART
{
name = omsEngine
module = Part
author = HugoGut

mesh = NewModel.mu
scale = 1

MODEL
{
  model = Squad/Parts/Engine/OMSEngine/NewModel
  position = 0.0, 0.0, 0.035
  rotation = 38, 0, 0
}

rescaleFactor = 1.2

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, 0

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


// --- editor parameters ---
TechRequired = specializedControl
entryCost = 4200
cost = 800
category = Engine
subcategory = 0
title = O-10 MonoPropellant 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.



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


PhysicsSignificance = 1


MODULE
{
	name = ModuleEngines
	thrustVectorTransformName = thrustTransform
	exhaustDamage = False
	ignitionThreshold = 0.1
	minThrust = 0
	maxThrust = 20
	heatProduction = 30
	fxOffset = 0, 0, 0.02
	PROPELLANT
	{
		name = MonoPropellant
        ratio = 0.9
		DrawGauge = True
	}
	
	atmosphereCurve
 	{
   	 key = 0 290
  	 key = 1 220
 	}
	
}

}