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

From Kerbal Space Program Wiki
Jump to: navigation, search
m (*update to 0.24.2)
m (*update to 1.0;)
 
(3 intermediate revisions by the same user not shown)
Line 1: Line 1:
{{Part config|Probodobodyne HECS|2=PART {
+
{{Part config|Probodobodyne HECS|2=PART
 
 
name = probeCoreHex
 
module = Part
 
author = Squad
 
 
 
mesh = model.mu
 
rescaleFactor = 1.0
 
 
 
CrewCapacity = 0
 
 
 
node_stack_bottom = 0.0, -0.1875, 0.0, 0.0, 1.0, 0.0, 0
 
node_stack_top = 0.0, 0.1875, 0.0, 0.0, 1.0, 0.0, 0
 
 
 
TechRequired = unmannedTech
 
entryCost = 4900
 
cost = 450
 
category = Pods
 
subcategory = 0
 
title = Probodobodyne HECS
 
manufacturer = Probodobodyne Inc.
 
description = The HECS core is a re-casing of the popular OKTO core into a form more suitable for Kerbals who think 3-fold symmetry is way more futuristic.
 
 
 
attachRules = 1,0,1,1,0
 
 
 
mass = 0.1
 
dragModelType = default
 
maximum_drag = 0.2
 
minimum_drag = 0.15
 
angularDrag = 1.5
 
crashTolerance = 12
 
maxTemp = 1200
 
 
 
explosionPotential = 0
 
 
 
// rotPower = 0.5
 
// linPower = 0.5
 
// Kp = 1.0
 
// Kd = 1.0
 
 
 
vesselType = Probe
 
 
 
MODULE
 
 
{
 
{
name = ModuleCommand
+
name = probeCoreHex
minimumCrew = 0
+
module = Part
+
author = Squad
 +
mesh = model.mu
 +
rescaleFactor = 1.0
 +
CrewCapacity = 0
 +
node_stack_bottom = 0.0, -0.1875, 0.0, 0.0, -1.0, 0.0, 0
 +
node_stack_top = 0.0, 0.1875, 0.0, 0.0, 1.0, 0.0, 0
 +
TechRequired = precisionEngineering
 +
entryCost = 4900
 +
cost = 650
 +
category = Pods
 +
subcategory = 0
 +
title = Probodobodyne HECS
 +
manufacturer = Probodobodyne Inc
 +
description = The HECS core capabilities go far beyond its sleek, 6-sided futuristic casing. This probe core provides advanced guidance assistance technology, and comes fitted with internal reaction wheels and decently-sized batteries. Despite concerns that one day, autonomous spacecraft cores could become self-aware and turn against their creators, or even become very stubborn against opening pod bay doors, Probodobodyne insists that these unmanned AI-driven devices are the way of the future.
 +
attachRules = 1,0,1,1,0
 +
mass = 0.1
 +
dragModelType = default
 +
maximum_drag = 0.2
 +
minimum_drag = 0.15
 +
angularDrag = 1.5
 +
crashTolerance = 12
 +
maxTemp = 1200 // = 1200
 +
explosionPotential = 0
 +
vesselType = Probe
 +
bulkheadProfiles = size0
 +
MODULE
 +
{
 +
name = ModuleCommand
 +
minimumCrew = 0
 +
RESOURCE
 +
{
 +
name = ElectricCharge
 +
rate = 0.025
 +
}
 +
}
 
RESOURCE
 
RESOURCE
 
{
 
{
 
name = ElectricCharge
 
name = ElectricCharge
rate = 0.02777778
+
amount = 10
 +
maxAmount = 10
 
}
 
}
}
+
MODULE
 
+
{
RESOURCE
+
name = ModuleReactionWheel
{
+
PitchTorque = 0.5
name = ElectricCharge
+
YawTorque = 0.5
amount = 10
+
RollTorque = 0.5
maxAmount = 10
+
RESOURCE
}
+
{
 
+
name = ElectricCharge
 
+
rate = 0.05
MODULE
+
}
{
+
}
name = ModuleReactionWheel
+
MODULE
 
PitchTorque = 0.5
 
YawTorque = 0.5
 
RollTorque = 0.5
 
 
RESOURCE
 
 
{
 
{
name = ElectricCharge
+
name = ModuleSAS
rate = 0.03
+
SASServiceLevel = 1
 
}
 
}
 
}
 
}
  
MODULE
 
{
 
name = ModuleSAS
 
}
 
 
)
 
 
}}
 
}}

Latest revision as of 09:39, 29 April 2015

This is the configuration file for Probodobodyne HECS.
PART
{
	name = probeCoreHex
	module = Part
	author = Squad
	mesh = model.mu
	rescaleFactor = 1.0
	CrewCapacity = 0
	node_stack_bottom = 0.0, -0.1875, 0.0, 0.0, -1.0, 0.0, 0
	node_stack_top = 0.0, 0.1875, 0.0, 0.0, 1.0, 0.0, 0
	TechRequired = precisionEngineering
	entryCost = 4900
	cost = 650
	category = Pods
	subcategory = 0
	title = Probodobodyne HECS
	manufacturer = Probodobodyne Inc
	description = The HECS core capabilities go far beyond its sleek, 6-sided futuristic casing. This probe core provides advanced guidance assistance technology, and comes fitted with internal reaction wheels and decently-sized batteries. Despite concerns that one day, autonomous spacecraft cores could become self-aware and turn against their creators, or even become very stubborn against opening pod bay doors, Probodobodyne insists that these unmanned AI-driven devices are the way of the future.
	attachRules = 1,0,1,1,0
	mass = 0.1
	dragModelType = default
	maximum_drag = 0.2
	minimum_drag = 0.15
	angularDrag = 1.5
	crashTolerance = 12
	maxTemp = 1200 // = 1200
	explosionPotential = 0
	vesselType = Probe
	bulkheadProfiles = size0
	MODULE
	{
		name = ModuleCommand
		minimumCrew = 0
		RESOURCE
		{
			name = ElectricCharge
			rate = 0.025
		}
	}
	RESOURCE
	{
		name = ElectricCharge
		amount = 10
		maxAmount = 10
	}
	MODULE
	{
		name = ModuleReactionWheel
		PitchTorque = 0.5
		YawTorque = 0.5
		RollTorque = 0.5
		RESOURCE
		{
			name = ElectricCharge
			rate = 0.05
		}
	}
	MODULE
	{
		name = ModuleSAS
		SASServiceLevel = 1
	}
}