Difference between revisions of "Module"

From Kerbal Space Program Wiki
Jump to: navigation, search
(FXModuleConstrainPosition)
Line 43: Line 43:
 
=== FXModuleConstrainPosition ===
 
=== FXModuleConstrainPosition ===
 
<pre>
 
<pre>
MODULE{ name = FXModuleConstrainPosition matchRotation = true matchPosition = false CONSTRAINFX { targetName = steering moversName = lateral } }
+
MODULE
 +
 
 +
{
 +
name = FXModuleConstrainPosition
 +
matchRotation = true
 +
matchPosition = false
 +
CONSTRAINFX
 +
{
 +
targetName = steering
 +
moversName = lateral
 +
}
 +
 
 +
}
 
</pre>
 
</pre>

Revision as of 13:44, 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
	}

}