mirror of
https://github.com/PorktoberRevolution/ReStocked
synced 2024-09-01 17:34:42 +00:00
Add deployable radiators
This commit is contained in:
parent
5f71248650
commit
49d2ddd06e
Binary file not shown.
Binary file not shown.
Binary file not shown.
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
|
model = ReStock/Assets/Thermal/restock-radiator-deploying-small-1
|
||||||
}
|
}
|
||||||
|
|
||||||
@MODULE[ModuleDeployableRadiator]
|
@MODULE[ModuleDeployableRadiator]
|
||||||
{
|
{
|
||||||
@animationName = Deploy
|
@animationName = RadiatorExtend
|
||||||
@pivotName = Pivot
|
@pivotName = B_TinyRadPivot001
|
||||||
@raycastTransformName = Panel_006
|
@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
|
// Medium deployable radiator
|
||||||
@ -68,15 +104,16 @@
|
|||||||
@author = Chris Adderley (Nertea)
|
@author = Chris Adderley (Nertea)
|
||||||
!mesh = DELETE
|
!mesh = DELETE
|
||||||
!MODEL {}
|
!MODEL {}
|
||||||
|
|
||||||
MODEL
|
MODEL
|
||||||
{
|
{
|
||||||
model = ReStock/Assets/Thermal/restock-radiator-deploying-med-1
|
model = ReStock/Assets/Thermal/restock-radiator-deploying-medium-1
|
||||||
}
|
}
|
||||||
@MODULE[ModuleDeployableRadiator]
|
@MODULE[ModuleDeployableRadiator]
|
||||||
{
|
{
|
||||||
@animationName = Deploy
|
@animationName = RadiatorExtend
|
||||||
@pivotName = Pivot
|
@pivotName = B_MedRad_PanelPivot
|
||||||
@raycastTransformName = Panel_006
|
@raycastTransformName = B_MedRad_Raycast
|
||||||
|
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
@ -93,9 +130,9 @@
|
|||||||
}
|
}
|
||||||
@MODULE[ModuleDeployableRadiator]
|
@MODULE[ModuleDeployableRadiator]
|
||||||
{
|
{
|
||||||
@animationName = Deploy
|
@animationName = RadiatorExtend
|
||||||
@pivotName = Pivot
|
@pivotName = B_LargeRad_PanelPivot
|
||||||
@raycastTransformName = Panel_006
|
@raycastTransformName = B_LargeRad_Raycast
|
||||||
|
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user