ReStocked/Distribution/Restock/GameData/ReStock/Patches/Coupling/restock-separators.cfg

59 lines
1019 B
INI
Raw Normal View History

2019-02-14 23:22:27 +00:00
// Patches applying art changes to separators
// Contents:
// - TS-06 Separator (Separator_0)
// - TS-12 Separator (Separator_1)
// - TS-25 Separator (Separator_2)
// - TS-37 Separator (Separator_3)
// TS-06 Separator
@PART[Separator_0]
{
@author = Chris Adderley (Nertea)
!mesh = DELETE
!MODEL {}
MODEL
{
model = ReStock/Assets/Coupling/restock-separator-0625-1
}
%rescaleFactor = 1
2019-02-14 23:22:27 +00:00
}
// TS-12 Separator
@PART[Separator_1]
{
@author = Chris Adderley (Nertea)
!mesh = DELETE
!MODEL {}
MODEL
{
model = ReStock/Assets/Coupling/restock-separator-125-1
}
%rescaleFactor = 1
2019-02-14 23:22:27 +00:00
}
// TS-25 Separator
@PART[Separator_2]
{
@author = Chris Adderley (Nertea)
!mesh = DELETE
!MODEL {}
MODEL
{
model = ReStock/Assets/Coupling/restock-separator-25-1
}
%rescaleFactor = 1
2019-02-14 23:22:27 +00:00
}
// TS-37 Separator
@PART[Separator_3]
{
@author = Chris Adderley (Nertea)
!mesh = DELETE
!MODEL {}
MODEL
{
model = ReStock/Assets/Coupling/restock-separator-375-1
}
%rescaleFactor = 1
2019-02-14 23:22:27 +00:00
}