Difference between revisions of "Parts/Thermal/FoldingRadiators/foldingRadMed.cfg"
From Kerbal Space Program Wiki
(+added in 1.0.4;) |
m (Update part config) |
||
Line 14: | Line 14: | ||
entryCost = 11000 | entryCost = 11000 | ||
cost = 2250 | cost = 2250 | ||
− | category = | + | category = Thermal |
subcategory = 0 | subcategory = 0 | ||
title = Thermal Control System (medium) | title = Thermal Control System (medium) | ||
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 | ||
emissiveConstant = 0.90 | emissiveConstant = 0.90 | ||
heatConductivity = 0.001 //They have built in insulators | heatConductivity = 0.001 //They have built in insulators | ||
Line 32: | Line 33: | ||
radiatorHeadroom = 0.75 | radiatorHeadroom = 0.75 | ||
thermalMassModifier = 2.5 | 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 | MODULE | ||
{ | { | ||
name = ModuleDeployableRadiator | name = ModuleDeployableRadiator | ||
animationName = Deploy | animationName = Deploy | ||
+ | showStatus = false | ||
retractable = true | retractable = true | ||
pivotName = Pivot | pivotName = Pivot | ||
raycastTransformName = Panel_006 | raycastTransformName = Panel_006 | ||
− | windResistance = 5 | + | windResistance = 2.5 |
trackingSpeed = 0.1 | trackingSpeed = 0.1 | ||
+ | sunAlignmentOffset = 0 | ||
} | } | ||
Line 48: | Line 56: | ||
name = ModuleActiveRadiator | name = ModuleActiveRadiator | ||
maxEnergyTransfer = 12500 | maxEnergyTransfer = 12500 | ||
+ | overcoolFactor = 0.25 | ||
+ | isCoreRadiator = true | ||
+ | RESOURCE | ||
+ | { | ||
+ | name = ElectricCharge | ||
+ | rate = 0.125 | ||
+ | } | ||
} | } | ||
Revision as of 09:16, 21 October 2016
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 = Probodobodyne Inc entryCost = 11000 cost = 2250 category = Thermal subcategory = 0 title = Thermal Control System (medium) description = 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 = 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 } MODULE { name = ModuleActiveRadiator maxEnergyTransfer = 12500 overcoolFactor = 0.25 isCoreRadiator = true RESOURCE { name = ElectricCharge rate = 0.125 } } }