Difference between revisions of "Parts/Command/probeStackSmall/probeStackSmall.cfg"

From Kerbal Space Program Wiki
Jump to: navigation, search
m (*update to 0.90.0;)
m (*update to 1.0;)
Line 1: Line 1:
 
{{Part config|RC-001S Remote Guidance Unit|2=PART
 
{{Part config|RC-001S Remote Guidance Unit|2=PART
 
{
 
{
name = probeStackSmall
+
name = probeStackSmall
module = Part
+
module = Part
author = Squad
+
author = Squad
 
+
mesh = model.mu
mesh = model.mu
+
rescaleFactor = 1.0
rescaleFactor = 1.0
+
CrewCapacity = 0
 
+
node_stack_bottom = 0.0, -0.1, 0.0, 0.0, -1.0, 0.0, 1
CrewCapacity = 0
+
node_stack_top = 0.0, 0.1, 0.0, 0.0, 1.0, 0.0, 1
 
+
TechRequired = advUnmanned
node_stack_bottom = 0.0, -0.1, 0.0, 0.0, 1.0, 0.0, 1
+
entryCost = 17800
node_stack_top = 0.0, 0.1, 0.0, 0.0, 1.0, 0.0, 1
+
cost = 2250
 
+
category = Pods
TechRequired = advUnmanned
+
subcategory = 0
entryCost = 17800
+
title = RC-001S Remote Guidance Unit
cost = 2250
+
manufacturer = STEADLER Engineering Corps
category = Pods
+
description = The STEADLER RGU core is one of the most complete command units available to date, featuring all the latest guidance systems, plus its own internal set of Reaction Wheels. STEADLER claims this is the closest one can get to a fully self-contained spacecraft. (Some assembly required. Spacecraft sold separately)
subcategory = 0
+
attachRules = 1,0,1,1,0
title = RC-001S Remote Guidance Unit
+
mass = 0.1
manufacturer = STEADLER Engineering Corps
+
dragModelType = default
description = The STEADLER RGU core is one of the most complete command units available to date, featuring all the latest guidance systems, plus its own internal set of Reaction Wheels. STEADLER claims this is the closest one can get to a fully self-contained spacecraft. (Some assembly required. Spacecraft sold separately)
+
maximum_drag = 0.2
 
+
minimum_drag = 0.2
attachRules = 1,0,1,1,0
+
angularDrag = 2
 
+
crashTolerance = 9
// --- standard part parameters ---
+
maxTemp = 2000 // = 3400
mass = 0.1
+
explosionPotential = 0
dragModelType = default
+
vesselType = Probe
maximum_drag = 0.2
+
bulkheadProfiles = size1
minimum_drag = 0.2
+
MODULE
angularDrag = 2
+
{
crashTolerance = 9
+
name = ModuleCommand
maxTemp = 3400
+
minimumCrew = 0
 
+
RESOURCE
explosionPotential = 0
+
{
 
+
name = ElectricCharge
vesselType = Probe
+
rate = 0.05
 
+
}
MODULE
+
}
{
 
name = ModuleCommand
 
minimumCrew = 0
 
 
 
RESOURCE
 
RESOURCE
 
{
 
{
 
name = ElectricCharge
 
name = ElectricCharge
rate = 0.05
+
amount = 15
 +
maxAmount = 15
 +
}
 +
MODULE
 +
{
 +
name = ModuleReactionWheel
 +
PitchTorque = 0.5
 +
YawTorque = 0.5
 +
RollTorque = 0.5
 +
RESOURCE
 +
{
 +
name = ElectricCharge
 +
rate = 0.03
 +
}
 
}
 
}
}
+
MODULE
 
 
RESOURCE
 
{
 
name = ElectricCharge
 
amount = 15
 
maxAmount = 15
 
}
 
 
 
MODULE
 
{
 
name = ModuleReactionWheel
 
 
PitchTorque = 0.5
 
YawTorque = 0.5
 
RollTorque = 0.5
 
 
RESOURCE
 
 
{
 
{
name = ElectricCharge
+
name = ModuleSAS
rate = 0.03
+
SASServiceLevel = 3
 
}
 
}
 
}
 
}
  
MODULE
 
{
 
name = ModuleSAS
 
SASServiceLevel = 3
 
}
 
 
}
 
 
}}
 
}}

Revision as of 10:01, 29 April 2015

This is the configuration file for RC-001S Remote Guidance Unit.
PART
{
	name = probeStackSmall
	module = Part
	author = Squad
	mesh = model.mu
	rescaleFactor = 1.0
	CrewCapacity = 0
	node_stack_bottom = 0.0, -0.1, 0.0, 0.0, -1.0, 0.0, 1
	node_stack_top = 0.0, 0.1, 0.0, 0.0, 1.0, 0.0, 1
	TechRequired = advUnmanned
	entryCost = 17800
	cost = 2250
	category = Pods
	subcategory = 0
	title = RC-001S Remote Guidance Unit
	manufacturer = STEADLER Engineering Corps
	description = The STEADLER RGU core is one of the most complete command units available to date, featuring all the latest guidance systems, plus its own internal set of Reaction Wheels. STEADLER claims this is the closest one can get to a fully self-contained spacecraft. (Some assembly required. Spacecraft sold separately)
	attachRules = 1,0,1,1,0
	mass = 0.1
	dragModelType = default
	maximum_drag = 0.2
	minimum_drag = 0.2
	angularDrag = 2
	crashTolerance = 9
	maxTemp = 2000 // = 3400
	explosionPotential = 0
	vesselType = Probe
	bulkheadProfiles = size1
	MODULE
	{
		name = ModuleCommand
		minimumCrew = 0
		RESOURCE
		{
			name = ElectricCharge
			rate = 0.05
		}
	}
	RESOURCE
	{
		name = ElectricCharge
		amount = 15
		maxAmount = 15
	}
	MODULE
	{
		name = ModuleReactionWheel
		PitchTorque = 0.5
		YawTorque = 0.5
		RollTorque = 0.5
		RESOURCE
		{
			name = ElectricCharge
			rate = 0.03
		}
	}
	MODULE
	{
		name = ModuleSAS
		SASServiceLevel = 3
	}
}