Difference between revisions of "Small Inline Reaction Wheel"

From Kerbal Space Program Wiki
Jump to: navigation, search
Line 5: Line 5:
 
usage=S.A.S. modules do not have to be place anywhere in particular to function, however they will cease to function if jettisoned. They appear to function on a stability:mass ratio and the effect can be enhanced by adding additional S.A.S. modules. Often a single S.A.S. module isn't enough.
 
usage=S.A.S. modules do not have to be place anywhere in particular to function, however they will cease to function if jettisoned. They appear to function on a stability:mass ratio and the effect can be enhanced by adding additional S.A.S. modules. Often a single S.A.S. module isn't enough.
 
|
 
|
config=
+
attributes=
 +
*'''Mass:''' .8
 +
*'''Drag:''' 0.2
 +
|
 +
config=  
 
Nonsense
 
Nonsense
// this is a sample config file, for determining a good file format for defining part parameters
+
// this is a sample config file, for determining a good file format for defining part parameters
// comment line - ignored by cfg parser
+
// comment line - ignored by cfg parser
// empty lines, or lines without a '=' sign are also ignored
+
// empty lines, or lines without a '=' sign are also ignored
// all other lines are split at the '=' sign, and the left operand is used to know what parameter we are setting
+
// all other lines are split at the '=' sign, and the left operand is used to know what parameter we are setting
// diferent parameters require data in different formats (see docs), and each module has it's own parameters (again, see docs)
+
// diferent parameters require data in different formats (see docs), and each module has it's own parameters (again, see docs)
// each assignment must be in a single line. Lines without assignments will be ignored. (You CAN turn on word wrap, though)
+
// each assignment must be in a single line. Lines without assignments will be ignored. (You CAN turn on word wrap, though)
// each keyword here relates to an existing variable in the assigned module. If the keyword isn't found, it is ignored.
+
// each keyword here relates to an existing variable in the assigned module. If the keyword isn't found, it is ignored.
// conversely, if a keyword is left unassigned (as in not in the file), it will be initialized with it's default value
+
// conversely, if a keyword is left unassigned (as in not in the file), it will be initialized with it's default value
// This is done automatically, so any public variable defined in the loaded module can be accessed this way (provided it's value can be parsed)
+
// This is done automatically, so any public variable defined in the loaded module can be accessed this way (provided it's value can be parsed)
  
  
// --- general parameters ---
+
// --- general parameters ---
 
name = sasModule
 
name = sasModule
 
module = SASModule
 
module = SASModule
 
author = Il Carnefice
 
author = Il Carnefice
  
// --- asset parameters ---
+
// --- asset parameters ---
 
mesh = sasModule.DAE
 
mesh = sasModule.DAE
 
scale = 0.1
 
scale = 0.1

Revision as of 09:56, 16 July 2011

[[|]]