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

27 lines
490 B
INI

// 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 {
model = ReStock/Assets/Structural/restock-adapter-125-1
}
}
@PART[adapterSmallMiniShort]
{
@author = Chris Adderley
!mesh = DELETE
!MODEL = {}
MODEL {
model = ReStock/Assets/Structural/restock-adapter-125-2
}
}