mirror of
https://github.com/PorktoberRevolution/ReStocked
synced 2024-09-01 17:34:42 +00:00
Merge pull request #42 from drewcassidy/master
Add material bay and goo canister
This commit is contained in:
0
Distribution/Restock/GameData/ReStock/Assets/Command/restock-cupola-lab-1.tga
Normal file → Executable file
0
Distribution/Restock/GameData/ReStock/Assets/Command/restock-cupola-lab-1.tga
Normal file → Executable file
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
After Width: | Height: | Size: 4.0 MiB |
Binary file not shown.
After Width: | Height: | Size: 4.0 MiB |
Binary file not shown.
After Width: | Height: | Size: 512 KiB |
Binary file not shown.
After Width: | Height: | Size: 512 KiB |
Binary file not shown.
After Width: | Height: | Size: 512 KiB |
Binary file not shown.
After Width: | Height: | Size: 64 KiB |
@ -16,6 +16,9 @@ Localization
|
||||
#LOC_Restock_variant-engine_radial = Radial
|
||||
#LOC_Restock_variant-engine_boattail = Boattail
|
||||
|
||||
#LOC_Restock_variant-mounting_truss = Truss
|
||||
#LOC_Restock_variant-mounting_compact = Compact
|
||||
|
||||
#LOC_Restock_variant-surface_metal = Metal
|
||||
|
||||
}
|
||||
|
@ -4,6 +4,8 @@
|
||||
// - Barometer (sensorBarometer)
|
||||
// - Accelerometer (sensorAccelerometer)
|
||||
// - Negative Gravioli Detector (sensorGravimeter)
|
||||
// - Mystery Goo™ Containment Unit (GooExperiment)
|
||||
// - SC-9001 Science Jr. (science_module)
|
||||
|
||||
// Thermometer
|
||||
@PART[sensorThermometer] {
|
||||
@ -47,4 +49,68 @@
|
||||
MODEL {
|
||||
model = ReStock/Assets/Science/restock-gravimeter
|
||||
}
|
||||
}
|
||||
|
||||
// Mystery Goo™ Containment Unit
|
||||
@PART[GooExperiment] {
|
||||
@author = Andrew Cassidy
|
||||
|
||||
!mesh = DELETE
|
||||
!MODEL = {}
|
||||
MODEL {
|
||||
model = ReStock/Assets/Science/restock-goocanister-radial-1
|
||||
}
|
||||
|
||||
rescaleFactor = 1
|
||||
|
||||
MODULE {
|
||||
name = ModulePartVariants
|
||||
baseVariant = Truss
|
||||
|
||||
VARIANT {
|
||||
name = Truss
|
||||
displayName = #LOC_Restock_variant-mounting_truss
|
||||
themeName = White
|
||||
|
||||
primaryColor = #ffffff
|
||||
secondaryColor = #000000
|
||||
|
||||
GAMEOBJECTS {
|
||||
Mount_Compact = false
|
||||
Mount_Truss = true
|
||||
}
|
||||
}
|
||||
|
||||
VARIANT {
|
||||
name = Compact
|
||||
displayName = #LOC_Restock_variant-mounting_compact
|
||||
themeName = White
|
||||
|
||||
primaryColor = #ffffff
|
||||
secondaryColor = #707070
|
||||
|
||||
GAMEOBJECTS {
|
||||
Mount_Compact = true
|
||||
Mount_Truss = false
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
// SC-9001 Science Jr.
|
||||
@PART[science_module] {
|
||||
@author = Andrew Cassidy
|
||||
|
||||
!mesh = DELETE
|
||||
!MODEL = {}
|
||||
MODEL {
|
||||
model = ReStock/Assets/Science/restock-materialbay-125-1
|
||||
}
|
||||
|
||||
// original model was scaled by 0.1x and had a rescalefactor of 1.25, so we have to reset that
|
||||
rescaleFactor = 1
|
||||
@scale = 1
|
||||
@node_stack_top = 0.0, 0.6125, 0.0, 0.0, 1.0, 0.0
|
||||
@node_stack_bottom = 0.0, -0.5125, 0.0, 0.0, -1.0, 0.0
|
||||
@node_attach = 0.0, 0.0, 0.62625, 0.0, 0.0, -1.0, 1
|
||||
}
|
Reference in New Issue
Block a user