mirror of
https://github.com/PorktoberRevolution/ReStocked
synced 2024-09-01 17:34:42 +00:00
- The big COVID-19-Isolation-time config clean-up.
This commit is contained in:
@ -1,11 +1,12 @@
|
||||
// Patches applying art changes to heat shields
|
||||
// Contents:
|
||||
- Heat Shield (0.625m) (HeatShield0)
|
||||
- Heat Shield (1.25m) (HeatShield1)
|
||||
- Heat Shield (2.5m) (HeatShield2)
|
||||
- Heat Shield (3.75m) (HeatShield3)
|
||||
- Heat Shield (10m) (InflatableHeatShield)
|
||||
// - Heat Shield (0.625m) (HeatShield0)
|
||||
// - Heat Shield (1.25m) (HeatShield1)
|
||||
// - Heat Shield (2.5m) (HeatShield2)
|
||||
// - Heat Shield (3.75m) (HeatShield3)
|
||||
// - Heat Shield (10m) (InflatableHeatShield)
|
||||
|
||||
// Heat Shield (0.625m)
|
||||
@PART[HeatShield0]:HAS[~RestockIgnore[*]]:FOR[ReStock]
|
||||
{
|
||||
@author = Chris Adderley (Nertea)
|
||||
@ -84,6 +85,7 @@
|
||||
}
|
||||
}
|
||||
|
||||
// Heat Shield (1.25m)
|
||||
@PART[HeatShield1]:HAS[~RestockIgnore[*]]:FOR[ReStock]
|
||||
{
|
||||
@author = Chris Adderley (Nertea)
|
||||
@ -152,6 +154,7 @@
|
||||
}
|
||||
}
|
||||
|
||||
// Heat Shield (2.5m)
|
||||
@PART[HeatShield2]:HAS[~RestockIgnore[*]]:FOR[ReStock]
|
||||
{
|
||||
@author = Chris Adderley (Nertea)
|
||||
@ -220,6 +223,7 @@
|
||||
}
|
||||
}
|
||||
|
||||
// Heat Shield (3.75m)
|
||||
@PART[HeatShield3]:HAS[~RestockIgnore[*]]:FOR[ReStock]
|
||||
{
|
||||
@author = Chris Adderley (Nertea)
|
||||
@ -287,6 +291,7 @@
|
||||
}
|
||||
}
|
||||
|
||||
// Heat Shield (10m)
|
||||
@PART[InflatableHeatShield]
|
||||
{
|
||||
@author = Chris Adderley (Nertea)
|
||||
@ -297,7 +302,7 @@
|
||||
model = ReStock/Assets/Aero/restock-heatshield-inflatable-1
|
||||
}
|
||||
@MODULE[ModuleAnimateGeneric]
|
||||
{
|
||||
@animationName = Inflate
|
||||
}
|
||||
{
|
||||
@animationName = Inflate
|
||||
}
|
||||
}
|
||||
|
@ -7,7 +7,7 @@
|
||||
// - Thermal Control System (medium) (foldingRadMed)
|
||||
// - Thermal Control System (large) (foldingRadLarge)
|
||||
|
||||
// Edge radiator
|
||||
// Radiator Panel (edge)
|
||||
@PART[radPanelEdge]:HAS[~RestockIgnore[*]]:FOR[ReStock]
|
||||
{
|
||||
@author = Chris Adderley (Nertea)
|
||||
@ -17,7 +17,6 @@
|
||||
{
|
||||
model = ReStock/Assets/Thermal/restock-radiator-static-edge-1
|
||||
}
|
||||
|
||||
MODULE
|
||||
{
|
||||
name = ModuleRestockHeatEffects
|
||||
@ -49,7 +48,7 @@
|
||||
}
|
||||
}
|
||||
|
||||
// Small Static radiator
|
||||
// Radiator Panel (small)
|
||||
@PART[radPanelSm]:HAS[~RestockIgnore[*]]:FOR[ReStock]
|
||||
{
|
||||
@author = Chris Adderley (Nertea)
|
||||
@ -102,7 +101,7 @@
|
||||
}
|
||||
}
|
||||
}
|
||||
MODULE
|
||||
MODULE
|
||||
{
|
||||
name = ModuleRestockHeatEffects
|
||||
enableHeatEmissive = true
|
||||
@ -131,10 +130,9 @@
|
||||
}
|
||||
disableBlackbody = true
|
||||
}
|
||||
|
||||
}
|
||||
|
||||
// Large static radiator
|
||||
// Radiator Panel (large)
|
||||
@PART[radPanelLg]:HAS[~RestockIgnore[*]]:FOR[ReStock]
|
||||
{
|
||||
@author = Chris Adderley (Nertea)
|
||||
@ -187,7 +185,7 @@
|
||||
}
|
||||
}
|
||||
}
|
||||
MODULE
|
||||
MODULE
|
||||
{
|
||||
name = ModuleRestockHeatEffects
|
||||
enableHeatEmissive = true
|
||||
@ -218,7 +216,7 @@
|
||||
}
|
||||
}
|
||||
|
||||
// Small deployable radiator
|
||||
// Thermal Control System (small)
|
||||
@PART[foldingRadSmall]:HAS[~RestockIgnore[*]]:FOR[ReStock]
|
||||
{
|
||||
@author = Chris Adderley (Nertea)
|
||||
@ -228,15 +226,13 @@
|
||||
{
|
||||
model = ReStock/Assets/Thermal/restock-radiator-deploying-small-1
|
||||
}
|
||||
|
||||
@MODULE[ModuleDeployableRadiator]
|
||||
{
|
||||
@animationName = RadiatorExtend
|
||||
@pivotName = B_TinyRadPivot001
|
||||
@raycastTransformName = Panel_006
|
||||
|
||||
}
|
||||
MODULE
|
||||
{
|
||||
@animationName = RadiatorExtend
|
||||
@pivotName = B_TinyRadPivot001
|
||||
@raycastTransformName = Panel_006
|
||||
}
|
||||
MODULE
|
||||
{
|
||||
name = ModuleRestockHeatEffects
|
||||
enableHeatEmissive = true
|
||||
@ -267,25 +263,23 @@
|
||||
}
|
||||
}
|
||||
|
||||
// Medium deployable radiator
|
||||
// Thermal Control System (medium)
|
||||
@PART[foldingRadMed]:HAS[~RestockIgnore[*]]:FOR[ReStock]
|
||||
{
|
||||
@author = Chris Adderley (Nertea)
|
||||
!mesh = DELETE
|
||||
!MODEL {}
|
||||
|
||||
MODEL
|
||||
{
|
||||
model = ReStock/Assets/Thermal/restock-radiator-deploying-medium-1
|
||||
}
|
||||
@MODULE[ModuleDeployableRadiator]
|
||||
{
|
||||
@animationName = RadiatorExtend
|
||||
@pivotName = B_MedRad_PanelPivot
|
||||
@raycastTransformName = B_MedRad_Raycast
|
||||
|
||||
}
|
||||
MODULE
|
||||
{
|
||||
@animationName = RadiatorExtend
|
||||
@pivotName = B_MedRad_PanelPivot
|
||||
@raycastTransformName = B_MedRad_Raycast
|
||||
}
|
||||
MODULE
|
||||
{
|
||||
name = ModuleRestockHeatEffects
|
||||
enableHeatEmissive = true
|
||||
@ -316,7 +310,7 @@
|
||||
}
|
||||
}
|
||||
|
||||
// Large deployable radiator
|
||||
// Thermal Control System (large)
|
||||
@PART[foldingRadLarge]:HAS[~RestockIgnore[*]]:FOR[ReStock]
|
||||
{
|
||||
@author = Chris Adderley (Nertea)
|
||||
@ -327,13 +321,12 @@
|
||||
model = ReStock/Assets/Thermal/restock-radiator-deploying-large-1
|
||||
}
|
||||
@MODULE[ModuleDeployableRadiator]
|
||||
{
|
||||
@animationName = RadiatorExtend
|
||||
@pivotName = B_LargeRad_PanelPivot
|
||||
@raycastTransformName = B_LargeRad_Raycast
|
||||
|
||||
}
|
||||
MODULE
|
||||
{
|
||||
@animationName = RadiatorExtend
|
||||
@pivotName = B_LargeRad_PanelPivot
|
||||
@raycastTransformName = B_LargeRad_Raycast
|
||||
}
|
||||
MODULE
|
||||
{
|
||||
name = ModuleRestockHeatEffects
|
||||
enableHeatEmissive = true
|
||||
|
Reference in New Issue
Block a user