Space Engineers

Space Engineers

MGSS Airlock Script 2.0
Showing 21-30 of 32 entries
< 1  2  3  4 >
Update: 21 Jul, 2019 @ 3:02pm

Version 1.3.8

Changed the door cycle from 6 to 10 ticks. Fixed LCD padding default. Updated instructions to be shorter and hopefully more clear. Removed auto-naming of the program block - too intrusive.

Update: 21 Jul, 2019 @ 8:44am

Version 1.3.7

Fixed the issue with SE not recognizing airlock opening to 2 rooms by having a 6 tick delay between shutting each door. Barely noticeable on 1ms update, but can be more obvious on 10ms update if changed. Can be disabled in bool option inside the customize section (bool doorDelay = true). Also updated the code to DoorStatus rather than OpenRatio to address modded door issues. Tested with 5 different mod author doors and looks to be working.

Update: 9 Jul, 2019 @ 7:47pm

Version 1.3.6

Fixed the "ShowPublicTextOnScreen" and "WritePublicText" obsolete code since new LCD update.
Changed the update frequency to 10 instead of 1 to fix missed operations when the code is running.

Update: 5 Oct, 2018 @ 7:09am

Version 1.3.5

Fixed issue of airlock doors getting locked when using master inner vent during interior depressurization event. Doors remain unlocked when interior can't pressurize so you can access all parts of the ship for repair.

Update: 4 Oct, 2018 @ 6:04pm

Version 1.3.4

Fixed issue of getting stuck on 'depressurized' for certain situations (seems air doesnt get to complete 0% with certain mod blocks in the airlock)

Update: 27 Sep, 2018 @ 7:29am

Version 1.3.3

Changed the O2 farms to only be controlled if there is a master tank on the system and the setting 'enableO2FarmControl' is set to true. Default is true.

Update: 23 Sep, 2018 @ 9:51am

Version 1.3.2

Fixed bug of tanks not turning back on after being filled.

Update: 23 Sep, 2018 @ 9:25am

Version 1.3.1

Added control for oxygen farms to turn on and off to not overfill airlock tanks. Controls all farms on the grid.

Update: 22 Sep, 2018 @ 2:48pm

Version 1.3 - conveyor system integration

Connect/pipe airlocks into the main conveyor systems with O2/H2 generators. Name tanks and generators with the master tag ([AIRLOCK] by default). Tanks with specific airlocks like [AIRLOCK 1] will not be controlled, so rename before you tie into the system.

Master status LCD: shows information on all airlocks on the system. Scrolls through pages if more airlocks than fit on the 1st screen.

Master inner vent: named with the master tag, any airlock that doesnt have a specific inner vent will use this one.

Tags are now shortened as the script now looks for block types as well as tags.

Update: 18 Sep, 2018 @ 6:10pm

Found bug that if 1st airlock does not have an airlock tank monitored and but subsequent airlock do, if the other airlock tanks require fill, it tells the 1st airlock to suck in air as well along with the actual required airlock. Repaired.