mirror of
https://github.com/PorktoberRevolution/ReStocked
synced 2024-09-01 17:34:42 +00:00
add material bay and goo cannister, and integrate the stock variants
This commit is contained in:
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 |
@ -4,6 +4,8 @@
|
|||||||
// - Barometer (sensorBarometer)
|
// - Barometer (sensorBarometer)
|
||||||
// - Accelerometer (sensorAccelerometer)
|
// - Accelerometer (sensorAccelerometer)
|
||||||
// - Negative Gravioli Detector (sensorGravimeter)
|
// - Negative Gravioli Detector (sensorGravimeter)
|
||||||
|
// - Mystery Goo™ Containment Unit (GooExperiment)
|
||||||
|
// - SC-9001 Science Jr. (science_module)
|
||||||
|
|
||||||
// Thermometer
|
// Thermometer
|
||||||
@PART[sensorThermometer] {
|
@PART[sensorThermometer] {
|
||||||
@ -47,4 +49,67 @@
|
|||||||
MODEL {
|
MODEL {
|
||||||
model = ReStock/Assets/Science/restock-gravimeter
|
model = ReStock/Assets/Science/restock-gravimeter
|
||||||
}
|
}
|
||||||
|
}
|
||||||
|
|
||||||
|
// Mystery Goo™ Containment Unit
|
||||||
|
@PART[GooExperiment] {
|
||||||
|
@author = Andrew Cassidy
|
||||||
|
|
||||||
|
!mesh = DELETE
|
||||||
|
!MODEL = {}
|
||||||
|
MODEL {
|
||||||
|
model = ReStock/Assets/Science/restock-gooExperiment-1
|
||||||
|
}
|
||||||
|
|
||||||
|
MODULE {
|
||||||
|
name = ModulePartVariants
|
||||||
|
baseVariant = Classic
|
||||||
|
// TODO: add localization strings for display names
|
||||||
|
|
||||||
|
VARIANT {
|
||||||
|
name = Classic
|
||||||
|
displayName = Classic
|
||||||
|
themeName = White
|
||||||
|
|
||||||
|
primaryColor = #ffffff
|
||||||
|
secondaryColor = #000000
|
||||||
|
|
||||||
|
GAMEOBJECTS {
|
||||||
|
Classic_Mount = true
|
||||||
|
Compact_Mount = false
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
|
VARIANT {
|
||||||
|
name = Compact
|
||||||
|
displayName = Compact
|
||||||
|
themeName = White
|
||||||
|
|
||||||
|
primaryColor = #ffffff
|
||||||
|
secondaryColor = #707070
|
||||||
|
|
||||||
|
GAMEOBJECTS {
|
||||||
|
Classic_Mount = false
|
||||||
|
Compact_Mount = true
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
|
// SC-9001 Science Jr.
|
||||||
|
@PART[science_module] {
|
||||||
|
@author = Andrew Cassidy
|
||||||
|
|
||||||
|
!mesh = DELETE
|
||||||
|
!MODEL = {}
|
||||||
|
MODEL {
|
||||||
|
model = ReStock/Assets/Science/restock-materialBay-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