Difference between revisions of "Parts/Command/hitchhikerStorageContainer/hitchikerStorageContainer.cfg"
From Kerbal Space Program Wiki
< Parts
m (BobBot moved page Parts/crewCabin/part.cfg to Parts/Command/crewCabin/part.cfg without leaving a redirect: Update to new directory system) |
m (*update to 0.24.2;) |
||
Line 8: | Line 8: | ||
rescaleFactor = 1 | rescaleFactor = 1 | ||
− | node_stack_top = 0.0, 0.986899, 0.0, 0.0, 1.0, 0.0 | + | 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 | + | node_stack_bottom = 0.0, -0.986899, 0.0, 0.0, 1.0, 0.0, 2 |
CrewCapacity = 4 | CrewCapacity = 4 | ||
Line 65: | Line 65: | ||
evaOnlyStorage = True | evaOnlyStorage = True | ||
storageRange = 2.0 | storageRange = 2.0 | ||
+ | } | ||
+ | MODULE | ||
+ | { | ||
+ | name = FlagDecal | ||
+ | textureQuadName = flagTransform | ||
} | } | ||
} | } | ||
+ | |||
}} | }} |
Revision as of 18:30, 11 August 2014
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 = specializedConstruction entryCost = 12400 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 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 } MODULE { name = ModuleScienceContainer reviewActionName = Review Stored Data storeActionName = Store Experiments evaOnlyStorage = True storageRange = 2.0 } MODULE { name = FlagDecal textureQuadName = flagTransform } }