You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
ReStocked/Distribution/Restock/GameData/ReStock/Patches/Electrical/restock-lights.cfg

45 lines
852 B
INI

// Patches applying art changes to lights
// Contents:
// - Illuminator Mk1 (spotLight1)
// - Illuminator Mk2 (spotLight2)
// Spotlight
@PART[spotLight1]:HAS[RestockIgnore[]]
{
@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
}
}
// Floodlight
@PART[spotLight2]:HAS[RestockIgnore[]]
{
@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
}
@MODULE[ModuleLight]
{
@animationName = RestockFloodLight_On
@lightName = Spot
}
}