Difference between revisions of "Parts/Command/probeStackLarge/probeStackLarge.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-L01 Remote Guidance Unit|2=PART
 
{{Part config|RC-L01 Remote Guidance Unit|2=PART
 
{
 
{
name = probeStackLarge
+
name = probeStackLarge
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.19, 0.0, 0.0, -1.0, 0.0, 2
CrewCapacity = 0
+
node_stack_top = 0.0, 0.19, 0.0, 0.0, 1.0, 0.0, 2
 
+
TechRequired = largeUnmanned
node_stack_bottom = 0.0, -0.19, 0.0, 0.0, 1.0, 0.0, 2
+
entryCost = 24800
node_stack_top = 0.0, 0.19, 0.0, 0.0, 1.0, 0.0, 2
+
cost = 3400
 
+
category = Pods
TechRequired = advUnmanned
+
subcategory = 0
entryCost = 24800
+
title = RC-L01 Remote Guidance Unit
cost = 3400
+
manufacturer = STEADLER Engineering Corps
category = Pods
+
description = A larger version of the popular RGU system, developed in partnership with the Rockomax conglomerate.
subcategory = 0
+
attachRules = 1,0,1,1,0
title = RC-L01 Remote Guidance Unit
+
mass = 0.5
manufacturer = STEADLER Engineering Corps
+
dragModelType = default
description = A larger version of the popular RGU system, developed in partnership with the Rockomax conglomerate.
+
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.5
+
explosionPotential = 0
dragModelType = default
+
vesselType = Probe
maximum_drag = 0.2
+
bulkheadProfiles = size2
minimum_drag = 0.2
+
MODULE
angularDrag = 2
+
{
crashTolerance = 9
+
name = ModuleCommand
maxTemp = 3400
+
minimumCrew = 0
 
+
RESOURCE
explosionPotential = 0
+
{
 
+
name = ElectricCharge
vesselType = Probe
+
rate = 0.08
 
+
}
 
+
}
MODULE
 
{
 
name = ModuleCommand
 
minimumCrew = 0
 
 
 
RESOURCE
 
RESOURCE
 
{
 
{
 
name = ElectricCharge
 
name = ElectricCharge
rate = 0.08
+
amount = 30
 +
maxAmount = 30
 +
}
 +
MODULE
 +
{
 +
name = ModuleReactionWheel
 +
PitchTorque = 1.5
 +
YawTorque = 1.5
 +
RollTorque = 1.5
 +
RESOURCE
 +
{
 +
name = ElectricCharge
 +
rate = 0.15
 +
}
 
}
 
}
}
+
MODULE
 
 
RESOURCE
 
{
 
name = ElectricCharge
 
amount = 30
 
maxAmount = 30
 
}
 
 
 
MODULE
 
{
 
name = ModuleReactionWheel
 
 
PitchTorque = 1.5
 
YawTorque = 1.5
 
RollTorque = 1.5
 
 
RESOURCE
 
 
{
 
{
name = ElectricCharge
+
name = ModuleSAS
rate = 0.15
+
SASServiceLevel = 3
 
}
 
}
 
}
 
}
  
MODULE
 
{
 
name = ModuleSAS
 
SASServiceLevel = 3
 
}
 
}
 
 
}}
 
}}

Revision as of 09:58, 29 April 2015

This is the configuration file for RC-L01 Remote Guidance Unit.
PART
{
	name = probeStackLarge
	module = Part
	author = Squad
	mesh = model.mu
	rescaleFactor = 1.0
	CrewCapacity = 0
	node_stack_bottom = 0.0, -0.19, 0.0, 0.0, -1.0, 0.0, 2
	node_stack_top = 0.0, 0.19, 0.0, 0.0, 1.0, 0.0, 2
	TechRequired = largeUnmanned
	entryCost = 24800
	cost = 3400
	category = Pods
	subcategory = 0
	title = RC-L01 Remote Guidance Unit
	manufacturer = STEADLER Engineering Corps
	description = A larger version of the popular RGU system, developed in partnership with the Rockomax conglomerate.
	attachRules = 1,0,1,1,0
	mass = 0.5
	dragModelType = default
	maximum_drag = 0.2
	minimum_drag = 0.2
	angularDrag = 2
	crashTolerance = 9
	maxTemp = 2000 // = 3400
	explosionPotential = 0
	vesselType = Probe
	bulkheadProfiles = size2
	MODULE
	{
		name = ModuleCommand
		minimumCrew = 0
		RESOURCE
		{
			name = ElectricCharge
			rate = 0.08
		}
	}
	RESOURCE
	{
		name = ElectricCharge
		amount = 30
		maxAmount = 30
	}
	MODULE
	{
		name = ModuleReactionWheel
		PitchTorque = 1.5
		YawTorque = 1.5
		RollTorque = 1.5
		RESOURCE
		{
			name = ElectricCharge
			rate = 0.15
		}
	}
	MODULE
	{
		name = ModuleSAS
		SASServiceLevel = 3
	}
}