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

From Kerbal Space Program Wiki
Jump to: navigation, search
m (XZise moved page Parts/probeCoreOcto/part.cfg to Parts/Command/probeCoreOcto/part.cfg without leaving a redirect: manually moved because target already exists)
(update to 1.12.2 + rename request)
 
(5 intermediate revisions by 2 users not shown)
Line 1: Line 1:
<pre>
+
<noinclude>{{move|Parts/Command/probeCoreOcto_v2/probeCoreOcto_v2.cfg|new cfg file for OKTO}}
name = probeCoreOcto
+
{{Part config|Probodobodyne OKTO|2=PART
module = CommandPod
 
author = NovaSilisko
 
 
 
mesh = model.mu
 
rescaleFactor = 1
 
 
 
CrewCapacity = 0
 
 
 
node_stack_bottom = 0.0, -0.1870818, 0.0, 0.0, 1.0, 0.0, 0
 
node_stack_top = 0.0, 0.1870818, 0.0, 0.0, 1.0, 0.0, 0
 
 
 
cost = 450
 
category = Pods
 
subcategory = 0
 
title = Probodobodyne OKTO
 
manufacturer = Probodobodyne Inc.
 
description = OKTO is an excellent beginner's level core, with simple geometry and lots of flat surfaces for attaching equipment.
 
 
 
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 = probeCoreOcto_v2
minimumCrew = 0
+
module = Part
+
author = Pablo
 +
mesh = probeCoreOcto_v2
 +
rescaleFactor = 1
 +
CrewCapacity = 0
 +
node_stack_bottom = 0.0, -0.1870818, 0.0, 0.0, -1.0, 0.0, 0
 +
node_stack_top = 0.0, 0.1870818, 0.0, 0.0, 1.0, 0.0, 0
 +
TechRequired = electrics
 +
entryCost = 2800
 +
cost = 450
 +
category = Pods
 +
subcategory = 0
 +
title = #autoLOC_500343 //#autoLOC_500343 = Probodobodyne OKTO
 +
manufacturer = #autoLOC_501633 //#autoLOC_501633 = Probodobodyne Inc
 +
description = #autoLOC_500344 //#autoLOC_500344 = The OKTO is the next step in unmanned control technology. This small unit can not only receive and relay control, it also provides automatic stabilization assistance, just as a live pilot would. Also, its 8-sided stylistic design features lots of flat surfaces for attaching equipment.
 +
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
 +
tags = #autoLOC_500345 //#autoLOC_500345 = cmg command control (core fly gyro kerbnet moment octo probe react sas satellite space stab steer torque
 +
MODULE
 +
{
 +
name = ModuleCommand
 +
minimumCrew = 0
 +
RESOURCE
 +
{
 +
name = ElectricCharge
 +
rate = 0.020
 +
}
 +
hasHibernation = True
 +
defaultControlPointDisplayName = #autoLOC_6011003 //#autoLOC_6011003 = Default
 +
CONTROLPOINT
 +
{
 +
name = forward
 +
displayName = #autoLOC_6011001 //#autoLOC_6011001 = Forward
 +
orientation = 90,0,0
 +
}
 +
CONTROLPOINT
 +
{
 +
name = reverse
 +
displayName = #autoLOC_6011004 //#autoLOC_6011004 = Reversed
 +
orientation = 0,0,180
 +
}
 +
}
 
RESOURCE
 
RESOURCE
 
{
 
{
 
name = ElectricCharge
 
name = ElectricCharge
rate = 0.02777778
+
amount = 10
 +
maxAmount = 10
 
}
 
}
}
+
MODULE
 +
{
 +
name = ModuleReactionWheel
 +
PitchTorque = 0.3
 +
YawTorque = 0.3
 +
RollTorque = 0.3
 +
RESOURCE
 +
{
 +
name = ElectricCharge
 +
rate = 0.03
 +
}
 +
}
 +
MODULE
 +
{
 +
name = ModuleSAS
 +
}
 +
MODULE
 +
{
 +
name = ModuleKerbNetAccess
 +
MinimumFoV = 21
 +
MaximumFoV = 54
 +
AnomalyDetection = 0.06
 +
DISPLAY_MODES
 +
{
 +
Mode = Terrain,#autoLOC_438839 //#autoLOC_438839 = Terrain
 +
}
 +
}
 +
 
 +
MODULE
 +
{
 +
name = ModuleDataTransmitter
 +
antennaType = INTERNAL
 +
packetInterval = 1.0
 +
packetSize = 2
 +
packetResourceCost = 12.0
 +
requiredResource = ElectricCharge
 +
antennaPower = 5000
 +
optimumRange = 2500
 +
packetFloor = .1
 +
packetCeiling = 5
 +
}
  
RESOURCE
+
MODULE
{
+
{
name = ElectricCharge
+
name = ModuleCargoPart
amount = 5
+
packedVolume = 180
maxAmount = 5
+
}
 
}
 
}
</pre>
+
}}

Latest revision as of 04:05, 2 September 2021

This page has been requested to be moved to Parts/Command/probeCoreOcto_v2/probeCoreOcto_v2.cfg.

The given reason is: new cfg file for OKTO

This is the configuration file for Probodobodyne OKTO.
PART
{
	name = probeCoreOcto_v2
	module = Part
	author = Pablo
	mesh = probeCoreOcto_v2
	rescaleFactor = 1
	CrewCapacity = 0
	node_stack_bottom = 0.0, -0.1870818, 0.0, 0.0, -1.0, 0.0, 0
	node_stack_top = 0.0, 0.1870818, 0.0, 0.0, 1.0, 0.0, 0
	TechRequired = electrics
	entryCost = 2800
	cost = 450
	category = Pods
	subcategory = 0
	title = #autoLOC_500343 //#autoLOC_500343 = Probodobodyne OKTO
	manufacturer = #autoLOC_501633 //#autoLOC_501633 = Probodobodyne Inc
	description = #autoLOC_500344 //#autoLOC_500344 = The OKTO is the next step in unmanned control technology. This small unit can not only receive and relay control, it also provides automatic stabilization assistance, just as a live pilot would. Also, its 8-sided stylistic design features lots of flat surfaces for attaching equipment.
	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
	tags = #autoLOC_500345 //#autoLOC_500345 = cmg command control (core fly gyro kerbnet moment octo probe react sas satellite space stab steer torque
	MODULE
	{
		name = ModuleCommand
		minimumCrew = 0
		RESOURCE
		{
			name = ElectricCharge
			rate = 0.020
		}
		hasHibernation = True
		defaultControlPointDisplayName = #autoLOC_6011003 //#autoLOC_6011003 = Default
		CONTROLPOINT
		{
			name = forward
			displayName = #autoLOC_6011001 //#autoLOC_6011001 = Forward
			orientation = 90,0,0
		}
		CONTROLPOINT
		{
			name = reverse
			displayName = #autoLOC_6011004 //#autoLOC_6011004 = Reversed
			orientation = 0,0,180
		}
	}
	RESOURCE
	{
		name = ElectricCharge
		amount = 10
		maxAmount = 10
	}
	MODULE
	{
		name = ModuleReactionWheel
		PitchTorque = 0.3
		YawTorque = 0.3
		RollTorque = 0.3
		RESOURCE
		{
			name = ElectricCharge
			rate = 0.03
		}
	}
	MODULE
	{
		name = ModuleSAS
	}
	MODULE
	{
		name = ModuleKerbNetAccess
		MinimumFoV = 21
		MaximumFoV = 54
		AnomalyDetection = 0.06
		DISPLAY_MODES
		{
			Mode = Terrain,#autoLOC_438839 //#autoLOC_438839 = 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 = ModuleCargoPart
		packedVolume = 180
	}
}