// Patches applying art changes to structural truss parts // Contents: // - The Not-Rockomax Micronode (structuralMiniNode) // - Cubic Octagonal Strut (strutCube) // - Octagonal Strut (strutOcto) // Cubic strut @PART[strutCube] { @author = Chris Adderley (Nertea) !mesh = DELETE !MODEL,* {} MODEL { model = ReStock/Assets/Structural/restock-cubic-strut position = 0.0, 0.0, 0.0 scale = 1,1,1 rotation = 0, 0, 0 } } // Micronode @PART[structuralMiniNode] { @author = Chris Adderley (Nertea) !mesh = DELETE !MODEL,* {} MODEL { model = ReStock/Assets/Structural/restock-micronode position = 0.0, 0.0, 0.0 scale = 1,1,1 rotation = 0, 0, 0 } } // Octo-Strut @PART[strutOcto] { @author = Chris Adderley (Nertea) !mesh = DELETE !MODEL,* {} MODEL { model = ReStock/Assets/Structural/restock-octagonal-strut position = 0.0, 0.0, 0.0 scale = 1,1,1 rotation = 0, 0, 0 } }