Difference between revisions of "Module"
From Kerbal Space Program Wiki
(→ModuleTestSubject) |
(→ModuleTestSubject) |
||
Line 1: | Line 1: | ||
+ | === ModuleEngines ===<pre> | ||
+ | MODULE | ||
+ | { | ||
+ | name = ModuleEngines | ||
+ | thrustVectorTransform | ||
+ | Name = thrustTransform | ||
+ | throttleLocked = True | ||
+ | exhaustDamage = True | ||
+ | allowShutdown = False | ||
+ | ignitionThreshold = 0.1 | ||
+ | minThrust = 0 | ||
+ | maxThrust = 18 | ||
+ | heatProduction = 550 | ||
+ | fxOffset = 0, 0, 0.02 | ||
+ | PROPELLANT | ||
+ | { | ||
+ | name = SolidFuel | ||
+ | ratio = 1.0 | ||
+ | DrawGauge = True | ||
+ | } | ||
+ | atmosphereCurve | ||
+ | { | ||
+ | key = 0 100 | ||
+ | key = 1 100 | ||
+ | } | ||
+ | } | ||
+ | </pre> | ||
+ | |||
=== ModuleTestSubject === | === ModuleTestSubject === | ||
<pre> | <pre> |
Revision as of 13:36, 26 July 2014
=== ModuleEngines ===MODULE { name = ModuleEngines thrustVectorTransform Name = thrustTransform throttleLocked = True exhaustDamage = True allowShutdown = False ignitionThreshold = 0.1 minThrust = 0 maxThrust = 18 heatProduction = 550 fxOffset = 0, 0, 0.02 PROPELLANT { name = SolidFuel ratio = 1.0 DrawGauge = True } atmosphereCurve { key = 0 100 key = 1 100 } }
ModuleTestSubject
MODULE { name = ModuleTestSubject // nowhere: 0, srf: 1, ocean: 2, atmo: 4, space: 8 environments = 15 useStaging = False useEvent = True }