Difference between revisions of "Module"
From Kerbal Space Program Wiki
Line 39: | Line 39: | ||
useEvent = True | useEvent = True | ||
} | } | ||
+ | </pre> | ||
+ | |||
+ | === FXModuleConstrainPosition === | ||
+ | <pre> | ||
+ | MODULE{ name = FXModuleConstrainPosition matchRotation = true matchPosition = false CONSTRAINFX { targetName = steering moversName = lateral } } | ||
</pre> | </pre> |
Revision as of 13:43, 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 }
FXModuleConstrainPosition
MODULE{ name = FXModuleConstrainPosition matchRotation = true matchPosition = false CONSTRAINFX { targetName = steering moversName = lateral } }