ReStocked/Distribution/Restock/GameData/ReStock/Patches/Resource/restock-oretanks.cfg
drewcassidy e61a2f9bc3
Add Restock+ Ore tanks
• Add Restock+ Ore tanks
  • 3.75m Ore Tank
  • 1.875m Ore Tank
• Update texture on ReStock ore tanks to normalize colors and specular values
• Rename textures and mu files
• Fix the blacklist file
2019-05-10 18:33:15 -07:00

41 lines
666 B
INI

// Patches applying art changes to ore tanks
// Contents:
// - Radial Holding Tank (RadialOreTank)
// - Small Holding Tank (SmallTank)
// - Large Holding Tank (LargeTank)
// Radial Holding Tank
@PART[RadialOreTank]
{
@author = Andrew Cassidy
!mesh = DELETE
MODEL
{
model = ReStock/Assets/Resource/restock-oretank-radial-1
}
}
// Small Holding Tank
@PART[SmallTank]
{
@author = Andrew Cassidy
!mesh = DELETE
MODEL
{
model = ReStock/Assets/Resource/restock-oretank-125-1
}
}
// Large Holding Tank
@PART[LargeTank]
{
@author = Andrew Cassidy
!mesh = DELETE
MODEL
{
model = ReStock/Assets/Resource/restock-oretank-25-1
}
}