mirror of
https://github.com/PorktoberRevolution/ReStocked
synced 2024-09-01 17:34:42 +00:00
Prototype 2.5m ISRU config and untextured model
This commit is contained in:
parent
5e48743a92
commit
4ce85a36ad
Binary file not shown.
@ -1,6 +1,7 @@
|
|||||||
// Patches applying art changes to ISRUs
|
// Patches applying art changes to ISRUs
|
||||||
// Contents:
|
// Contents:
|
||||||
// - Convert-O-Tron 125 (MiniISRU)
|
// - Convert-O-Tron 125 (MiniISRU)
|
||||||
|
// - Convert-O-Tron 250 (ISRU)
|
||||||
|
|
||||||
// Convert-O-Tron 125
|
// Convert-O-Tron 125
|
||||||
@PART[MiniISRU]
|
@PART[MiniISRU]
|
||||||
@ -50,4 +51,56 @@
|
|||||||
}
|
}
|
||||||
disableBlackbody = true
|
disableBlackbody = true
|
||||||
}
|
}
|
||||||
|
}
|
||||||
|
|
||||||
|
// 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
|
||||||
|
}
|
||||||
|
|
||||||
|
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
|
||||||
|
}
|
||||||
}
|
}
|
Loading…
Reference in New Issue
Block a user