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

27 lines
500 B
INI
Raw Normal View History

2018-07-05 18:41:36 +00:00
// Patches applying art changes to 1.25m structural parts
// Contents:
// - FL-A10 Adapter (adapterSmallMiniTall)
// - FL-A5 Adapter (adapterSmallMiniShort)
@PART[adapterSmallMiniTall]
{
@author = Chris Adderley
!mesh = DELETE
!MODEL = {}
MODEL {
2018-07-19 22:12:50 +00:00
model = ReStock/Assets/Structural/restock-adapter-125-0625-1
2018-07-05 18:41:36 +00:00
}
}
@PART[adapterSmallMiniShort]
{
@author = Chris Adderley
!mesh = DELETE
!MODEL = {}
MODEL {
2018-07-19 22:12:50 +00:00
model = ReStock/Assets/Structural/restock-adapter-125-0625-2
2018-07-05 18:41:36 +00:00
}
}