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

From Kerbal Space Program Wiki
Jump to: navigation, search
(Created page with "<pre> PART { // --- general parameters --- name = cupola module = CommandPod author = Squad // --- asset parameters --- mesh = model.mu rescaleFactor = 1.0 // --- node defin...")
 
m (*update to 1.0;)
 
(5 intermediate revisions by 2 users not shown)
Line 1: Line 1:
<pre>
+
{{Part config|PPD-12 Cupola Module|2=PART
PART
 
 
{
 
{
// --- general parameters ---
+
name = cupola
name = cupola
+
module = Part
module = CommandPod
+
author = Squad
author = Squad
+
mesh = model.mu
 
+
rescaleFactor = 1.0
// --- asset parameters ---
+
node_stack_bottom = 0.0, -0.4, 0.0, 0.0, -1.0, 0.0, 2
mesh = model.mu
+
node_stack_top = 0.0, 0.83, 0.0, 0.0, 1.0, 0.0, 1
rescaleFactor = 1.0
+
TechRequired = commandModules
 
+
entryCost = 10200
// --- node definitions ---
+
cost = 3200
// definition format is Position X, Position Y, Position Z, Up X, Up Y, Up Z
+
category = Pods
node_stack_bottom = 0.0, -0.4, 0.0, 0.0, 1.0, 0.0, 2
+
subcategory = 0
node_stack_top = 0.0, 0.83, 0.0, 0.0, 1.0, 0.0, 1
+
title = PPD-12 Cupola Module
 
+
manufacturer = Jebediah Kerman's Junkyard and Spacecraft Parts Co
 
+
description = The PPD-12 was developed to provide a high visibility control room for orbital stations, and a place for thoughtful Kerbals to contemplate the beauty of the cosmos.
 
+
attachRules = 1,0,1,1,0
// --- editor parameters ---
+
mass = 1.76
cost = 2000
+
dragModelType = default
category = Pods
+
maximum_drag = 0.20
subcategory = 0
+
minimum_drag = 0.20
title = PPD-12 Cupola Module
+
angularDrag = 4
manufacturer = Jebediah Kerman's Junkyard and Spaceship Parts Co.
+
crashTolerance = 8
description = The PPD-12 was developed to provide a high visibility control room for orbital stations, and a place for thoughtful Kerbals to contemplate the beauty of the cosmos.
+
maxTemp = 2000 // = 3400
// attachment rules: stack, srfAttach, allowStack, allowSrfAttach, allowCollision
+
vesselType = Lander
attachRules = 1,0,1,1,0
+
CrewCapacity = 1
 
+
bulkheadProfiles = size2, size1
// --- standard part parameters ---
+
INTERNAL
mass = 4.5
+
{
dragModelType = default
+
name = cupolaInternal
maximum_drag = 0.40
+
}
minimum_drag = 0.40
+
MODULE
angularDrag = 4
+
{
crashTolerance = 8
+
name = ModuleCommand
maxTemp = 3400
+
minimumCrew = 1
 
+
}
vesselType = Lander
+
RESOURCE
 
+
{
// --- pod/rcs parameters ---
+
name = ElectricCharge
 
+
amount = 200
rotPower = 30
+
maxAmount = 200
linPower = 10
+
}
 
+
MODULE
Kp = 1.0
+
{
Kd = 1.0
+
name = ModuleReactionWheel
 
+
PitchTorque = 9
// --- internal setup ---
+
YawTorque = 9
CrewCapacity = 1
+
RollTorque = 9
 
+
RESOURCE
INTERNAL
+
{
{
+
name = ElectricCharge
  name = cupolaInternal
+
rate = 0.9
}
+
}
 
+
}
MODULE
+
MODULE
{
+
{
name = ModuleCommand
+
name = ModuleScienceExperiment
minimumCrew = 1
+
experimentID = crewReport
 +
experimentActionName = Crew Report
 +
resetActionName = Discard Crew Report
 +
reviewActionName = Review Report
 +
useStaging = False
 +
useActionGroups = True
 +
hideUIwhenUnavailable = True
 +
rerunnable = True
 +
xmitDataScalar = 1.0
 +
usageReqMaskInternal = 5
 +
usageReqMaskExternal = -1
 +
}
 +
MODULE
 +
{
 +
name = ModuleScienceContainer
 +
reviewActionName = Review Stored Data
 +
storeActionName = Store Experiments
 +
evaOnlyStorage = True
 +
storageRange = 1.6
 +
}
 +
RESOURCE
 +
{
 +
name = MonoPropellant
 +
amount = 10
 +
maxAmount = 10
 +
}
 +
MODULE
 +
{
 +
name = FlagDecal
 +
textureQuadName = flagTransform
 +
}
 
}
 
}
  
RESOURCE
+
}}
{
 
name = ElectricCharge
 
amount = 200
 
maxAmount = 200
 
}
 
 
 
}
 
</pre>
 

Latest revision as of 09:47, 29 April 2015

This is the configuration file for PPD-12 Cupola Module.
PART
{
	name = cupola
	module = Part
	author = Squad
	mesh = model.mu
	rescaleFactor = 1.0
	node_stack_bottom = 0.0, -0.4, 0.0, 0.0, -1.0, 0.0, 2
	node_stack_top = 0.0, 0.83, 0.0, 0.0, 1.0, 0.0, 1
	TechRequired = commandModules
	entryCost = 10200
	cost = 3200
	category = Pods
	subcategory = 0
	title = PPD-12 Cupola Module
	manufacturer = Jebediah Kerman's Junkyard and Spacecraft Parts Co
	description = The PPD-12 was developed to provide a high visibility control room for orbital stations, and a place for thoughtful Kerbals to contemplate the beauty of the cosmos.
	attachRules = 1,0,1,1,0
	mass = 1.76
	dragModelType = default
	maximum_drag = 0.20
	minimum_drag = 0.20
	angularDrag = 4
	crashTolerance = 8
	maxTemp = 2000 // = 3400
	vesselType = Lander
	CrewCapacity = 1
	bulkheadProfiles = size2, size1
	INTERNAL
	{
		name = cupolaInternal
	}
	MODULE
	{
		name = ModuleCommand
		minimumCrew = 1
	}
	RESOURCE
	{
		name = ElectricCharge
		amount = 200
		maxAmount = 200
	}
	MODULE
	{
		name = ModuleReactionWheel
		PitchTorque = 9
		YawTorque = 9
		RollTorque = 9
		RESOURCE
		{
			name = ElectricCharge
			rate = 0.9
		}
	}
	MODULE
	{
		name = ModuleScienceExperiment
		experimentID = crewReport
		experimentActionName = Crew Report
		resetActionName = Discard Crew Report
		reviewActionName = Review Report
		useStaging = False
		useActionGroups = True
		hideUIwhenUnavailable = True
		rerunnable = True
		xmitDataScalar = 1.0
		usageReqMaskInternal = 5
		usageReqMaskExternal = -1
	}
	MODULE
	{
		name = ModuleScienceContainer
		reviewActionName = Review Stored Data
		storeActionName = Store Experiments
		evaOnlyStorage = True
		storageRange = 1.6
	}
	RESOURCE
	{
		name = MonoPropellant
		amount = 10
		maxAmount = 10
	}
	MODULE
	{
		name = FlagDecal
		textureQuadName = flagTransform
	}
}