2019-08-15 07:09:18 +00:00
|
|
|
// Patches applying art changes to ISRUs
|
|
|
|
// Contents:
|
|
|
|
// - Convert-O-Tron 125 (MiniISRU)
|
2019-08-25 07:35:44 +00:00
|
|
|
// - Convert-O-Tron 250 (ISRU)
|
2019-08-15 07:09:18 +00:00
|
|
|
|
|
|
|
// Convert-O-Tron 125
|
|
|
|
@PART[MiniISRU]
|
|
|
|
{
|
|
|
|
@author = Andrew Cassidy
|
|
|
|
|
|
|
|
!MODEL {}
|
|
|
|
MODEL
|
|
|
|
{
|
|
|
|
model = ReStock/Assets/Resource/restock-isru-125-1
|
|
|
|
scale = 1.0, 1.0, 1.0
|
|
|
|
}
|
|
|
|
|
|
|
|
MODULE
|
|
|
|
{
|
|
|
|
name = ModuleRestockISRUAnimation
|
|
|
|
deployAnimationName = heater
|
2019-08-30 07:24:49 +00:00
|
|
|
needsEC = true
|
2019-08-15 07:09:18 +00:00
|
|
|
}
|
2019-08-17 04:20:14 +00:00
|
|
|
|
|
|
|
MODULE
|
|
|
|
{
|
|
|
|
name = ModuleRestockHeatEffects
|
|
|
|
enableHeatEmissive = true
|
|
|
|
useCoreTemp = true
|
|
|
|
shaderProperty = _EmissiveColor
|
|
|
|
excludedRenderer = ISRU-125_heater
|
|
|
|
lerpMax = 2700
|
|
|
|
redCurve
|
|
|
|
{
|
|
|
|
key = 0 0 2 2
|
|
|
|
key = 1 1 0 0
|
|
|
|
}
|
|
|
|
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 1 0 0
|
|
|
|
key = 1 1 0 0
|
|
|
|
}
|
|
|
|
disableBlackbody = true
|
|
|
|
}
|
2019-08-25 07:35:44 +00:00
|
|
|
}
|
|
|
|
|
|
|
|
// Convert-O-Tron 250
|
|
|
|
@PART[ISRU]
|
|
|
|
{
|
|
|
|
@author = Andrew Cassidy
|
|
|
|
|
|
|
|
!MODEL {}
|
|
|
|
MODEL
|
|
|
|
{
|
|
|
|
model = ReStock/Assets/Resource/restock-isru-25-1
|
|
|
|
scale = 1.0, 1.0, 1.0
|
|
|
|
}
|
|
|
|
|
|
|
|
!MODULE[ModuleAnimationGroup] {}
|
|
|
|
|
|
|
|
MODULE
|
|
|
|
{
|
|
|
|
name = ModuleRestockISRUAnimation
|
|
|
|
deployAnimationName = Deploy
|
2019-08-30 07:24:49 +00:00
|
|
|
activeAnimationName = Run
|
|
|
|
retractAnimationName = Retract
|
|
|
|
needsEC = true
|
2019-08-31 04:02:20 +00:00
|
|
|
waitForComplete = true
|
2019-08-25 07:35:44 +00:00
|
|
|
}
|
|
|
|
|
|
|
|
MODULE
|
|
|
|
{
|
|
|
|
name = ModuleRestockHeatEffects
|
|
|
|
enableHeatEmissive = true
|
|
|
|
useCoreTemp = true
|
|
|
|
shaderProperty = _EmissiveColor
|
|
|
|
excludedRenderer = ISRU-25_heater
|
|
|
|
lerpMax = 2700
|
|
|
|
redCurve
|
|
|
|
{
|
|
|
|
key = 0 0 2 2
|
|
|
|
key = 1 1 0 0
|
|
|
|
}
|
|
|
|
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 1 0 0
|
|
|
|
key = 1 1 0 0
|
|
|
|
}
|
|
|
|
disableBlackbody = true
|
|
|
|
}
|
2019-08-15 07:09:18 +00:00
|
|
|
}
|