Integrate lab, cupola, battery, hitchiker, microtruss replacements

This commit is contained in:
Chris Adderley
2018-07-26 17:16:10 -07:00
parent 408414104c
commit 42f2bbaa3a
33 changed files with 193 additions and 7 deletions

View File

@ -3,3 +3,48 @@
// - 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
}
}