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

From Kerbal Space Program Wiki
Jump to: navigation, search
m (*update to 0.24.2;)
m (*update to 1.0;)
(2 intermediate revisions by the same user not shown)
Line 1: Line 1:
 
{{Part config|Probodobodyne OKTO2|2=PART
 
{{Part config|Probodobodyne OKTO2|2=PART
 
{
 
{
name = probeCoreOcto2
+
name = probeCoreOcto2
module = Part
+
module = Part
author = NovaSilisko
+
author = NovaSilisko
 
+
mesh = model.mu
mesh = model.mu
+
rescaleFactor = 1
rescaleFactor = 1
+
CrewCapacity = 0
 
+
node_stack_bottom = 0.0, -0.0610621, 0.0, 0.0, -1.0, 0.0, 0
CrewCapacity = 0
+
node_stack_top = 0.0, 0.0610621, 0.0, 0.0, 1.0, 0.0, 0
 
+
TechRequired = unmannedTech
node_stack_bottom = 0.0, -0.0610621, 0.0, 0.0, 1.0, 0.0, 0
+
entryCost = 7500
node_stack_top = 0.0, 0.0610621, 0.0, 0.0, 1.0, 0.0, 0
+
cost = 1480
 
+
category = Pods
TechRequired = unmannedTech
+
subcategory = 0
entryCost = 5000
+
title = Probodobodyne OKTO2
cost = 480
+
manufacturer = Probodobodyne Inc
category = Pods
+
description = The OKTO2 is far more than a flatter variant of the original OKTO. This new iteration of the ubiquitous 8-sided probe core features a much more advanced guidance system. This new model however, does not feature built-in reaction wheels and does requires more power to run, even on standby. Its internal battery supply is also very limited, being intended mainly to keep the Standby LEDs lit.
subcategory = 0
+
attachRules = 1,0,1,1,0
title = Probodobodyne OKTO2
+
mass = 0.04
manufacturer = Probodobodyne Inc.
+
dragModelType = default
description = A flatter variant of the OKTO, OKTO2 was most certainly not concieved when one of our engineers sat on a standard OKTO.
+
maximum_drag = 0.2
 
+
minimum_drag = 0.15
attachRules = 1,0,1,1,0
+
angularDrag = 1.5
 
+
crashTolerance = 12
mass = 0.04
+
maxTemp = 1200 // = 1200
dragModelType = default
+
explosionPotential = 0
maximum_drag = 0.2
+
vesselType = Probe
minimum_drag = 0.15
+
bulkheadProfiles = size0
angularDrag = 1.5
+
MODULE
crashTolerance = 12
+
{
maxTemp = 1200
+
name = ModuleCommand
 
+
minimumCrew = 0
explosionPotential = 0
+
RESOURCE
 
+
{
vesselType = Probe
+
name = ElectricCharge
 
+
rate = 0.03
MODULE
+
}
{
+
}
name = ModuleCommand
 
minimumCrew = 0
 
 
 
RESOURCE
 
RESOURCE
 
{
 
{
 
name = ElectricCharge
 
name = ElectricCharge
rate = 0.02777778
+
amount = 5.0
 +
maxAmount = 5.0
 
}
 
}
}
+
MODULE
 
 
RESOURCE
 
{
 
name = ElectricCharge
 
amount = 10
 
maxAmount = 10
 
}
 
 
 
MODULE
 
{
 
name = ModuleReactionWheel
 
 
PitchTorque = 0.5
 
YawTorque = 0.5
 
RollTorque = 0.5
 
 
RESOURCE
 
 
{
 
{
name = ElectricCharge
+
name = ModuleSAS
rate = 0.015
+
SASServiceLevel = 2
 
}
 
}
}
 
 
MODULE
 
{
 
name = ModuleSAS
 
}
 
 
}
 
}
  
 
}}
 
}}

Revision as of 09:42, 29 April 2015

This is the configuration file for Probodobodyne OKTO2.
PART
{
	name = probeCoreOcto2
	module = Part
	author = NovaSilisko
	mesh = model.mu
	rescaleFactor = 1
	CrewCapacity = 0
	node_stack_bottom = 0.0, -0.0610621, 0.0, 0.0, -1.0, 0.0, 0
	node_stack_top = 0.0, 0.0610621, 0.0, 0.0, 1.0, 0.0, 0
	TechRequired = unmannedTech
	entryCost = 7500
	cost = 1480
	category = Pods
	subcategory = 0
	title = Probodobodyne OKTO2
	manufacturer = Probodobodyne Inc
	description = The OKTO2 is far more than a flatter variant of the original OKTO. This new iteration of the ubiquitous 8-sided probe core features a much more advanced guidance system. This new model however, does not feature built-in reaction wheels and does requires more power to run, even on standby. Its internal battery supply is also very limited, being intended mainly to keep the Standby LEDs lit.
	attachRules = 1,0,1,1,0
	mass = 0.04
	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.03
		}
	}
	RESOURCE
	{
		name = ElectricCharge
		amount = 5.0
		maxAmount = 5.0
	}
	MODULE
	{
		name = ModuleSAS
		SASServiceLevel = 2
	}
}