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

From Kerbal Space Program Wiki
Jump to: navigation, search
m (XZise moved page Parts/nuclearEngine/part.cfg to Parts/Engine/nuclearEngine/part.cfg without leaving a redirect: new directory system)
(*update to 0.23;)
Line 1: Line 1:
<pre>
+
{{Part config|LV-N Atomic Rocket Motor|2=PART
 +
{
 
name = nuclearEngine
 
name = nuclearEngine
 
module = Part
 
module = Part
Line 22: Line 23:
 
sound_explosion_low = flameout
 
sound_explosion_low = flameout
  
cost = 1700
+
TechRequired = nuclearPropulsion
 +
entryCost = 22600
 +
cost = 8700
 
category = Propulsion
 
category = Propulsion
 
subcategory = 0
 
subcategory = 0
Line 107: Line 110:
 
       ThermalAnim = overheat
 
       ThermalAnim = overheat
 
}
 
}
</pre>
+
 
 +
MODULE
 +
{
 +
name = ModuleAlternator
 +
RESOURCE
 +
{
 +
name = ElectricCharge
 +
rate = 5.0
 +
}
 +
}
 +
RESOURCE
 +
{
 +
name = ElectricCharge
 +
amount = 0
 +
maxAmount = 0
 +
  isTweakable = false
 +
hideFlow = true
 +
}
 +
}
 +
}}

Revision as of 22:40, 24 December 2013

This is the configuration file for LV-N Atomic Rocket Motor.
PART
{
name = nuclearEngine
module = Part
author = NovaSilisko

mesh = model.mu
scale = 1
rescaleFactor = 1

node_stack_top = 0.0, 1.40383, 0.0, 0.0, 1.0, 0.0
node_stack_bottom = 0.0, -1.731957, 0.0, 0.0, 1.0, 0.0

ThermalAnim = overheat

fx_exhaustFlame_blue = 0.0, -1.6, 0.0, 0.0, 1.0, 0.0, running
fx_exhaustLight_blue = 0.0, -1.6, 0.0, 0.0, 0.0, 1.0, running
fx_smokeTrail_light = 0.0, -1.6, 0.0, 0.0, 1.0, 0.0, running

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

TechRequired = nuclearPropulsion
entryCost = 22600
cost = 8700
category = Propulsion
subcategory = 0
title = LV-N Atomic Rocket Motor
manufacturer = Jebediah Kerman's Junkyard and Spaceship Parts Co.
description = Despite the big scary trefoil painted onto the side of this engine, its radioactive exhaust, and tendency to overheat, the LV-N Atomic Rocket Motor is harmless. Mostly.

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

mass = 2.25
dragModelType = default
maximum_drag = 0.2
minimum_drag = 0.2
angularDrag = 2
crashTolerance = 12
maxTemp = 4000

// Yes, I know this is wrong. NTRs don't actually burn fuel and oxidizer, but we don't want to jump into making separate tanks for the two yet.

MODULE
{
	name = ModuleEngines
	thrustVectorTransformName = thrustTransform
	exhaustDamage = True
	ignitionThreshold = 0.1
	minThrust = 0
	maxThrust = 60
	heatProduction = 600
	fxOffset = 0, 0, 1.6
	PROPELLANT
	{
		name = LiquidFuel
        	ratio = 0.9
		DrawGauge = True
	}
	PROPELLANT
	{
		name = Oxidizer
		ratio = 1.1
	}
	atmosphereCurve
 	{
   	 key = 0 800
  	 key = 1 220
 	}
	
}

MODULE
{
       name = ModuleJettison
       jettisonName = fairingL
       bottomNodeName = bottom
       isFairing = False
       jettisonedObjectMass = 0.1
       jettisonForce = 1
       jettisonDirection = 1 0 0
	
}

MODULE
{
       name = ModuleJettison
       jettisonName = fairingR
       bottomNodeName = bottom
       isFairing = False
       jettisonedObjectMass = 0.1
       jettisonForce = 1
       jettisonDirection = -1 0 0
	
}

MODULE
{
	name = ModuleGimbal
	gimbalTransformName = thrustTransform
	gimbalRange = 1
}

MODULE
{
      name = ModuleAnimateHeat
      ThermalAnim = overheat
}

MODULE
{
	name = ModuleAlternator	
	RESOURCE
	{
		name = ElectricCharge
		rate = 5.0
	}
}
RESOURCE
{
	name = ElectricCharge
	amount = 0
	maxAmount = 0
  	isTweakable = false
	hideFlow = true
}
}