Space Engineers

Space Engineers

评价数不足
Oxygen Tank Level Control(Obsolete since hydrogen update)
   
奖励
收藏
已收藏
取消收藏
文件大小
发表于
更新日期
948.000 B
2015 年 7 月 19 日 上午 3:18
2015 年 7 月 19 日 上午 4:52
4 项改动说明 ( 查看 )

订阅以下载
Oxygen Tank Level Control(Obsolete since hydrogen update)

描述
! THIS SCRIPT IS OBSOLETE SINCE HYDROGEN ADDED IN GAME, USE IT ONLY FOR SCRIPTING EXAMPLE

This script allow you to regulate Oxygen Tank Level by controlling the Oxygens Generators.

Like that, you can use the AirVent depressurize function that ever blocked by Oxygen Tank Full.

Just use it with a timer block(interval 3 sec is a good deal).

You can change start and stop tank level by editing constants in script.

Edit :
- Added Oxygen Farm Control
- Removed GeneratorRunning variable controle(game don't save theses vars so need to turn off generators manually after reloading game).
- Optimizing code to avoid a bug if blocks not existing(supposing that's what make my game crash when i was mining far from my base, but can also not be because of my script...)
7 条留言
Joretap0  [作者] 2016 年 5 月 8 日 上午 9:17 
Done, thanks for the comment, forgotten this script
NarrowAscent 2016 年 5 月 6 日 上午 3:07 
Please mark script as obsolete then till you cover it again. Thanks for the work though. Hope you get back into it
Joretap0  [作者] 2015 年 12 月 27 日 上午 4:30 
Really, i don't know, i don't play this game for the moment, and i don't know that there is hydrogen now, but i think it's not possible cause i suppose that hydrogen is created by the same factory, and this script shut-down the factories.
I will try to find an issue next time that i play, but it's not for now :/
Mannorot2015 2015 年 12 月 16 日 下午 10:51 
When the script is working it stops the oxygen generator and thereby stops the production of hydrogen too, so the hydrogen tanks dont fill up. Is there any way to work around this?
jarhead 2015 年 7 月 31 日 上午 10:21 
ok thanks
Joretap0  [作者] 2015 年 7 月 31 日 上午 9:17 
No problem, do what you want with it ;)
jarhead 2015 年 7 月 26 日 下午 6:55 
mind if i use this to try to combine it with a few other scripts i am working on to make my ship almost fully automated?