diff --git a/Distribution/Restock/GameData/ReStock/Assets/Thermal/restock-radiator-deploying-large-1.mu b/Distribution/Restock/GameData/ReStock/Assets/Thermal/restock-radiator-deploying-large-1.mu new file mode 100644 index 00000000..6665c065 Binary files /dev/null and b/Distribution/Restock/GameData/ReStock/Assets/Thermal/restock-radiator-deploying-large-1.mu differ diff --git a/Distribution/Restock/GameData/ReStock/Assets/Thermal/restock-radiator-deploying-medium-1.mu b/Distribution/Restock/GameData/ReStock/Assets/Thermal/restock-radiator-deploying-medium-1.mu new file mode 100644 index 00000000..455cae85 Binary files /dev/null and b/Distribution/Restock/GameData/ReStock/Assets/Thermal/restock-radiator-deploying-medium-1.mu differ diff --git a/Distribution/Restock/GameData/ReStock/Assets/Thermal/restock-radiator-deploying-small-1.mu b/Distribution/Restock/GameData/ReStock/Assets/Thermal/restock-radiator-deploying-small-1.mu new file mode 100644 index 00000000..0d7eb88c Binary files /dev/null and b/Distribution/Restock/GameData/ReStock/Assets/Thermal/restock-radiator-deploying-small-1.mu differ diff --git a/Distribution/Restock/GameData/ReStock/Assets/Thermal/restock-radiators-deployable-1-e.tga b/Distribution/Restock/GameData/ReStock/Assets/Thermal/restock-radiators-deployable-1-e.tga new file mode 100644 index 00000000..2242e7a5 Binary files /dev/null and b/Distribution/Restock/GameData/ReStock/Assets/Thermal/restock-radiators-deployable-1-e.tga differ diff --git a/Distribution/Restock/GameData/ReStock/Assets/Thermal/restock-radiators-deployable-1-n.tga b/Distribution/Restock/GameData/ReStock/Assets/Thermal/restock-radiators-deployable-1-n.tga new file mode 100644 index 00000000..a6985efa Binary files /dev/null and b/Distribution/Restock/GameData/ReStock/Assets/Thermal/restock-radiators-deployable-1-n.tga differ diff --git a/Distribution/Restock/GameData/ReStock/Assets/Thermal/restock-radiators-deployable-1.tga b/Distribution/Restock/GameData/ReStock/Assets/Thermal/restock-radiators-deployable-1.tga new file mode 100644 index 00000000..5b57a61f Binary files /dev/null and b/Distribution/Restock/GameData/ReStock/Assets/Thermal/restock-radiators-deployable-1.tga differ diff --git a/Distribution/Restock/GameData/ReStock/Patches/Thermal/restock-radiators.cfg b/Distribution/Restock/GameData/ReStock/Patches/Thermal/restock-radiators.cfg index 315229c2..30e8a8ed 100644 --- a/Distribution/Restock/GameData/ReStock/Patches/Thermal/restock-radiators.cfg +++ b/Distribution/Restock/GameData/ReStock/Patches/Thermal/restock-radiators.cfg @@ -53,13 +53,49 @@ { model = ReStock/Assets/Thermal/restock-radiator-deploying-small-1 } + @MODULE[ModuleDeployableRadiator] { - @animationName = Deploy - @pivotName = Pivot + @animationName = RadiatorExtend + @pivotName = B_TinyRadPivot001 @raycastTransformName = Panel_006 } + MODULE + { + name = ModuleHeatEffects + fxModuleNames = heatColor + useSkinTemp = true + } + MODULE + { + name = ModuleColorChanger + moduleID = heatColor + animRate = 1.0 + shaderProperty = _EmissiveColor + toggleInEditor = false + toggleInFlight = false + redCurve + { + key = 0 0 1 1 + key = 1 1 1 1 + } + greenCurve + { + key = 0 0 1 1 + key = 1 1 1 1 + } + blueCurve + { + key = 0 0 1 1 + key = 1 1 1 1 + } + alphaCurve + { + key = 0 0 1 1 + key = 1 1 1 1 + } + } } // Medium deployable radiator @@ -68,15 +104,16 @@ @author = Chris Adderley (Nertea) !mesh = DELETE !MODEL {} + MODEL { - model = ReStock/Assets/Thermal/restock-radiator-deploying-med-1 + model = ReStock/Assets/Thermal/restock-radiator-deploying-medium-1 } @MODULE[ModuleDeployableRadiator] { - @animationName = Deploy - @pivotName = Pivot - @raycastTransformName = Panel_006 + @animationName = RadiatorExtend + @pivotName = B_MedRad_PanelPivot + @raycastTransformName = B_MedRad_Raycast } } @@ -93,9 +130,9 @@ } @MODULE[ModuleDeployableRadiator] { - @animationName = Deploy - @pivotName = Pivot - @raycastTransformName = Panel_006 + @animationName = RadiatorExtend + @pivotName = B_LargeRad_PanelPivot + @raycastTransformName = B_LargeRad_Raycast } }