Template out radiators

pull/650/head
ChrisAdderley 5 years ago
parent 5155c72d8c
commit 75ce1ace02

@ -4,6 +4,7 @@
- Heat Shield (1.25m) (HeatShield1)
- Heat Shield (2.5m) (HeatShield2)
- Heat Shield (3.75m) (HeatShield3)
- Heat Shield (10m) (InflatableHeatShield)
@PART[HeatShield0]
{
@ -283,3 +284,18 @@
excludedRenderer = HeatShield375Internal
}
}
@PART[InflatableHeatShield]
{
@author = Chris Adderley (Nertea)
!mesh = DELETE
!MODEL {}
MODEL
{
model = ReStock/Assets/Aero/restock-heatshield-inflatable-10-1
}
@MODULE[ModuleAnimateGeneric]
{
@animationName = InflatableHS
}
}

@ -0,0 +1,101 @@
// 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
}
}

@ -40,6 +40,13 @@ v0.2.0
- FL-R5 RCS Fuel Tank (Nertea)
- Thermal
- Heat Shield (1.875m) (Nertea): new Unpainted, Classic, Black variants
- Heat Shield (10m) (Nertea)
- Radiator Panel (edge) (Nertea)
- Radiator Panel (small) (Nertea)
- Radiator Panel (large) (Nertea)
- Thermal Control System (small) (Nertea)
- Thermal Control System (medium) (Nertea)
- Thermal Control System (large) (Nertea)
v0.1.4
------

Loading…
Cancel
Save