ReStocked/Distribution/Restock/GameData/ReStock/Patches/Structural/restock-structural-25.cfg

28 lines
526 B
INI
Raw Normal View History

2018-07-05 18:41:36 +00:00
// Patches applying art changes to 2.5m structural parts
// Contents:
// - Rockomax Brand Adapter (largeAdapter)
// - Rockomax Brand Adapter 02 (largeAdapter2)
@PART[largeAdapter] {
@author = Chris Adderley
!mesh = DELETE
!MODEL = {}
MODEL {
2018-07-19 22:12:50 +00:00
model = ReStock/Assets/Structural/restock-adapter-25-125-1
2018-07-05 18:41:36 +00:00
}
%rescaleFactor = 1
}
@PART[largeAdapter2] {
@author = Chris Adderley
!mesh = DELETE
!MODEL = {}
MODEL {
2018-07-19 22:12:50 +00:00
model = ReStock/Assets/Structural/restock-adapter-25-125-2
2018-07-05 18:41:36 +00:00
}
%rescaleFactor = 1
}