mirror of
https://github.com/PorktoberRevolution/ReStocked
synced 2024-09-01 17:34:42 +00:00
28 lines
540 B
INI
28 lines
540 B
INI
// Patches applying art changes to 2.5m structural parts
|
|
// Contents:
|
|
// - Rockomax Brand Adapter (largeAdapter)
|
|
// - Rockomax Brand Adapter 02 (largeAdapter2)
|
|
|
|
|
|
@PART[largeAdapter] {
|
|
@author = Chris Adderley (Nertea)
|
|
|
|
!mesh = DELETE
|
|
!MODEL {}
|
|
MODEL {
|
|
model = ReStock/Assets/Structural/restock-adapter-25-125-1
|
|
}
|
|
%rescaleFactor = 1
|
|
}
|
|
|
|
@PART[largeAdapter2] {
|
|
@author = Chris Adderley (Nertea)
|
|
|
|
!mesh = DELETE
|
|
!MODEL {}
|
|
MODEL {
|
|
model = ReStock/Assets/Structural/restock-adapter-25-125-2
|
|
}
|
|
%rescaleFactor = 1
|
|
}
|