mirror of
https://github.com/PorktoberRevolution/ReStocked
synced 2024-09-01 17:34:42 +00:00
Move Airlock IVA and props to RS
This commit is contained in:
@ -0,0 +1,12 @@
|
||||
// Restock Plus v1.2.0
|
||||
// Hatch - 0.625m bulkhead
|
||||
PROP
|
||||
{
|
||||
name = RS_HTCH_625
|
||||
MODEL
|
||||
{
|
||||
model = ReStock/Props/Hatches/RS_HTCH_625
|
||||
}
|
||||
}
|
||||
|
||||
proxy = 0, 0, 0, 0.6, 0.1, 0.6, 1, 0, 0
|
Binary file not shown.
Binary file not shown.
Binary file not shown.
@ -0,0 +1,12 @@
|
||||
// Restock Plus v1.2.0
|
||||
// Light - Airlock pressurization indicator (green)
|
||||
PROP
|
||||
{
|
||||
name = RS_LGHT_Airlock_Green
|
||||
MODEL
|
||||
{
|
||||
model = ReStock/Props/Lights/RS_LGHT_Airlock_Green
|
||||
}
|
||||
}
|
||||
|
||||
proxy = 0, 0, 0, 0.10, 0.15, 0.07, 1, 0, 0
|
Binary file not shown.
@ -0,0 +1,12 @@
|
||||
// Restock Plus v1.2.0
|
||||
// Light - Airlock pressurization indicator (green)
|
||||
PROP
|
||||
{
|
||||
name = RS_LGHT_Airlock_Red
|
||||
MODEL
|
||||
{
|
||||
model = ReStock/Props/Lights/RS_LGHT_Airlock_Red
|
||||
}
|
||||
}
|
||||
|
||||
proxy = 0, 0, 0, 0.10, 0.15, 0.07, 1, 0, 0
|
Binary file not shown.
@ -0,0 +1,29 @@
|
||||
// Restock Plus v1.2.0
|
||||
// Light - Airlock pressurization indicator (green)
|
||||
PROP
|
||||
{
|
||||
name = RS_LGHT_Box_1
|
||||
MODEL
|
||||
{
|
||||
model = ReStock/Props/Lights/RS_LGHT_Box_1
|
||||
}
|
||||
|
||||
//MODULE
|
||||
{
|
||||
name = InternalButtonLight
|
||||
|
||||
buttonName = enable_BOXCOLLIDER
|
||||
defaultValue = true
|
||||
|
||||
lightName = SpotLight
|
||||
lightColor = 1,1,1
|
||||
lightIntensityOn = 0.75
|
||||
lightIntensityOff = 0
|
||||
|
||||
useButtonColor = true
|
||||
buttonColorOn = 1,1,1
|
||||
buttonColorOff = 0,0,0
|
||||
}
|
||||
}
|
||||
|
||||
proxy = 0, 0, 0, 0.06, 0.15, 0.07, 1, 0, 0
|
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Reference in New Issue
Block a user