Difference between revisions of "Parts/Engine/liquidEngineLV-1 v2/liquidEngineLV-1 v2.cfg"

From Kerbal Space Program Wiki
Jump to: navigation, search
m (BobBot moved page Parts/microEngine/part.cfg to Parts/Engine/microEngine/part.cfg without leaving a redirect: Update to new directory system)
m (*update to 0.24.2;)
Line 44: Line 44:
 
ignitionThreshold = 0.1
 
ignitionThreshold = 0.1
 
minThrust = 0
 
minThrust = 0
maxThrust = 1.5
+
maxThrust = 4
 
heatProduction = 30
 
heatProduction = 30
 
fxOffset = 0, 0, 0.02
 
fxOffset = 0, 0, 0.02
Line 63: Line 63:
 
  }
 
  }
 
 
 +
}
 +
 +
MODULE
 +
{
 +
name = ModuleTestSubject
 +
 +
// nowhere: 0, srf: 1, ocean: 2, atmo: 4, space: 8
 +
environments = 8
 +
 +
useStaging = False
 +
useEvent = True
 
}
 
}
 
}
 
}
 +
 
}}
 
}}

Revision as of 21:54, 11 August 2014

This is the configuration file for LV-1 Liquid Fuel Engine.
PART
{
name = microEngine
module = Part
author = NovaSilisko

mesh = model.mu
scale = 1
rescaleFactor = 1

node_stack_top = 0.0, 0.0, 0.0, 0.0, 1.0, 0.0, 0
node_stack_bottom = 0.0, -0.2816985, 0.0, 0.0, 1.0, 0.0, 0

fx_exhaustFlame_white_tiny = 0.0, -0.2816985, 0.0, 0.0, 1.0, 0.0, running

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

TechRequired = precisionEngineering
entryCost = 4000
cost = 350
category = Propulsion
subcategory = 0
title = LV-1 Liquid Fuel Engine
manufacturer = Jebediah Kerman's Junkyard and Spaceship Parts Co.
description = What is this, an engine for ants?
attachRules = 1,0,1,0,0

mass = 0.03
dragModelType = default
maximum_drag = 0.2
minimum_drag = 0.2
angularDrag = 2
crashTolerance = 7
maxTemp = 3600

MODULE
{
	name = ModuleEngines
	thrustVectorTransformName = thrustTransform
	exhaustDamage = False
	ignitionThreshold = 0.1
	minThrust = 0
	maxThrust = 4
	heatProduction = 30
	fxOffset = 0, 0, 0.02
	PROPELLANT
	{
		name = LiquidFuel
        ratio = 0.9
	}
	PROPELLANT
	{
		name = Oxidizer
		ratio = 1.1
	}
	atmosphereCurve
 	{
   	 key = 0 290
  	 key = 1 220
 	}
	
}

MODULE
{
	name = ModuleTestSubject
	
	// nowhere: 0, srf: 1, ocean: 2, atmo: 4, space: 8
	environments = 8
	
	useStaging = False
	useEvent = True
}
}