mirror of
https://github.com/PorktoberRevolution/ReStocked
synced 2024-09-01 17:34:42 +00:00
Template out configs
This commit is contained in:
@ -32,6 +32,8 @@ Localization
|
||||
#LOC_Restock_variant-antenna_axial_reverse = Axial (Reversed)
|
||||
|
||||
#LOC_Restock_variant-surface_metal = Metal
|
||||
#LOC_Restock_variant-surface_truss = Truss
|
||||
#LOC_Restock_variant-surface_thermalblankets = Thermal Blankets
|
||||
|
||||
#LOC_Restock_variant-service-bay-opaque = Solid Caps
|
||||
#LOC_Restock_variant-service-bay-transparent = Truss Caps
|
||||
|
@ -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
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
@ -4,6 +4,15 @@ v0.2.0
|
||||
- New stock part replacements
|
||||
- Coupling
|
||||
- Advanced Grabbing Unit (Andrew Cassidy)
|
||||
- Structural
|
||||
- Modular Girder Segment (Nertea): new Thermal Blanket variant
|
||||
- Modular Girder Segment XL (Nertea): new Thermal Blanket variant
|
||||
- Modular Girder Segment Adapter (Nertea)
|
||||
- M-1x1 Structural Panel (Nertea): now has Basic, Skeletal, Thermal Blanket, White, Gold Foil, Silver foil variants
|
||||
- M-2x2 Structural Panel (Nertea): now has Basic, Skeletal, Thermal Blanket, White, Gold Foil, Silver foil variants
|
||||
- M-Beam 200 I-Beam (Nertea): now has Basic, Thermal Blanket variants
|
||||
- M-Beam 200 I-Beam Pocket Edition (Nertea): now has Basic, Thermal Blanket variants
|
||||
- M-Beam 650 I-Beam (Nertea)
|
||||
- Resources
|
||||
- 'Drill-O-Matic' Mining Excavator (Andrew Cassidy)
|
||||
- 'Drill-O-Matic Junior' Mining Excavator (Andrew Cassidy)
|
||||
@ -30,7 +39,7 @@ v0.2.0
|
||||
- FL-A215 Fuel Tank Adapter (Nertea)
|
||||
- FL-R5 RCS Fuel Tank (Nertea)
|
||||
- Thermal
|
||||
- Heat Shield (1.875m) (Nertea)
|
||||
- Heat Shield (1.875m) (Nertea): new Unpainted, Classic, Black variants
|
||||
|
||||
v0.1.4
|
||||
------
|
||||
|
Reference in New Issue
Block a user