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

From Kerbal Space Program Wiki
Jump to: navigation, search
(+apply original upload by Dgelessus for 0.21;)
(*update to 0.22;)
Line 1: Line 1:
{{Part config|Stayputnik Mk. 2|2=PART
+
{{Part config|Stayputnik Mk. 1|2=PART
 
{
 
{
 
name = probeCoreSphere
 
name = probeCoreSphere
module = CommandPod
+
module = Part
 
author = NovaSilisko
 
author = NovaSilisko
  
Line 12: Line 12:
 
node_stack_bottom = 0.0, -0.3383468, 0.0, 0.0, 1.0, 0.0, 0
 
node_stack_bottom = 0.0, -0.3383468, 0.0, 0.0, 1.0, 0.0, 0
  
 +
TechRequired = flightControl
 +
entryCost = 1400
 
cost = 300
 
cost = 300
 
category = Pods
 
category = Pods
 
subcategory = 0
 
subcategory = 0
title = Stayputnik Mk. 2
+
title = Stayputnik Mk. 1
 
manufacturer = Probodobodyne Inc.
 
manufacturer = Probodobodyne Inc.
description = Our most popular satellite core, Stayputnik is a simple lightweight sphere constructed of aluminum with lots of surface area for attaching things. The Mk2 model includes an underside mounting bracket.
+
description = The Stayputnik offers the ultimate solution in crew safety. A lightweight sphere equipped with remote receivers and tiny gyros for orientation, it carries no crew at all, thus keeping them perfectly safe from all harm. This device does require electricity to operate however, and will cease to function if the power runs out. The built-in batteries should keep it going for about 10 minutes.
  
 
attachRules = 1,0,1,1,0
 
attachRules = 1,0,1,1,0
Line 31: Line 33:
 
explosionPotential = 0
 
explosionPotential = 0
  
rotPower = 0.3
+
vesselType = Probe
linPower = 0.3
 
  
Kp = 1.0
 
Kd = 1.0
 
 
vesselType = Probe
 
  
 
MODULE
 
MODULE
Line 54: Line 51:
 
{
 
{
 
name = ElectricCharge
 
name = ElectricCharge
amount = 5
+
amount = 10
maxAmount = 5
+
maxAmount = 10
 +
}
 +
 
 +
MODULE
 +
{
 +
name = ModuleReactionWheel
 +
 +
PitchTorque = 0.3
 +
YawTorque = 0.3
 +
RollTorque = 0.3
 +
 +
RESOURCE
 +
{
 +
name = ElectricCharge
 +
rate = 0.015
 +
}
 +
}
 +
 
 +
MODULE
 +
{
 +
name = ModuleSAS
 
}
 
}
 
}
 
}
 
}}
 
}}

Revision as of 12:00, 7 December 2013

This is the configuration file for Stayputnik Mk. 1.
PART
{
name = probeCoreSphere
module = Part
author = NovaSilisko

mesh = model.mu
rescaleFactor = 1

CrewCapacity = 0

node_stack_bottom = 0.0, -0.3383468, 0.0, 0.0, 1.0, 0.0, 0

TechRequired = flightControl
entryCost = 1400
cost = 300
category = Pods
subcategory = 0
title = Stayputnik Mk. 1
manufacturer = Probodobodyne Inc.
description = The Stayputnik offers the ultimate solution in crew safety. A lightweight sphere equipped with remote receivers and tiny gyros for orientation, it carries no crew at all, thus keeping them perfectly safe from all harm. This device does require electricity to operate however, and will cease to function if the power runs out. The built-in batteries should keep it going for about 10 minutes.

attachRules = 1,0,1,1,0

mass = 0.05
dragModelType = default
maximum_drag = 0.2
minimum_drag = 0.15
angularDrag = 1.5
crashTolerance = 12
maxTemp = 1200

explosionPotential = 0

vesselType = Probe


MODULE
{
	name = ModuleCommand
	minimumCrew = 0
	
	RESOURCE
	{
		name = ElectricCharge
		rate = 0.02777778
	}
}

RESOURCE
{
	name = ElectricCharge
	amount = 10
	maxAmount = 10
}

MODULE
{
	name = ModuleReactionWheel
	
	PitchTorque = 0.3
	YawTorque = 0.3
	RollTorque = 0.3
	
	RESOURCE
	{
		name = ElectricCharge
		rate = 0.015
	}
}

MODULE
{
	name = ModuleSAS
}
}