Difference between revisions of "Parts/Thermal/FoldingRadiators/foldingRadSmall.cfg"
From Kerbal Space Program Wiki
m (Update part config) |
m (Update config) |
||
Line 11: | Line 11: | ||
node_attach = 0.0, 0.0, 0.05, 0.0, 0.0, -1.0 | node_attach = 0.0, 0.0, 0.05, 0.0, 0.0, -1.0 | ||
TechRequired = electrics | TechRequired = electrics | ||
− | manufacturer = Probodobodyne Inc | + | manufacturer = #autoLOC_501633 //#autoLOC_501633 = Probodobodyne Inc |
entryCost = 2200 | entryCost = 2200 | ||
cost = 450 | cost = 450 | ||
category = Thermal | category = Thermal | ||
subcategory = 0 | subcategory = 0 | ||
− | title = Thermal Control System (small) | + | title = #autoLOC_500793 //#autoLOC_500793 = Thermal Control System (small) |
− | description = A deployable thermal control system consisting of multiple liquid cooled radiator panels. | + | description = #autoLOC_500794 //#autoLOC_500794 = 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.05 | mass = 0.05 | ||
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_500795 //#autoLOC_500795 = 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.025 | rate = 0.025 | ||
} | } | ||
+ | } | ||
+ | |||
+ | MODULE | ||
+ | { | ||
+ | name = ModuleCargoPart | ||
+ | packedVolume = 75 | ||
} | } | ||
} | } | ||
− | |||
}} | }} |
Latest revision as of 06:58, 15 October 2024
PART { name = foldingRadSmall module = Part author = RoverDude MODEL { model = Squad/Parts/Thermal/FoldingRadiators/foldingRadSmall } rescaleFactor = 1.0 node_attach = 0.0, 0.0, 0.05, 0.0, 0.0, -1.0 TechRequired = electrics manufacturer = #autoLOC_501633 //#autoLOC_501633 = Probodobodyne Inc entryCost = 2200 cost = 450 category = Thermal subcategory = 0 title = #autoLOC_500793 //#autoLOC_500793 = Thermal Control System (small) description = #autoLOC_500794 //#autoLOC_500794 = A deployable thermal control system consisting of multiple liquid cooled radiator panels. attachRules = 0,1,0,1,1 mass = 0.05 dragModelType = default maximum_drag = 0.2 minimum_drag = 0.2 angularDrag = 2 crashTolerance = 12 maxTemp = 2500 bulkheadProfiles = srf tags = #autoLOC_500795 //#autoLOC_500795 = 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.09925009,0.7148322,0.606414, 0.09925009,0.7667848,0.3598812, 0.0849122,0.8477063,0.3976844, 0.0849122,0.8469207,0.3976844, 0.3111984,0.9749166,0.3129396, 0.3111984,0.9773397,0.1564698, 0.0007213354,0.07239904,-0.03601015, 0.5225962,0.5985002,0.2483123 cube = EXTENDED_A, 0.1504708,0.9094176,0.3882905, 0.156608,0.9040553,0.3882905, 2.212539,0.9733801,0.3364706, 2.210721,0.9729113,0.3435294, 0.1230391,0.8568926,3.470517, 0.1230391,0.5536655,3.884432, 0.07239889,0,-1.841629, 0.5985006,0.4,3.85955 cube = EXTENDED_B, 2.212539,0.9733801,0.3364706, 2.210721,0.9729113,0.3435294, 0.1504708,0.9094176,0.3882905, 0.156608,0.9040553,0.3882905, 0.1230391,0.8568926,3.470517, 0.1230391,0.5536655,3.884432, 0,0.07239889,-1.841629, 0.4,0.5985006,3.85955 } 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 = 2500 overcoolFactor = 0.25 isCoreRadiator = true RESOURCE { name = ElectricCharge rate = 0.025 } } MODULE { name = ModuleCargoPart packedVolume = 75 } }