Stationeers

Stationeers

55 个评价
Suit
   
奖励
收藏
已收藏
取消收藏
文件大小
发表于
更新日期
88.898 KB
2020 年 12 月 30 日 下午 9:28
2021 年 12 月 26 日 下午 6:07
2 项改动说明 ( 查看 )
描述
​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://psteamcommunity.yuanyoumao.com/sharedfiles/filedetails/?id=2696051620

Update 27/12/2021: Added base station interface and locking ability.
15 条留言
ggfirestorm 10 月 10 日 上午 12:11 
This was great thank you. However I've gone into another game on Europa and it says Incorrect logic type line 10. I'm not a coder so no clue.
Anex 7 月 16 日 下午 1:55 
@blaccu,
thanks buddy
blaccu 2024 年 7 月 6 日 上午 9:53 
FYI, to make the helmet auto-open in safe environment remove or comment out (#) line 33
Celery Man 2023 年 8 月 25 日 上午 9:46 
Using the pressure setting as a way to display heads-up information is absolutely ingenious.
Gideon7 2023 年 6 月 21 日 上午 9:18 
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 2023 年 3 月 16 日 下午 3:27 
@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 2022 年 12 月 5 日 下午 3:11 
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 2022 年 11 月 7 日 下午 8:56 
Where do you add in your filtration on/off range that you used in your recent Venus run series?
SgtCharlie 2022 年 9 月 19 日 上午 10:13 
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 2022 年 9 月 1 日 下午 6:42 
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.