mirror of
https://github.com/PorktoberRevolution/ReStocked
synced 2024-09-01 17:34:42 +00:00
56 lines
984 B
INI
56 lines
984 B
INI
// 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
|
|
}
|