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

From Kerbal Space Program Wiki
< Parts‎ | Utility
Jump to: navigation, search
(Updated to 0.23.5)
m (*update to 1.0.4;)
 
(5 intermediate revisions by the same user not shown)
Line 1: Line 1:
 
{{Part config|Place-Anywhere 7 Linear RCS Port|2=PART
 
{{Part config|Place-Anywhere 7 Linear RCS Port|2=PART
 
{
 
{
// --- general parameters ---
+
name = linearRcs
name = linearRcs
+
module = Part
module = Part
+
author = C. Jenkins
author = C. Jenkins
+
mesh = model.mu
 
+
scale = 1
// --- asset parameters ---
+
node_attach = 0.0, 0.0 , 0.0, 0.0, -1.0, 0.0
mesh = model.mu
+
TechRequired = advFlightControl
scale = 1
+
entryCost = 4200
 
+
cost = 280
// --- node definitions ---
+
category = Control
// definition format is Position X, Position Y, Position Z, Up X, Up Y, Up Z
+
subcategory = 0
node_attach = 0.0, 0.0 , 0.0, 0.0, -1.0, 0.0
+
title = Place-Anywhere 7 Linear RCS Port
 
+
manufacturer = Reaction Systems Ltd
// --- editor parameters ---
+
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!
TechRequired = specializedControl
+
attachRules = 0,1,0,1,1
entryCost = 4200
+
mass = 0.03
cost = 500
+
dragModelType = default
category = Control
+
maximum_drag = 0.01
subcategory = 0
+
minimum_drag = 0.01
title = Place-Anywhere 7 Linear RCS Port
+
angularDrag = 0.1
manufacturer = Reaction Systems Ltd.
+
crashTolerance = 50
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!
+
breakingForce = 50
 
+
breakingTorque = 50
// attachment rules: stack, srfAttach, allowStack, allowSrfAttach, allowCollision
+
maxTemp = 2600 // = 3400
attachRules = 0,1,0,1,1
+
fuelCrossFeed = True
 
+
PhysicsSignificance = 1
// --- standard part parameters ---
+
bulkheadProfiles = srf
mass = 0.05
+
MODULE
dragModelType = default
+
{
maximum_drag = 0.01
+
name = ModuleRCS
minimum_drag = 0.01
+
thrusterTransformName = RCSthruster
angularDrag = 0.1
+
thrusterPower = 2.0
crashTolerance = 50
+
resourceName = MonoPropellant
breakingForce = 50
+
resourceFlowMode = STAGE_PRIORITY_FLOW
breakingTorque = 50
+
atmosphereCurve
maxTemp = 3400
+
{
fuelCrossFeed = True
+
key = 0 240
 +
key = 1 100
 +
key = 4 0.001
 +
}
 +
}
 +
}
  
 
PhysicsSignificance = 1
 
 
MODULE
 
{
 
name = ModuleRCS
 
thrusterTransformName = RCSthruster
 
thrusterPower = 1
 
resourceName = MonoPropellant
 
atmosphereCurve
 
{
 
  key = 0 260
 
  key = 1 100
 
}
 
}
 
}
 
 
}}
 
}}

Latest revision as of 12:26, 27 June 2015

This is the configuration file for Place-Anywhere 7 Linear RCS Port.
PART
{
	name = linearRcs
	module = Part
	author = C. Jenkins
	mesh = model.mu
	scale = 1
	node_attach = 0.0, 0.0 , 0.0, 0.0, -1.0, 0.0
	TechRequired = advFlightControl
	entryCost = 4200
	cost = 280
	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!
	attachRules = 0,1,0,1,1
	mass = 0.03
	dragModelType = default
	maximum_drag = 0.01
	minimum_drag = 0.01
	angularDrag = 0.1
	crashTolerance = 50
	breakingForce = 50
	breakingTorque = 50
	maxTemp = 2600 // = 3400
	fuelCrossFeed = True
	PhysicsSignificance = 1
	bulkheadProfiles = srf
	MODULE
	{
		name = ModuleRCS
		thrusterTransformName = RCSthruster
		thrusterPower = 2.0
		resourceName = MonoPropellant
		resourceFlowMode = STAGE_PRIORITY_FLOW
		atmosphereCurve
		{
			key = 0 240
			key = 1 100
			key = 4 0.001
		}
	}
}