Space Engineers

Space Engineers

Whip's Auto Door and Airlock Script
50개 중 11~20개 표시 중
< 1  2  3  4  5 >
업데이트: 2018년 7월 14일 @ 오후 8시 32분

This is nothing, i botched the upload lol

업데이트: 2018년 3월 18일 @ 오후 10시 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

업데이트: 2018년 2월 24일 @ 오후 1시 23분

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

업데이트: 2018년 2월 24일 @ 오후 1시 18분

Minor
Updated date in the ReadMe to the correct date

업데이트: 2018년 2월 24일 @ 오후 1시 16분

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

업데이트: 2017년 12월 18일 @ 오후 11시 46분

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

업데이트: 2017년 11월 22일 @ 오후 7시 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.

업데이트: 2017년 8월 28일 @ 오후 10시 44분

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

업데이트: 2017년 8월 28일 @ 오후 9시 55분

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

업데이트: 2017년 8월 28일 @ 오후 9시 51분

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