Difference between revisions of "Parts/Utility/linearRCS/linearRCS.cfg"

From Kerbal Space Program Wiki
< Parts‎ | Utility
Jump to: navigation, search
(Created page with "<pre> // --- general parameters --- name = linearRcs module = Part author = C. Jenkins // --- asset parameters --- mesh = model.mu scale = 1 // --- node definitions --- // d...")
 
(Updated for 0.23)
Line 1: Line 1:
<pre>
+
{{Part config|Place-Anywhere 7 Linear RCS Port|2=PART
 +
{
 
// --- general parameters ---
 
// --- general parameters ---
 
name = linearRcs
 
name = linearRcs
Line 14: Line 15:
  
 
// --- editor parameters ---
 
// --- editor parameters ---
 +
TechRequired = specializedControl
 +
entryCost = 4200
 
cost = 500
 
cost = 500
 
category = Control
 
category = Control
Line 49: Line 52:
 
  }
 
  }
 
}
 
}
</pre>
+
}
 +
}}

Revision as of 15:09, 24 January 2014

This is the configuration file for Place-Anywhere 7 Linear RCS Port.
PART
{
// --- general parameters ---
name = linearRcs
module = Part
author = C. Jenkins

// --- asset parameters ---
mesh = model.mu
scale = 1

// --- node definitions ---
// definition format is Position X, Position Y, Position Z, Up X, Up Y, Up Z
node_attach = 0.0, 0.0 , 0.0, 0.0, -1.0, 0.0

// --- editor parameters ---
TechRequired = specializedControl
entryCost = 4200
cost = 500
category = Control
subcategory = 0
title = Place-Anywhere 7 Linear RCS Port
manufacturer = Reaction Systems Ltd.
description = For every space that really needs an RCS thruster, Reaction Systems Ltd. has you covered with its new Place-Anywhere 7 Linear RCS Port!

// attachment rules: stack, srfAttach, allowStack, allowSrfAttach, allowCollision
attachRules = 0,1,0,1,1

// --- standard part parameters ---
mass = 0.05
dragModelType = default
maximum_drag = 0.01
minimum_drag = 0.01
angularDrag = 0.1
crashTolerance = 50
breakingForce = 50
breakingTorque = 50
maxTemp = 3400
fuelCrossFeed = True


MODULE
{
	name = ModuleRCS
	thrusterTransformName = RCSthruster
	thrusterPower = 1
	resourceName = MonoPropellant
	atmosphereCurve
 	{
   	 key = 0 260
  	 key = 1 100
 	}
}
}