Template out configs

This commit is contained in:
ChrisAdderley
2019-06-07 11:16:29 -07:00
parent 47112e152e
commit e947e656ea
8 changed files with 621 additions and 1 deletions

View File

@ -3,6 +3,14 @@
// - The Not-Rockomax Micronode (structuralMiniNode)
// - Cubic Octagonal Strut (strutCube)
// - Octagonal Strut (strutOcto)
// - Modular Girder Segment (trussPiece1x)
// - Modular Girder Segment XL (trussPiece3x)
// - Modular Girder Adapter (trussAdapter)
// - M-Beam 650 I-Beam (structuralIBeam1)
// - M-Beam 200 I-Beam (structuralIBeam2)
// - M-Beam 200 I-Beam Pocket Edition (structuralIBeam3)
// - M-1x1 Structural Panel (structuralPanel1)
// - M-2x2 Structural Panel (structuralPanel2)
// Cubic strut
@PART[strutCube]
@ -48,3 +56,437 @@
rotation = 0, 0, 0
}
}
// Modular Girder
@PART[trussPiece1x]
{
@author = Chris Adderley (Nertea)
!mesh = DELETE
!MODEL,* {}
MODEL
{
model = ReStock/Assets/Structural/restock-girder-1
position = 0.0, 0.0, 0.0
scale = 1,1,1
rotation = 0, 0, 0
}
MODULE
{
name = ModulePartVariants
useMultipleDragCubes = false
baseVariant = Hollow
VARIANT
{
name = Hollow
displayName = #LOC_Restock_variant-surface_truss
primaryColor = #6f6e6d
GAMEOBJECTS
{
GirderMetal = true
GirderThermalBlankets = false
}
}
VARIANT
{
name = Blankets
displayName = #LOC_Restock_variant-surface_thermalblankets
primaryColor = #ffffff
GAMEOBJECTS
{
GirderMetal = false
GirderThermalBlankets = true
}
}
}
}
// Modular Girder XL
@PART[trussPiece3x]
{
@author = Chris Adderley (Nertea)
!mesh = DELETE
!MODEL,* {}
MODEL
{
model = ReStock/Assets/Structural/restock-girder-2
position = 0.0, 0.0, 0.0
scale = 1,1,1
rotation = 0, 0, 0
}
MODULE
{
name = ModulePartVariants
useMultipleDragCubes = false
baseVariant = Hollow
VARIANT
{
name = Hollow
displayName = #LOC_Restock_variant-surface_truss
primaryColor = #6f6e6d
GAMEOBJECTS
{
GirderXLMetal = true
GirderXLThermalBlankets = false
}
}
VARIANT
{
name = Blankets
displayName = #LOC_Restock_variant-surface_thermalblankets
primaryColor = #ffffff
GAMEOBJECTS
{
GirderXLMetal = false
GirderXLThermalBlankets = true
}
}
}
}
// Modular Girder Adapter
@PART[trussAdapter]
{
@author = Chris Adderley (Nertea)
!mesh = DELETE
!MODEL,* {}
MODEL
{
model = ReStock/Assets/Structural/restock-girder-adapter-125-1
position = 0.0, 0.0, 0.0
scale = 1,1,1
rotation = 0, 0, 0
}
}
// I beam
@PART[structuralIBeam2]
{
@author = Chris Adderley (Nertea)
!mesh = DELETE
!MODEL,* {}
MODEL
{
model = ReStock/Assets/Structural/restock-girder-beam-1
position = 0.0, 0.0, 0.0
scale = 1,1,1
rotation = 0, 0, 0
}
MODULE
{
name = ModulePartVariants
useMultipleDragCubes = false
baseVariant = Basic
VARIANT
{
name = Basic
displayName = #LOC_Restock_variant-surface_metal
primaryColor = #6f6e6d
GAMEOBJECTS
{
IBeam = true
IBeamBlankets = false
}
}
VARIANT
{
name = Blankets
displayName = #LOC_Restock_variant-surface_thermalblankets
primaryColor = #ffffff
GAMEOBJECTS
{
IBeam = false
IBeamBlankets = true
}
}
}
}
// Short I beam
@PART[structuralIBeam3]
{
@author = Chris Adderley (Nertea)
!mesh = DELETE
!MODEL,* {}
MODEL
{
model = ReStock/Assets/Structural/restock-girder-beam-2
position = 0.0, 0.0, 0.0
scale = 1,1,1
rotation = 0, 0, 0
}
MODULE
{
name = ModulePartVariants
useMultipleDragCubes = false
baseVariant = Basic
VARIANT
{
name = Basic
displayName = #LOC_Restock_variant-surface_metal
primaryColor = #6f6e6d
GAMEOBJECTS
{
IBeamShort = true
IBeamShortBlankets = false
}
}
VARIANT
{
name = Blankets
displayName = #LOC_Restock_variant-surface_thermalblankets
primaryColor = #ffffff
GAMEOBJECTS
{
IBeamShort = false
IBeamShortBlankets = true
}
}
}
}
// Wide I beam
@PART[structuralIBeam1]
{
@author = Chris Adderley (Nertea)
!mesh = DELETE
!MODEL,* {}
MODEL
{
model = ReStock/Assets/Structural/restock-girder-beam-wide-1
position = 0.0, 0.0, 0.0
scale = 1,1,1
rotation = 0, 0, 0
}
}
// Small structural panel
@PART[structuralPanel1]
{
@author = Chris Adderley (Nertea)
!mesh = DELETE
!MODEL,* {}
MODEL
{
model = ReStock/Assets/Structural/restock-panel-1
position = 0.0, 0.0, 0.0
scale = 1,1,1
rotation = 0, 0, 0
}
MODULE
{
name = ModulePartVariants
useMultipleDragCubes = false
baseVariant = Basic
VARIANT
{
name = Basic
displayName = #LOC_Restock_variant-surface_metal
primaryColor = #6f6e6d
GAMEOBJECTS
{
PanelBasic = true
PanelHollow = false
PanelBlankets = false
PanelWhite = false
PanelGoldFoil = false
PanelSilverFoil = false
}
}
VARIANT
{
name = Hollow
displayName = #LOC_Restock_variant-surface_truss
primaryColor = #6f6e6d
secondaryColor = #000000
GAMEOBJECTS
{
PanelBasic = false
PanelHollow = true
PanelBlankets = false
PanelWhite = false
PanelGoldFoil = false
PanelSilverFoil = false
}
}
VARIANT
{
name = Blankets
displayName = #LOC_Restock_variant-surface_thermalblankets
primaryColor = #ffffff
GAMEOBJECTS
GAMEOBJECTS
{
PanelBasic = false
PanelHollow = false
PanelBlankets = true
PanelWhite = false
PanelGoldFoil = false
PanelSilverFoil = false
}
}
VARIANT
{
name = White
displayName = #autoLOC_8007116
themeName = White
primaryColor = #ffffff
GAMEOBJECTS
{
PanelBasic = false
PanelHollow = false
PanelBlankets = false
PanelWhite = true
PanelGoldFoil = false
PanelSilverFoil = false
}
}
VARIANT
{
name = Gold
displayName = #LOC_Restock_variant-probe-gold
themeName = Gold
primaryColor = #fccb0a
GAMEOBJECTS
{
PanelBasic = false
PanelHollow = false
PanelBlankets = false
PanelWhite = false
PanelGoldFoil = true
PanelSilverFoil = false
}
}
VARIANT
{
name = Silver
displayName = #LOC_Restock_variant-probe-silver
themeName = Silver
primaryColor = #cecece
GAMEOBJECTS
{
PanelBasic = false
PanelHollow = false
PanelBlankets = false
PanelWhite = false
PanelGoldFoil = false
PanelSilverFoil = true
}
}
}
}
// large structural panel
@PART[structuralPanel2]
{
@author = Chris Adderley (Nertea)
!mesh = DELETE
!MODEL,* {}
MODEL
{
model = ReStock/Assets/Structural/restock-panel-2
position = 0.0, 0.0, 0.0
scale = 1,1,1
rotation = 0, 0, 0
}
MODULE
{
name = ModulePartVariants
useMultipleDragCubes = false
baseVariant = Basic
VARIANT
{
name = Basic
displayName = #LOC_Restock_variant-surface_metal
primaryColor = #6f6e6d
GAMEOBJECTS
{
PanelXLBasic = true
PanelXLHollow = false
PanelXLBlankets = false
PanelXLWhite = false
PanelXLGoldFoil = false
PanelXLSilverFoil = false
}
}
VARIANT
{
name = Hollow
displayName = #LOC_Restock_variant-surface_truss
primaryColor = #6f6e6d
secondaryColor = #000000
GAMEOBJECTS
{
PanelXLBasic = false
PanelXLHollow = true
PanelXLBlankets = false
PanelXLWhite = false
PanelXLGoldFoil = false
PanelXLSilverFoil = false
}
}
VARIANT
{
name = Blankets
displayName = #LOC_Restock_variant-surface_thermalblankets
primaryColor = #ffffff
GAMEOBJECTS
GAMEOBJECTS
{
PanelXLBasic = false
PanelXLHollow = false
PanelXLBlankets = true
PanelXLWhite = false
PanelXLGoldFoil = false
PanelXLSilverFoil = false
}
}
VARIANT
{
name = White
displayName = #autoLOC_8007116
themeName = White
primaryColor = #ffffff
GAMEOBJECTS
{
PanelXLBasic = false
PanelXLHollow = false
PanelXLBlankets = false
PanelXLWhite = true
PanelXLGoldFoil = false
PanelXLSilverFoil = false
}
}
VARIANT
{
name = Gold
displayName = #LOC_Restock_variant-probe-gold
themeName = Gold
primaryColor = #fccb0a
GAMEOBJECTS
{
PanelXLBasic = false
PanelXLHollow = false
PanelXLBlankets = false
PanelXLWhite = false
PanelXLGoldFoil = true
PanelXLSilverFoil = false
}
}
VARIANT
{
name = Silver
displayName = #LOC_Restock_variant-probe-silver
themeName = Silver
primaryColor = #cecece
GAMEOBJECTS
{
PanelXLBasic = false
PanelXLHollow = false
PanelXLBlankets = false
PanelXLWhite = false
PanelXLGoldFoil = false
PanelXLSilverFoil = true
}
}
}
}