Difference between revisions of "Small Inline Reaction Wheel"

From Kerbal Space Program Wiki
Jump to: navigation, search
Line 23: Line 23:
  
 
  // --- 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
texture = sas_main.png
+
texture = sas_main.png
specPower = 0.1
+
specPower = 0.1
rimFalloff = 3
+
rimFalloff = 3
alphaCutoff = 0.5
+
alphaCutoff = 0.5
  
// --- node definitions ---
+
// --- node definitions ---
// definition format is Position X, Position Y, Position Z, Up X, Up Y, Up Z
+
// definition format is Position X, Position Y, Position Z, Up X, Up Y, Up Z
node_stack_bottom = 0.0, -2.84541, 0.0, 0.0, 1.0, 0.0
+
node_stack_bottom = 0.0, -2.84541, 0.0, 0.0, 1.0, 0.0
node_stack_top = 0.0, 2.47453, 0.0, 0.0, 1.0, 0.0
+
node_stack_top = 0.0, 2.47453, 0.0, 0.0, 1.0, 0.0
  
// --- FX definitions ---
+
// --- FX definitions ---
  
  
// --- editor parameters ---
+
// --- editor parameters ---
cost = 2300
+
cost = 2300
category = 1
+
category = 1
subcategory = 0
+
subcategory = 0
title = S.A.S Module
+
title = S.A.S Module
//manufacturer = O.M.B. Demolition Enterprises
+
//manufacturer = O.M.B. Demolition Enterprises
description = SAS: Stability Augmentation System, Spin Auto-Stabilizer, Sickness Avoidance Solution. Whatever you choose to call it, it makes the ship stop spinning around.
+
description = SAS: Stability Augmentation System, Spin Auto-Stabilizer, Sickness Avoidance Solution. Whatever you choose to call it, it makes the ship stop spinning around.
  
// attachment rules: stack, srfAttach, allowStack, allowSrfAttach, allowCollision
+
// attachment rules: stack, srfAttach, allowStack, allowSrfAttach, allowCollision
 
attachRules = 1,0,1,1,0
 
attachRules = 1,0,1,1,0
  
// --- standard part parameters ---
+
// --- standard part parameters ---
mass = 0.8
+
mass = 0.8
dragModelType = default
+
dragModelType = default
maximum_drag = 0.2
+
maximum_drag = 0.2
minimum_drag = 0.2
+
minimum_drag = 0.2
angularDrag = 2
+
angularDrag = 2
crashTolerance = 9
+
crashTolerance = 9
maxTemp = 3400
+
maxTemp = 3400
  
// --- SAS parameters ---
+
// --- SAS parameters ---
  
maxTorque = 10
+
maxTorque = 10
  
// ----- DO NOT EDIT BELOW THIS POINT ------
+
// ----- DO NOT EDIT BELOW THIS POINT ------
 
|
 
|
 
}}
 
}}

Revision as of 09:57, 16 July 2011

[[|]]