Template out configs

This commit is contained in:
ChrisAdderley
2019-02-14 15:22:27 -08:00
parent e29c0cdfed
commit 54de957780
8 changed files with 863 additions and 68 deletions

View File

@ -0,0 +1,55 @@
// 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
}
// TS-12 Separator
@PART[Separator_1] {
@author = Chris Adderley (Nertea)
!mesh = DELETE
!MODEL {}
MODEL {
model = ReStock/Assets/Coupling/restock-separator-125-1
}
%rescaleFactor = 1
}
// TS-25 Separator
@PART[Separator_2] {
@author = Chris Adderley (Nertea)
!mesh = DELETE
!MODEL {}
MODEL {
model = ReStock/Assets/Coupling/restock-separator-25-1
}
%rescaleFactor = 1
}
// TS-37 Separator
@PART[Separator_3] {
@author = Chris Adderley (Nertea)
!mesh = DELETE
!MODEL {}
MODEL {
model = ReStock/Assets/Coupling/restock-separator-375-1
}
%rescaleFactor = 1
}