Difference between revisions of "Parts/Thermal/FoldingRadiators/foldingRadMed.cfg"
From Kerbal Space Program Wiki
m (Update part config) |
m (Update config) |
||
Line 11: | Line 11: | ||
node_attach = 0.0, 0.0, 0.1, 0.0, 0.0, -1.0 | node_attach = 0.0, 0.0, 0.1, 0.0, 0.0, -1.0 | ||
TechRequired = advElectrics | TechRequired = advElectrics | ||
− | manufacturer = Probodobodyne Inc | + | manufacturer = #autoLOC_501633 //#autoLOC_501633 = Probodobodyne Inc |
entryCost = 11000 | entryCost = 11000 | ||
cost = 2250 | cost = 2250 | ||
category = Thermal | category = Thermal | ||
subcategory = 0 | subcategory = 0 | ||
− | title = Thermal Control System (medium) | + | title = #autoLOC_500790 //#autoLOC_500790 = Thermal Control System (medium) |
− | description = A deployable thermal control system consisting of multiple liquid cooled radiator panels. | + | description = #autoLOC_500791 //#autoLOC_500791 = A deployable thermal control system consisting of multiple liquid cooled radiator panels. |
attachRules = 0,1,0,1,1 | attachRules = 0,1,0,1,1 | ||
mass = 0.25 | mass = 0.25 | ||
Line 27: | Line 27: | ||
maxTemp = 2500 | maxTemp = 2500 | ||
bulkheadProfiles = srf | bulkheadProfiles = srf | ||
− | tags = cool deploy extend fold heat moderat panel radiat retract temperat therm unfold | + | tags = #autoLOC_500792 //#autoLOC_500792 = cool deploy extend fold heat moderat panel radiat retract temperat therm unfold |
emissiveConstant = 0.90 | emissiveConstant = 0.90 | ||
heatConductivity = 0.001 //They have built in insulators | heatConductivity = 0.001 //They have built in insulators | ||
Line 50: | Line 50: | ||
trackingSpeed = 0.1 | trackingSpeed = 0.1 | ||
sunAlignmentOffset = 0 | sunAlignmentOffset = 0 | ||
+ | extendActionName = #autoLOC_6002401 //#autoLOC_6002401 = Extend <<1>> | ||
+ | retractActionName = #autoLOC_6002402 //#autoLOC_6002402 = Retract <<1>> | ||
+ | extendpanelsActionName = #autoLOC_6002403 //#autoLOC_6002403 = Toggle <<1>> | ||
} | } | ||
Line 63: | Line 66: | ||
rate = 0.125 | rate = 0.125 | ||
} | } | ||
+ | } | ||
+ | |||
+ | MODULE | ||
+ | { | ||
+ | name = ModuleCargoPart | ||
+ | packedVolume = 1000 | ||
} | } | ||
} | } | ||
− | |||
}} | }} |
Latest revision as of 06:57, 15 October 2024
PART { name = foldingRadMed module = Part author = RoverDude MODEL { model = Squad/Parts/Thermal/FoldingRadiators/foldingRadMed } rescaleFactor = 1.0 node_attach = 0.0, 0.0, 0.1, 0.0, 0.0, -1.0 TechRequired = advElectrics manufacturer = #autoLOC_501633 //#autoLOC_501633 = Probodobodyne Inc entryCost = 11000 cost = 2250 category = Thermal subcategory = 0 title = #autoLOC_500790 //#autoLOC_500790 = Thermal Control System (medium) description = #autoLOC_500791 //#autoLOC_500791 = A deployable thermal control system consisting of multiple liquid cooled radiator panels. attachRules = 0,1,0,1,1 mass = 0.25 dragModelType = default maximum_drag = 0.2 minimum_drag = 0.2 angularDrag = 2 crashTolerance = 12 maxTemp = 2500 bulkheadProfiles = srf tags = #autoLOC_500792 //#autoLOC_500792 = cool deploy extend fold heat moderat panel radiat retract temperat therm unfold emissiveConstant = 0.90 heatConductivity = 0.001 //They have built in insulators skinInternalConductionMult = 2000 radiatorHeadroom = 0.75 thermalMassModifier = 2.5 DRAG_CUBE { cube = RETRACTED, 0.5192981,0.7096822,1.118234, 0.5192981,0.7819771,0.620156, 0.3396488,0.8477063,1.045883, 0.3396488,0.8469207,1.045883, 1.982523,0.9739013,0.5053937, 1.982523,0.9804612,0.1584477, 0.001443088,0.1465575,-0.07202077, 1.045195,1.900001,0.4966237 cube = EXTENDED_A, 0.6018811,0.9094176,1.029413, 0.6264298,0.9040553,1.029413, 14.1942,0.9767424,0.572549, 14.16694,0.976527,0.5882353, 0.6583067,0.7167498,6.832162, 0.6583067,0.4925733,7.670654, 0.1465572,0,-3.683257, 1.9,0.8,7.719097 cube = EXTENDED_B, 14.1942,0.9767424,0.572549, 14.16694,0.976527,0.5882353, 0.6018811,0.9094176,1.029413, 0.6264298,0.9040553,1.029413, 0.6583067,0.7167498,6.832162, 0.6583067,0.4925733,7.670654, 0,0.1465572,-3.683257, 0.8,1.900002,7.719097 } MODULE { name = ModuleDeployableRadiator animationName = Deploy showStatus = false retractable = true pivotName = Pivot raycastTransformName = Panel_006 windResistance = 2.5 trackingSpeed = 0.1 sunAlignmentOffset = 0 extendActionName = #autoLOC_6002401 //#autoLOC_6002401 = Extend <<1>> retractActionName = #autoLOC_6002402 //#autoLOC_6002402 = Retract <<1>> extendpanelsActionName = #autoLOC_6002403 //#autoLOC_6002403 = Toggle <<1>> } MODULE { name = ModuleActiveRadiator maxEnergyTransfer = 12500 overcoolFactor = 0.25 isCoreRadiator = true RESOURCE { name = ElectricCharge rate = 0.125 } } MODULE { name = ModuleCargoPart packedVolume = 1000 } }