Stationeers

Stationeers

Suit Control
Showing 1-2 of 2 entries
Update: 20 Nov, 2022 @ 6:08am

Lock the helmet to enable operation
Unlock the helmet for manual mode (disable script)

This script will automatically open/close when the external pressure or temperature are inside/outside of the safe limits (customizable).
Saves power and filters by disabling the A/C, oxygen supply and filters when the visor is open and reactivating them when closed
Supports having the filter off and do a quick flick when need to further save on oxygen and power (the sound could be a little anoying so this is disabled by default, set flickerFiltering to 1 to enable, very useful when starting in the harsher environments)


This script will automatically open/close when external pressure or temperature is inside/outsite of safe limits (customizable).
Saves energy and filters by deactivating air conditioning, oxygen supply and filters when the visor is open and reactivating them when it is closed.
Supports having the filter off and flicking when needed to save even more oxygen and energy (sound can be a bit annoying, so it's disabled by default, set FlickerFiltering to 1 to enable it, very useful when starting on the harshest environments)


Default config:

move flickerFiltering 0
move minPressure 39
move maxPressure 125
move minTempC 17
move maxTempC 45
s suit PressureSetting 50
s suit TemperatureSetting 294​

Update: 20 Nov, 2022 @ 6:08am

Initial Upload