ReStocked/Distribution/Restock/GameData/ReStock/Patches/Structural/restock-structural-25.cfg
2018-07-05 11:41:36 -07:00

28 lines
518 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
!mesh = DELETE
!MODEL = {}
MODEL {
model = ReStock/Assets/Structural/restock-adapter-25-1
}
%rescaleFactor = 1
}
@PART[largeAdapter2] {
@author = Chris Adderley
!mesh = DELETE
!MODEL = {}
MODEL {
model = ReStock/Assets/Structural/restock-adapter-25-2
}
%rescaleFactor = 1
}