Difference between revisions of "Parts/Utility/ServiceBay v2/ServiceBay 250 v2.cfg"
From Kerbal Space Program Wiki
m (ArnePeirs moved page Parts/Utility/ServiceBay/ServiceBay 250.cfg to Parts/Utility/ServiceBay v2/ServiceBay 250 v2.cfg without leaving a redirect: Correct path) |
m (Update config) |
||
Line 1: | Line 1: | ||
{{Part config|Service Bay (2.5m)|2=PART | {{Part config|Service Bay (2.5m)|2=PART | ||
{ | { | ||
− | name = | + | name = ServiceBay_250_v2 |
module = Part | module = Part | ||
author = RoverDude | author = RoverDude | ||
Line 7: | Line 7: | ||
MODEL | MODEL | ||
{ | { | ||
− | model = Squad/Parts/Utility/ | + | model = Squad/Parts/Utility/ServiceBay_v2/Assets/ServiceBay_250_v2 |
} | } | ||
Line 21: | Line 21: | ||
category = Payload | category = Payload | ||
subcategory = 0 | subcategory = 0 | ||
− | title = Service Bay (2.5m) | + | title = #autoLOC_500951 //#autoLOC_500951 = Service Bay (2.5m) |
− | description = A heat resistant service bay, ideal for protecting delicate instruments or stowing small service components such as RCS tanks, batteries, etc. | + | description = #autoLOC_500952 //#autoLOC_500952 = A heat resistant service bay, ideal for protecting delicate instruments or stowing small service components such as RCS tanks, batteries, etc. |
attachRules = 1,0,1,1,0 | attachRules = 1,0,1,1,0 | ||
mass = 0.3 | mass = 0.3 | ||
Line 35: | Line 35: | ||
thermalMassModifier = 5.0 | thermalMassModifier = 5.0 | ||
emissiveConstant = 0.95 | emissiveConstant = 0.95 | ||
− | tags = bus contain heat hollow protect (stor therm | + | tags = #autoLOC_500953 //#autoLOC_500953 = bus contain heat hollow protect (stor therm |
MODULE | MODULE | ||
{ | { | ||
name = ModuleAnimateGeneric | name = ModuleAnimateGeneric | ||
− | animationName = | + | animationName = ServiceBayDoors |
− | actionGUIName = Toggle | + | actionGUIName = #autoLOC_502068 //#autoLOC_502068 = Toggle |
− | startEventGUIName = Open | + | startEventGUIName = #autoLOC_502069 //#autoLOC_502069 = Open |
− | endEventGUIName = Close | + | endEventGUIName = #autoLOC_502051 //#autoLOC_502051 = Close |
allowAnimationWhileShielded = False | allowAnimationWhileShielded = False | ||
} | } | ||
Line 53: | Line 53: | ||
closedPosition = 0 | closedPosition = 0 | ||
lookupRadius = 1.8 | lookupRadius = 1.8 | ||
+ | partTypeName = Service bay | ||
//nodeOuterForeID = top | //nodeOuterForeID = top | ||
//nodeOuterAftID = bottom | //nodeOuterAftID = bottom | ||
} | } | ||
− | + | ||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
MODULE | MODULE | ||
{ | { | ||
Line 71: | Line 64: | ||
modifiedConductionFactor = 0.001 | modifiedConductionFactor = 0.001 | ||
convectionFluxThreshold = 500 | convectionFluxThreshold = 500 | ||
+ | } | ||
+ | MODULE | ||
+ | { | ||
+ | name = ModuleCargoPart | ||
+ | stackableQuantity = 1 | ||
+ | packedVolume = -1 | ||
} | } | ||
} | } | ||
− | |||
}} | }} |
Latest revision as of 08:25, 13 October 2024
PART { name = ServiceBay_250_v2 module = Part author = RoverDude MODEL { model = Squad/Parts/Utility/ServiceBay_v2/Assets/ServiceBay_250_v2 } rescaleFactor = 1 node_stack_top2 = 0.0, 0.55, 0.0, 0.0, -1.0, 0.0, 1 node_stack_bottom2 = 0.0, -0.55, 0.0, 0.0, 1.0, 0.0, 1 node_stack_top = 0.0, 0.65, 0.0, 0.0, 1.0, 0.0, 2 node_stack_bottom = 0.0, -0.65, 0.0, 0.0, -1.0, 0.0, 2 TechRequired = commandModules entryCost = 1000 cost = 500 category = Payload subcategory = 0 title = #autoLOC_500951 //#autoLOC_500951 = Service Bay (2.5m) description = #autoLOC_500952 //#autoLOC_500952 = A heat resistant service bay, ideal for protecting delicate instruments or stowing small service components such as RCS tanks, batteries, etc. attachRules = 1,0,1,1,0 mass = 0.3 dragModelType = default maximum_drag = 0.2 minimum_drag = 0.3 angularDrag = 2 crashTolerance = 14 bulkheadProfiles = size2 maxTemp = 2900 heatConductivity = 0.04 thermalMassModifier = 5.0 emissiveConstant = 0.95 tags = #autoLOC_500953 //#autoLOC_500953 = bus contain heat hollow protect (stor therm MODULE { name = ModuleAnimateGeneric animationName = ServiceBayDoors actionGUIName = #autoLOC_502068 //#autoLOC_502068 = Toggle startEventGUIName = #autoLOC_502069 //#autoLOC_502069 = Open endEventGUIName = #autoLOC_502051 //#autoLOC_502051 = Close allowAnimationWhileShielded = False } MODULE { name = ModuleCargoBay DeployModuleIndex = 0 closedPosition = 0 lookupRadius = 1.8 partTypeName = Service bay //nodeOuterForeID = top //nodeOuterAftID = bottom } MODULE { name = ModuleConductionMultiplier modifiedConductionFactor = 0.001 convectionFluxThreshold = 500 } MODULE { name = ModuleCargoPart stackableQuantity = 1 packedVolume = -1 } }