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

From Kerbal Space Program Wiki
Jump to: navigation, search
(Created page with "<pre> name = probeCoreOcto2 module = CommandPod author = NovaSilisko mesh = model.mu rescaleFactor = 1 CrewCapacity = 0 node_stack_bottom = 0.0, -0.0610621, 0.0, 0.0, 1.0, ...")
 
(update to 1.12.2 + rename request)
 
(6 intermediate revisions by 2 users not shown)
Line 1: Line 1:
<pre>
+
<noinclude>{{move|Parts/Command/probeCoreOcto2_v2/probeCoreOcto2_v2.cfg|new cfg file for OKTO2}}</noinclude>
name = probeCoreOcto2
 
module = CommandPod
 
author = NovaSilisko
 
  
mesh = model.mu
+
<!-- v1.12.2 -->
rescaleFactor = 1
+
{{Part config|Probodobodyne OKTO2|2=PART
 
+
{
CrewCapacity = 0
+
name = probeCoreOcto2_v2
 
+
module = Part
node_stack_bottom = 0.0, -0.0610621, 0.0, 0.0, 1.0, 0.0, 0
+
author = Pablo
node_stack_top = 0.0, 0.0610621, 0.0, 0.0, 1.0, 0.0, 0
+
MODEL
 
 
cost = 230
 
category = Pods
 
subcategory = 0
 
title = Probodobodyne OKTO2
 
manufacturer = Probodobodyne Inc.
 
description = A flatter variant of the OKTO, OKTO2 was most certainly not concieved when one of our engineers sat on a standard OKTO.
 
 
 
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
 
 
 
explosionPotential = 0
 
 
 
rotPower = 0.5
 
linPower = 0.5
 
 
 
Kp = 1.0
 
Kd = 1.0
 
 
 
vesselType = Probe
 
 
 
MODULE
 
 
{
 
{
name = ModuleCommand
+
model = Squad/Parts/Command/probeCoreOcto2_v2/probeCoreOcto2_v2
minimumCrew = 0
+
texture = octoDiffuse, Squad/Parts/Command/probeCoreOcto_v2/octoDiffuse
 +
texture = octoNormal, Squad/Parts/Command/probeCoreOcto_v2/octoNormal
 +
texture = octoSpecular, Squad/Parts/Command/probeCoreOcto_v2/octoSpecular
 +
}
 
 
 +
 +
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 = #autoLOC_500346 //#autoLOC_500346 = Probodobodyne OKTO2
 +
manufacturer = #autoLOC_501633 //#autoLOC_501633 = Probodobodyne Inc
 +
description = #autoLOC_500347 //#autoLOC_500347 = 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
 +
tags = #autoLOC_500348 //#autoLOC_500348 = command control (core kerbnet octo probe sas satellite space steer
 +
MODULE
 +
{
 +
name = ModuleCommand
 +
minimumCrew = 0
 +
RESOURCE
 +
{
 +
name = ElectricCharge
 +
rate = 0.03
 +
}
 +
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 = 5.0
 +
maxAmount = 5.0
 +
}
 +
MODULE
 +
{
 +
name = ModuleSAS
 +
SASServiceLevel = 2
 +
}
 +
MODULE
 +
{
 +
name = ModuleKerbNetAccess
 +
MinimumFoV = 13
 +
MaximumFoV = 72
 +
AnomalyDetection = 0.18
 +
DISPLAY_MODES
 +
{
 +
Mode = Biome,#autoLOC_438890 //#autoLOC_438890 = Biome
 +
Mode = Terrain,#autoLOC_438839 //#autoLOC_438839 = Terrain
 +
}
 
}
 
}
}
 
  
RESOURCE
+
MODULE
{
+
{
name = ElectricCharge
+
name = ModuleDataTransmitter
amount = 5
+
antennaType = INTERNAL
maxAmount = 5
+
packetInterval = 1.0
 +
packetSize = 2
 +
packetResourceCost = 12.0
 +
requiredResource = ElectricCharge
 +
antennaPower = 5000
 +
optimumRange = 2500
 +
packetFloor = .1
 +
packetCeiling = 5
 +
}
 +
 
 +
MODULE
 +
{
 +
name = ModuleCargoPart
 +
packedVolume = 50
 +
}
 
}
 
}
</pre>
+
}}

Latest revision as of 07:09, 2 September 2021

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

The given reason is: new cfg file for OKTO2


This is the configuration file for Probodobodyne OKTO2.
PART
{
	name = probeCoreOcto2_v2
	module = Part
	author = Pablo
	MODEL
{
	model = Squad/Parts/Command/probeCoreOcto2_v2/probeCoreOcto2_v2
	texture = octoDiffuse, Squad/Parts/Command/probeCoreOcto_v2/octoDiffuse
	texture = octoNormal, Squad/Parts/Command/probeCoreOcto_v2/octoNormal
	texture = octoSpecular, Squad/Parts/Command/probeCoreOcto_v2/octoSpecular
}
	
	
	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 = #autoLOC_500346 //#autoLOC_500346 = Probodobodyne OKTO2
	manufacturer = #autoLOC_501633 //#autoLOC_501633 = Probodobodyne Inc
	description = #autoLOC_500347 //#autoLOC_500347 = 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
	tags = #autoLOC_500348 //#autoLOC_500348 = command control (core kerbnet octo probe sas satellite space steer
	MODULE
	{
		name = ModuleCommand
		minimumCrew = 0
		RESOURCE
		{
			name = ElectricCharge
			rate = 0.03
		}
		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 = 5.0
		maxAmount = 5.0
	}
	MODULE
	{
		name = ModuleSAS
		SASServiceLevel = 2
	}
	MODULE
	{
		name = ModuleKerbNetAccess
		MinimumFoV = 13
		MaximumFoV = 72
		AnomalyDetection = 0.18
		DISPLAY_MODES
		{
			Mode = Biome,#autoLOC_438890 //#autoLOC_438890 = Biome
			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 = 50
	}
}