Stationeers

Stationeers

51 ratings
Suit
   
Award
Favorite
Favorited
Unfavorite
File Size
Posted
Updated
88.898 KB
30 Dec, 2020 @ 9:28pm
26 Dec, 2021 @ 6:07pm
2 Change Notes ( view )

Subscribe to download
Suit

Description
​A script to automatically close and lock the visor of the helmet when the external pressure or temperature are outside of the safe limits. The visor will unlock when the temperature and pressure return to safe levels but the visor wont open automatically just in case you don't want to. The visor will also close when there are unsafe limits of pollutants or volatiles.

It also connects the A/C, oxygen supply and filters to the opening of the visor so that they switch off when the visor is open and automatically reactivate when the visor is closed saving on filters oxygen and power.

If you have the base station active in your base the suit will also display the heading back to base. To activate this set the suit temperature below 20C and the heading will be flashing on the pressure setting on the suit controls.

If the base station is connected to your base alarm then the helmet light will flash to indicate the alarm has been activated.

Suit base station script: https://steamhost.cn/steamcommunity_com/sharedfiles/filedetails/?id=2696051620

Update 27/12/2021: Added base station interface and locking ability.
14 Comments
Anex 16 Jul @ 1:55pm 
@blaccu,
thanks buddy
blaccu 6 Jul, 2024 @ 9:53am 
FYI, to make the helmet auto-open in safe environment remove or comment out (#) line 33
Celery Man 25 Aug, 2023 @ 9:46am 
Using the pressure setting as a way to display heads-up information is absolutely ingenious.
Gideon7 21 Jun, 2023 @ 9:18am 
This script appears to not be able to detect bad atmospheric conditions, (volatile, pollutants, and Nitrice Oxide). It can only detect bad temperature and pressure. It has the lines to do so, but the HardSuit Jetpack appear to not return the information needed.
Running the following script:
l r0 helmet RatioVolatiles
slt safe r0 0.02
s suit On safe
and standing in an atmosphere that contains a lot of volatiles, the helmet light stays on, indicating that the suit is not external air composition. Perhaps it is detecting internal composition, or some other thing, but it is definitely not detecting external composition.
skillessONE 16 Mar, 2023 @ 3:27pm 
@rottielover if you are using whole numbers for your ratio math you will never get it to work.

I set mine up using 0.74 to kick on the filter for a tick. E.g.

l r0 suit RatioCarbonDioxide
sgt r0 r0 0.74
s suit Filtration r0

it works on Venus


You will also have to comment (#) out the filtration switch lower in the code from Mick.(may not be strictly necessary, but I was constantly having my filter turn on and off repeatedly)
rottielover 5 Dec, 2022 @ 3:11pm 
I've tried a few times to check the ratio of carbon dioxide and toggle the filter on/off but I keep screwing it up :( please help us cows your our only hope
BlackIcePanther 7 Nov, 2022 @ 8:56pm 
Where do you add in your filtration on/off range that you used in your recent Venus run series?
SgtCharlie 19 Sep, 2022 @ 10:13am 
Cows, I'm new to the game and therefore very new to MIPS. I was looking at the code and trying to decipher where to change so that the helmet would open automatically when the atmos is safe. Can you please instruct me on the code that I need to insert to make that happen and where to insert it? Thanks. Love your codes and all your vids. (Trying to make your Advanced Furnace work right now on Mars)
ShamblerDK 1 Sep, 2022 @ 6:42pm 
When I set the temperature to 19C, only thing that happens is that my "Filter" and "Air" blinks on and off constantly. Nothing happens with the pressure buttons. I set up the logic transmitter to communicate with my suit.
Kale_Mercer 28 Sep, 2021 @ 6:21am 
Awesome code thanks. Iv killed my self more than once forgetting my visor is open, verry shameful!