Space Engineers

Space Engineers

Automatic Doors and Airlocks
Showing 1-5 of 5 entries
Update: 17 Aug, 2019 @ 9:17am

Replacing Equals() with StartsWith() in AutoClosingDoorsManager.doorToBeExcludedFromAutoclosing() so that users may exclude groups of doors by name

Update: 16 May, 2019 @ 11:59am

Changing the DoorEventWatcher to make use of the DoorStatus enum, which I didn't know about

Adding the auto-sealing feature for airlocks

Update: 12 May, 2019 @ 9:48am

Updating the createAirlock method of the AirlockManager to allow using the same door in two airlocks, so that multiple airlocks can be chained to create an airlock with 3, 4, 5, ... multiple doors operating in sequence.

Adding new override for the createAirlock method to allow easy creation of a 3 doors airlock.

Update: 1 Feb, 2019 @ 11:49pm

Added option to exclude doors with certain names from the automatic closing doors list

Update: 30 Sep, 2018 @ 1:48am