Difference between revisions of "Parts/Thermal/FoldingRadiators/foldingRadLarge.cfg"
From Kerbal Space Program Wiki
(+added in 1.0.4;) |
m (Update part config) |
||
Line 14: | Line 14: | ||
entryCost = 45000 | entryCost = 45000 | ||
cost = 9000 | cost = 9000 | ||
− | category = | + | category = Thermal |
subcategory = 0 | subcategory = 0 | ||
title = Thermal Control System (large) | title = Thermal Control System (large) | ||
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, 2.072776,0.7791121,1.370614, 2.072776,0.8123366,0.7502928, 0.5253184,0.8453538,3.523628, 0.5253184,0.844497,3.523628, 9.016189,0.9778358,0.5536241, 9.016189,0.9845236,0.1705935, 0.001803756,0.1465573,-0.09002608, 1.306493,6.875002,0.6207799 | ||
+ | cube = EXTENDED_A, 0.9376047,0.9053465,3.495883, 0.9759613,0.900077,3.495883, 64.24188,0.9790018,0.6917648, 64.04037,0.978825,0.7105883, 2.343232,0.5998105,4.789254, 2.343232,0.419042,9.578507, 0.1465569,0,-4.604071, 6.875001,1,9.648869 | ||
+ | cube = EXTENDED_B, 64.24188,0.9790018,0.6917648, 64.04037,0.978825,0.7105883, 0.9376047,0.9053465,3.495883, 0.9759613,0.900077,3.495883, 2.343232,0.5998105,4.789254, 2.343232,0.419042,9.578507, 0,0.1465569,-4.604071, 1,6.875001,9.648869 | ||
+ | } | ||
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 = 50000 | maxEnergyTransfer = 50000 | ||
+ | overcoolFactor = 0.25 | ||
+ | isCoreRadiator = true | ||
+ | RESOURCE | ||
+ | { | ||
+ | name = ElectricCharge | ||
+ | rate = 0.5 | ||
+ | } | ||
} | } | ||
} | } | ||
}} | }} |
Revision as of 09:16, 21 October 2016
PART { name = foldingRadLarge module = Part author = RoverDude MODEL { model = Squad/Parts/Thermal/FoldingRadiators/foldingRadLarge } rescaleFactor = 1.0 node_attach = 0.0, 0.0, 0.1, 0.0, 0.0, -1.0 TechRequired = largeElectrics manufacturer = Probodobodyne Inc entryCost = 45000 cost = 9000 category = Thermal subcategory = 0 title = Thermal Control System (large) description = A deployable thermal control system consisting of multiple liquid cooled radiator panels. attachRules = 0,1,0,1,1 mass = 1.0 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, 2.072776,0.7791121,1.370614, 2.072776,0.8123366,0.7502928, 0.5253184,0.8453538,3.523628, 0.5253184,0.844497,3.523628, 9.016189,0.9778358,0.5536241, 9.016189,0.9845236,0.1705935, 0.001803756,0.1465573,-0.09002608, 1.306493,6.875002,0.6207799 cube = EXTENDED_A, 0.9376047,0.9053465,3.495883, 0.9759613,0.900077,3.495883, 64.24188,0.9790018,0.6917648, 64.04037,0.978825,0.7105883, 2.343232,0.5998105,4.789254, 2.343232,0.419042,9.578507, 0.1465569,0,-4.604071, 6.875001,1,9.648869 cube = EXTENDED_B, 64.24188,0.9790018,0.6917648, 64.04037,0.978825,0.7105883, 0.9376047,0.9053465,3.495883, 0.9759613,0.900077,3.495883, 2.343232,0.5998105,4.789254, 2.343232,0.419042,9.578507, 0,0.1465569,-4.604071, 1,6.875001,9.648869 } 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 = 50000 overcoolFactor = 0.25 isCoreRadiator = true RESOURCE { name = ElectricCharge rate = 0.5 } } }