ReStocked/Distribution/Restock/GameData/ReStock/Patches/Electrical/restock-lights.cfg

45 lines
893 B
INI
Raw Normal View History

2018-12-05 07:21:35 +00:00
// Patches applying art changes to lights
// Contents:
// - Illuminator Mk1 (spotLight1)
// - Illuminator Mk2 (spotLight2)
// Illuminator Mk1
2019-11-04 16:56:59 +00:00
@PART[spotLight1]:HAS[~RestockIgnore[*]]:FOR[ReStock]
2018-12-05 07:21:35 +00:00
{
@author = Chris Adderley (Nertea)
!mesh = DELETE
!MODEL,* {}
MODEL
{
model = ReStock/Assets/Electrical/restock-light-spot-1
position = 0.0, 0.0, 0.0
scale = 1,1,1
rotation = 0, 0, 0
}
@MODULE[ModuleLight]
{
@animationName = RestockSpotLight_On
@lightName = Spot
}
2018-12-05 07:21:35 +00:00
}
// Illuminator Mk2
2019-11-04 16:56:59 +00:00
@PART[spotLight2]:HAS[~RestockIgnore[*]]:FOR[ReStock]
2018-12-05 07:21:35 +00:00
{
@author = Chris Adderley (Nertea)
!mesh = DELETE
!MODEL,* {}
MODEL
{
model = ReStock/Assets/Electrical/restock-light-flood-1
position = 0.0, 0.0, 0.0
scale = 1,1,1
rotation = 0, 0, 0
}
2018-12-10 05:49:50 +00:00
@MODULE[ModuleLight]
{
@animationName = RestockFloodLight_On
@lightName = Spot
}
2018-12-05 07:21:35 +00:00
}