Space Engineers

Space Engineers

Whip's Auto Door and Airlock Script
Mostrando 11-20 de 50 aportaciones
< 1  2  3  4  5 >
Actualización: 14 JUL 2018 a las 8:32 p. m.

This is nothing, i botched the upload lol

Actualización: 18 MAR 2018 a las 10:34 p. m.

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

Actualización: 24 FEB 2018 a las 1:23 p. m.

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

Actualización: 24 FEB 2018 a las 1:18 p. m.

Minor
Updated date in the ReadMe to the correct date

Actualización: 24 FEB 2018 a las 1:16 p. m.

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

Actualización: 18 DIC 2017 a las 11:46 p. m.

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

Actualización: 22 NOV 2017 a las 7:36 p. m.

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.

Actualización: 28 AGO 2017 a las 10:44 p. m.

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

Actualización: 28 AGO 2017 a las 9:55 p. m.

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

Actualización: 28 AGO 2017 a las 9:51 p. m.

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