Space Engineers
Whip's Auto Door and Airlock Script
11–20 из 50
< 1  2  3  4  5 >
Обновление: 14 июл. 2018 г. в 20:32

This is nothing, i botched the upload lol

Обновление: 18 мар. 2018 г. в 22:34

Version 37
  • Fixed issue where code ran multiple times per tick in DS - v36
  • Added method to only search for blocks that are attached to the grid via rotors/pistons (not connectors) - v37

Обновление: 24 фев. 2018 г. в 13:23

Version 35
  • Readded bracket recognition, but changed code to search for the exclusion string with AND without brackets

Обновление: 24 фев. 2018 г. в 13:18

Minor
Updated date in the ReadMe to the correct date

Обновление: 24 фев. 2018 г. в 13:16

Version 34
  • Fixed ReadMe regarding excluding doors
  • Removed brackets from strings to avoid issues with legacy exclusion tags

Обновление: 18 дек. 2017 г. в 23:46

Version 33
  • Fixed memory leak issue
  • Added emergency instruction limit abort
  • Fixed issue where excluded doors added after initialization were not being ignored

Обновление: 22 ноя. 2017 г. в 19:36

Version 31
  • This code now triggers itself without timers
  • Made code check if airlocks and auto doors already exist before overwriting them. This should make open durations more consistent.

Обновление: 28 авг. 2017 г. в 22:44

Version 28
  • Changed code to use classes
  • Improved detailed info output

Обновление: 28 авг. 2017 г. в 21:55

Version 27
  • Declared lists within the foreach loop at the suggestion of rexxar

Обновление: 28 авг. 2017 г. в 21:51

Version 26
  • Fixed code only working for one single airlock group