Difference between revisions of "Parts/Utility/rcsBlockRV-105/rcsBlockRV-105.cfg"

From Kerbal Space Program Wiki
< Parts‎ | Utility
Jump to: navigation, search
m (BobBot moved page Parts/Utility/RCS block/part.cfg to Parts/Utility/rcsBlockRV-105/rcsBlockRV-105.cfg without leaving a redirect: Renamed part configuration file after update.)
m (*update to 1.0.4;)
 
(One intermediate revision by the same user not shown)
Line 1: Line 1:
 
{{Part config|RV-105 RCS Thruster Block|2=PART
 
{{Part config|RV-105 RCS Thruster Block|2=PART
 
{
 
{
 
+
name = RCSBlock
// --- general parameters ---
+
module = Part
name = RCSBlock
+
author = NovaSilisko
module = Part
+
mesh = model.mu
author = NovaSilisko
+
scale = 0.1
 
+
node_attach = 0.45212, -0.0105571, -0.0059382, 1.0, 0.0, 0.0
// --- asset parameters ---
+
TechRequired = advFlightControl
mesh = model.mu
+
entryCost = 3400
scale = 0.1
+
cost = 620
 
+
category = Control
// --- node definitions ---
+
subcategory = 0
// definition format is Position X, Position Y, Position Z, Up X, Up Y, Up Z
+
title = RV-105 RCS Thruster Block
node_attach = 0.45212, -0.0105571, -0.0059382, 1.0, 0.0, 0.0
+
manufacturer = STEADLER Engineering Corps
 
+
description = The recent discovery of a third law of physics made it possible for STEADLER Corps engineers to produce these small monopropellant thrusters, to help with attitude control and linear motion. Even though many Kerbal physicists still dispute the validity of this new law, studies show that the thrusters seem to work as advertised.
 
+
attachRules = 0,1,0,0,0
 
+
mass = 0.05
// --- editor parameters ---
+
dragModelType = default
TechRequired = advFlightControl
+
maximum_drag = 0.001
entryCost = 3400
+
minimum_drag = 0.001
cost = 450
+
angularDrag = 2
category = Control
+
crashTolerance = 15
subcategory = 0
+
maxTemp = 1500
title = RV-105 RCS Thruster Block
+
PhysicsSignificance = 1
manufacturer = STEADLER Engineering Corps
+
bulkheadProfiles = srf
description = The recent discovery of a third law of physics made it possible for STEADLER Corps engineers to produce these small monopropellant thrusters, to help with attitude control and linear motion. Even though many Kerbal physicists still dispute the validity of this new law, studies show that the thrusters seem to work as advertised.
+
MODULE
 
+
{
// attachment rules: stack, srfAttach, allowStack, allowSrfAttach, allowCollision
+
name = ModuleRCS
attachRules = 0,1,0,0,0
+
thrusterTransformName = RCSthruster
 
+
thrusterPower = 1
// --- standard part parameters ---
+
resourceName = MonoPropellant
mass = 0.05
+
resourceFlowMode = STAGE_PRIORITY_FLOW
dragModelType = default
+
atmosphereCurve
maximum_drag = 0.001
+
{
minimum_drag = 0.001
+
key = 0 240
angularDrag = 2
+
key = 1 100
crashTolerance = 15
+
key = 4 0.001
maxTemp = 3600
+
}
 
+
}
 
 
PhysicsSignificance = 1
 
 
 
// --- rcs module parameters ---
 
 
 
MODULE
 
{
 
name = ModuleRCS
 
thrusterTransformName = RCSthruster
 
thrusterPower = 1
 
resourceName = MonoPropellant
 
resourceFlowMode = STAGE_PRIORITY_FLOW
 
atmosphereCurve
 
{
 
  key = 0 260
 
  key = 1 100
 
}
 
}
 
 
}
 
}
  
 
}}
 
}}

Latest revision as of 12:26, 27 June 2015

This is the configuration file for RV-105 RCS Thruster Block.
PART
{
	name = RCSBlock
	module = Part
	author = NovaSilisko
	mesh = model.mu
	scale = 0.1
	node_attach = 0.45212, -0.0105571, -0.0059382, 1.0, 0.0, 0.0
	TechRequired = advFlightControl
	entryCost = 3400
	cost = 620
	category = Control
	subcategory = 0
	title = RV-105 RCS Thruster Block
	manufacturer = STEADLER Engineering Corps
	description = The recent discovery of a third law of physics made it possible for STEADLER Corps engineers to produce these small monopropellant thrusters, to help with attitude control and linear motion. Even though many Kerbal physicists still dispute the validity of this new law, studies show that the thrusters seem to work as advertised.
	attachRules = 0,1,0,0,0
	mass = 0.05
	dragModelType = default
	maximum_drag = 0.001
	minimum_drag = 0.001
	angularDrag = 2
	crashTolerance = 15
	maxTemp = 1500
	PhysicsSignificance = 1
	bulkheadProfiles = srf
	MODULE
	{
		name = ModuleRCS
		thrusterTransformName = RCSthruster
		thrusterPower = 1
		resourceName = MonoPropellant
		resourceFlowMode = STAGE_PRIORITY_FLOW
		atmosphereCurve
		{
			key = 0 240
			key = 1 100
			key = 4 0.001
		}
	}
}