Add deployable radiators

pull/650/head
Chris Adderley 5 years ago
parent 5f71248650
commit 49d2ddd06e

Binary file not shown.

After

Width:  |  Height:  |  Size: 3.0 MiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 4.0 MiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 4.0 MiB

@ -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
}
}

Loading…
Cancel
Save