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

From Kerbal Space Program Wiki
Jump to: navigation, search
m (*update to 0.90.0;)
m (*update to 1.0;)
 
Line 1: Line 1:
 
{{Part config|PPD-10 Hitchhiker Storage Container|2=PART
 
{{Part config|PPD-10 Hitchhiker Storage Container|2=PART
 
{
 
{
name = crewCabin
+
name = crewCabin
module = Part
+
module = Part
author = NovaSilisko
+
author = NovaSilisko
 
+
mesh = model.mu
mesh = model.mu
+
rescaleFactor = 1
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
node_stack_top = 0.0, 0.986899, 0.0, 0.0, 1.0, 0.0, 2
+
CrewCapacity = 4
node_stack_bottom = 0.0, -0.986899, 0.0, 0.0, 1.0, 0.0, 2
+
TechRequired = spaceExploration
 
+
entryCost = 12400
CrewCapacity = 4
+
cost = 4000
 
+
category = Utility
TechRequired = specializedConstruction
+
subcategory = 0
entryCost = 12400
+
title = PPD-10 Hitchhiker Storage Container
cost = 4000
+
manufacturer = Jebediah Kerman's Junkyard and Spacecraft Parts Co
category = Utility
+
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.
subcategory = 0
+
attachRules = 1,0,1,1,0
title = PPD-10 Hitchhiker Storage Container
+
mass = 2.5
manufacturer = Jebediah Kerman's Junkyard and Spacecraft Parts Co
+
dragModelType = default
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.
+
maximum_drag = 0.2
 
+
minimum_drag = 0.3
attachRules = 1,0,1,1,0
+
angularDrag = 2
 
+
crashTolerance = 6
mass = 2.5
+
breakingForce = 200
dragModelType = default
+
breakingTorque = 200
maximum_drag = 0.2
+
maxTemp = 2000 // = 2900
minimum_drag = 0.3
+
vesselType = Ship
angularDrag = 2
+
bulkheadProfiles = size2
crashTolerance = 6
+
INTERNAL
breakingForce = 200
+
{
breakingTorque = 200
+
name = crewCabinInternals
maxTemp = 2900
+
}
 
+
MODULE
vesselType = Ship
+
{
 
+
name = ModuleScienceExperiment
INTERNAL
+
experimentID = crewReport
{
+
experimentActionName = Crew Report
  name = crewCabinInternals
+
resetActionName = Discard Crew Report
}
+
reviewActionName = Review Report
MODULE
+
useStaging = False
{
+
useActionGroups = True
name = ModuleScienceExperiment
+
hideUIwhenUnavailable = True
+
rerunnable = True
experimentID = crewReport
+
xmitDataScalar = 1.0
+
usageReqMaskInternal = 5
experimentActionName = Crew Report
+
usageReqMaskExternal = -1
resetActionName = Discard Crew Report
+
}
reviewActionName = Review Report
+
MODULE
+
{
useStaging = False
+
name = ModuleScienceContainer
useActionGroups = True
+
reviewActionName = Review Stored Data
hideUIwhenUnavailable = True
+
storeActionName = Store Experiments
rerunnable = True
+
evaOnlyStorage = True
+
storageRange = 2.0
xmitDataScalar = 1.0
+
}
}
+
MODULE
MODULE
+
{
{
+
name = FlagDecal
name = ModuleScienceContainer
+
textureQuadName = flagTransform
+
}
reviewActionName = Review Stored Data
 
storeActionName = Store Experiments
 
evaOnlyStorage = True
 
storageRange = 2.0
 
}
 
MODULE
 
{
 
      name = FlagDecal
 
      textureQuadName = flagTransform
 
}
 
 
}
 
}
  
 
}}
 
}}

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
	}
}