Template out radiators

This commit is contained in:
ChrisAdderley 2019-06-10 12:40:24 -07:00
parent 5155c72d8c
commit 75ce1ace02
3 changed files with 124 additions and 0 deletions

View File

@ -4,6 +4,7 @@
- Heat Shield (1.25m) (HeatShield1) - Heat Shield (1.25m) (HeatShield1)
- Heat Shield (2.5m) (HeatShield2) - Heat Shield (2.5m) (HeatShield2)
- Heat Shield (3.75m) (HeatShield3) - Heat Shield (3.75m) (HeatShield3)
- Heat Shield (10m) (InflatableHeatShield)
@PART[HeatShield0] @PART[HeatShield0]
{ {
@ -283,3 +284,18 @@
excludedRenderer = HeatShield375Internal 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
}
}

View File

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

View File

@ -40,6 +40,13 @@ v0.2.0
- FL-R5 RCS Fuel Tank (Nertea) - FL-R5 RCS Fuel Tank (Nertea)
- Thermal - Thermal
- Heat Shield (1.875m) (Nertea): new Unpainted, Classic, Black variants - 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 v0.1.4
------ ------