Difference between revisions of "Parts/Command/hitchhikerStorageContainer/hitchikerStorageContainer.cfg"

From Kerbal Space Program Wiki
Jump to: navigation, search
(Created page with "<pre> name = crewCabin module = Part author = NovaSilisko mesh = model.mu rescaleFactor = 1 node_stack_top = 0.0, 0.986899, 0.0, 0.0, 1.0, 0.0 node_stack_bottom = 0.0, -0.98...")
 
m (*update to 1.0;)
 
(7 intermediate revisions by 3 users not shown)
Line 1: Line 1:
<pre>
+
{{Part config|PPD-10 Hitchhiker Storage Container|2=PART
name = crewCabin
+
{
module = Part
+
name = crewCabin
author = NovaSilisko
+
module = Part
 +
author = NovaSilisko
 +
mesh = model.mu
 +
rescaleFactor = 1
 +
node_stack_top = 0.0, 0.986899, 0.0, 0.0, 1.0, 0.0, 2
 +
node_stack_bottom = 0.0, -0.986899, 0.0, 0.0, -1.0, 0.0, 2
 +
CrewCapacity = 4
 +
TechRequired = spaceExploration
 +
entryCost = 12400
 +
cost = 4000
 +
category = Utility
 +
subcategory = 0
 +
title = PPD-10 Hitchhiker Storage Container
 +
manufacturer = Jebediah Kerman's Junkyard and Spacecraft Parts Co
 +
description = The HSC was an invention of necessity - how do we store 4 Kerbals on-orbit without any real provisions for return? Who needed this remains a mystery, as do his motivations.
 +
attachRules = 1,0,1,1,0
 +
mass = 2.5
 +
dragModelType = default
 +
maximum_drag = 0.2
 +
minimum_drag = 0.3
 +
angularDrag = 2
 +
crashTolerance = 6
 +
breakingForce = 200
 +
breakingTorque = 200
 +
maxTemp = 2000 // = 2900
 +
vesselType = Ship
 +
bulkheadProfiles = size2
 +
INTERNAL
 +
{
 +
name = crewCabinInternals
 +
}
 +
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 = 2.0
 +
}
 +
MODULE
 +
{
 +
name = FlagDecal
 +
textureQuadName = flagTransform
 +
}
 +
}
  
mesh = model.mu
+
}}
rescaleFactor = 1
 
 
 
node_stack_top = 0.0, 0.986899, 0.0, 0.0, 1.0, 0.0
 
node_stack_bottom = 0.0, -0.986899, 0.0, 0.0, 1.0, 0.0
 
 
 
CrewCapacity = 4
 
 
 
cost = 4000
 
category = Utility
 
subcategory = 0
 
title = PPD-10 Hitchhiker Storage Container
 
manufacturer = Jebediah Kerman's Junkyard and Spaceship Parts Co.
 
description = The HSC was an invention of necessity - how do we store 4 Kerbals on-orbit without any real provisions for return? Who needed this remains a mystery, as do his motivations.
 
 
 
attachRules = 1,0,1,1,0
 
mass = 2.5
 
 
 
dragModelType = default
 
maximum_drag = 0.2
 
minimum_drag = 0.3
 
angularDrag = 2
 
crashTolerance = 6
 
breakingForce = 200
 
breakingTorque = 200
 
maxTemp = 2900
 
 
 
vesselType = Ship
 
</pre>
 

Latest revision as of 09:43, 29 April 2015

This is the configuration file for PPD-10 Hitchhiker Storage Container.
PART
{
	name = crewCabin
	module = Part
	author = NovaSilisko
	mesh = model.mu
	rescaleFactor = 1
	node_stack_top = 0.0, 0.986899, 0.0, 0.0, 1.0, 0.0, 2
	node_stack_bottom = 0.0, -0.986899, 0.0, 0.0, -1.0, 0.0, 2
	CrewCapacity = 4
	TechRequired = spaceExploration
	entryCost = 12400
	cost = 4000
	category = Utility
	subcategory = 0
	title = PPD-10 Hitchhiker Storage Container
	manufacturer = Jebediah Kerman's Junkyard and Spacecraft Parts Co
	description = The HSC was an invention of necessity - how do we store 4 Kerbals on-orbit without any real provisions for return? Who needed this remains a mystery, as do his motivations.
	attachRules = 1,0,1,1,0
	mass = 2.5
	dragModelType = default
	maximum_drag = 0.2
	minimum_drag = 0.3
	angularDrag = 2
	crashTolerance = 6
	breakingForce = 200
	breakingTorque = 200
	maxTemp = 2000 // = 2900
	vesselType = Ship
	bulkheadProfiles = size2
	INTERNAL
	{
		name = crewCabinInternals
	}
	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 = 2.0
	}
	MODULE
	{
		name = FlagDecal
		textureQuadName = flagTransform
	}
}