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

From Kerbal Space Program Wiki
Jump to: navigation, search
 
Line 1: Line 1:
 
{{Part config|RC-L01 Remote Guidance Unit|2=PART
 
{{Part config|RC-L01 Remote Guidance Unit|2=PART
 
{
 
{
name = probeStackSmall
+
name = probeStackLarge
 
module = Part
 
module = Part
 
author = Squad
 
author = Squad
Line 7: Line 7:
 
rescaleFactor = 1.0
 
rescaleFactor = 1.0
 
CrewCapacity = 0
 
CrewCapacity = 0
node_stack_bottom = 0.0, -0.1, 0.0, 0.0, -1.0, 0.0, 1
+
node_stack_bottom = 0.0, -0.19, 0.0, 0.0, -1.0, 0.0, 2
node_stack_top = 0.0, 0.1, 0.0, 0.0, 1.0, 0.0, 1
+
node_stack_top = 0.0, 0.19, 0.0, 0.0, 1.0, 0.0, 2
TechRequired = advUnmanned
+
TechRequired = largeUnmanned
entryCost = 17800
+
entryCost = 24800
cost = 2250
+
cost = 3400
 
category = Pods
 
category = Pods
 
subcategory = 0
 
subcategory = 0
title = RC-001S Remote Guidance Unit
+
title = RC-L01 Remote Guidance Unit
 
manufacturer = STEADLER Engineering Corps
 
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)
+
description = A larger version of the popular RGU system, developed in partnership with the Rockomax conglomerate.
 
attachRules = 1,0,1,1,0
 
attachRules = 1,0,1,1,0
mass = 0.1
+
mass = 0.5
 
dragModelType = default
 
dragModelType = default
 
maximum_drag = 0.2
 
maximum_drag = 0.2
Line 27: Line 27:
 
explosionPotential = 0
 
explosionPotential = 0
 
vesselType = Probe
 
vesselType = Probe
bulkheadProfiles = size1
+
bulkheadProfiles = size2
 
tags = cmg command control (core fly gyro kerbnet moment probe react sas satellite space stab steer torque
 
tags = cmg command control (core fly gyro kerbnet moment probe react sas satellite space stab steer torque
 
+
 
MODULE
 
MODULE
 
{
 
{
 
name = ModuleProbeControlPoint
 
name = ModuleProbeControlPoint
 
minimumCrew = 1
 
minimumCrew = 1
multiHop = False
+
multiHop = True
 
}
 
}
 
 
Line 44: Line 44:
 
{
 
{
 
name = ElectricCharge
 
name = ElectricCharge
rate = 0.05
+
rate = 0.08
 
}
 
}
 
hasHibernation = True
 
hasHibernation = True
hibernationMultiplier = 0.004
+
hibernationMultiplier = 0.00125
 
}
 
}
 
RESOURCE
 
RESOURCE
 
{
 
{
 
name = ElectricCharge
 
name = ElectricCharge
amount = 15
+
amount = 30
maxAmount = 15
+
maxAmount = 30
 
}
 
}
 
MODULE
 
MODULE
 
{
 
{
 
name = ModuleReactionWheel
 
name = ModuleReactionWheel
PitchTorque = 0.5
+
PitchTorque = 1.5
YawTorque = 0.5
+
YawTorque = 1.5
RollTorque = 0.5
+
RollTorque = 1.5
 
RESOURCE
 
RESOURCE
 
{
 
{
 
name = ElectricCharge
 
name = ElectricCharge
rate = 0.03
+
rate = 0.15
 
}
 
}
 
}
 
}
Line 75: Line 75:
 
{
 
{
 
name = ModuleKerbNetAccess
 
name = ModuleKerbNetAccess
MinimumFoV = 9
+
MinimumFoV = 5
MaximumFoV = 81
+
MaximumFoV = 90
AnomalyDetection = 0.24
+
AnomalyDetection = 0.3
 
DISPLAY_MODES
 
DISPLAY_MODES
 
{
 
{
Line 84: Line 84:
 
}
 
}
 
}
 
}
 
 
MODULE
 
MODULE
 
{
 
{
Line 97: Line 96:
 
packetFloor = .1
 
packetFloor = .1
 
packetCeiling = 5
 
packetCeiling = 5
}
+
}
 
MODULE
 
MODULE
 
{
 
{
Line 110: Line 109:
 
}
 
}
 
}
 
}
 
  
 
}}
 
}}

Latest revision as of 12:21, 26 November 2016

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
	tags = cmg command control (core fly gyro kerbnet moment probe react sas satellite space stab steer torque
	
	MODULE
	{
		name = ModuleProbeControlPoint
		minimumCrew = 1
		multiHop = True
	}
	
	MODULE
	{
		name = ModuleCommand
		minimumCrew = 0
		RESOURCE
		{
			name = ElectricCharge
			rate = 0.08
		}
		hasHibernation = True
		hibernationMultiplier = 0.00125
	}
	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
	}
	MODULE
	{
		name = ModuleKerbNetAccess
		MinimumFoV = 5
		MaximumFoV = 90
		AnomalyDetection = 0.3
		DISPLAY_MODES
		{
			Mode = Biome
			Mode = Terrain
		}
	}
	MODULE
	{
		name = ModuleDataTransmitter
		antennaType = INTERNAL
		packetInterval = 1.0
		packetSize = 2
		packetResourceCost = 12.0
		requiredResource = ElectricCharge
		antennaPower = 5000
		optimumRange = 2500
		packetFloor = .1
		packetCeiling = 5
	}		
	MODULE
	{
		name = ModuleScienceContainer
		
		reviewActionName = Review Stored Data
		storeActionName = Store Experiments
		evaOnlyStorage = True // i.e. can nearby regular vessels also do this, or EVA only
		storageRange = 1.3
		canBeTransferredToInVessel = True
		canTransferInVessel = True
	}
}