ReStocked/Distribution/Restock/GameData/ReStock/Patches/Thermal/restock-radiators.cfg

102 lines
1.9 KiB
INI
Raw Normal View History

2019-06-10 19:40:24 +00:00
// Patches applying art changes to Radiator parts
// Contents:
// - Radiator Panel (edge) (radPanelEdge)
// - Radiator Panel (small) (radPanelSm)
// - Radiator Panel (large) (radPanelLg)
// - Thermal Control System (small) (foldingRadSmall)
// - Thermal Control System (medium) (foldingRadMed)
// - Thermal Control System (large) (foldingRadLarge)
// Edge radiator
@PART[radPanelEdge]
{
@author = Chris Adderley (Nertea)
!mesh = DELETE
!MODEL {}
MODEL
{
model = ReStock/Assets/Thermal/restock-radiator-static-edge-1
}
}
// Small Static radiator
@PART[radPanelSm]
{
@author = Chris Adderley (Nertea)
!mesh = DELETE
!MODEL {}
MODEL
{
model = ReStock/Assets/Thermal/restock-radiator-static-small-1
}
}
// Large static radiator
@PART[radPanelLg]
{
@author = Chris Adderley (Nertea)
!mesh = DELETE
!MODEL {}
MODEL
{
model = ReStock/Assets/Thermal/restock-radiator-static-large-1
}
}
// Small deployable radiator
@PART[foldingRadSmall]
{
@author = Chris Adderley (Nertea)
!mesh = DELETE
!MODEL {}
MODEL
{
model = ReStock/Assets/Thermal/restock-radiator-deploying-small-1
}
@MODULE[ModuleDeployableRadiator]
{
@animationName = Deploy
@pivotName = Pivot
@raycastTransformName = Panel_006
}
}
// Medium deployable radiator
@PART[foldingRadMed]
{
@author = Chris Adderley (Nertea)
!mesh = DELETE
!MODEL {}
MODEL
{
model = ReStock/Assets/Thermal/restock-radiator-deploying-med-1
}
@MODULE[ModuleDeployableRadiator]
{
@animationName = Deploy
@pivotName = Pivot
@raycastTransformName = Panel_006
}
}
// Large deployable radiator
@PART[foldingRadLarge]
{
@author = Chris Adderley (Nertea)
!mesh = DELETE
!MODEL {}
MODEL
{
model = ReStock/Assets/Thermal/restock-radiator-deploying-large-1
}
@MODULE[ModuleDeployableRadiator]
{
@animationName = Deploy
@pivotName = Pivot
@raycastTransformName = Panel_006
}
}