mirror of
https://github.com/PorktoberRevolution/ReStocked
synced 2024-09-01 17:34:42 +00:00
51 lines
906 B
INI
51 lines
906 B
INI
// 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
|
|
}
|
|
}
|