Space Engineers

Space Engineers

[DEPRECATED] [HOTFIX 1.187] Taleden's Inventory Manager
9개 중 1~9개 표시 중
업데이트: 2018년 7월 31일 오후 12시 07분

Added switch to allow use of TimerBlock when needed

const bool needTB = true;

Set to 'false' to enable timerblock usage

업데이트: 2018년 7월 31일 오후 12시 06분

업데이트: 2018년 7월 31일 오전 10시 58분

Made a few changes to the auto run code. The set value will now equate to about the time in seconds between runs

업데이트: 2018년 7월 28일 오전 9시 16분

changed modifier for interval to double so it allows more range of control

// Change this value to set interval between runs. Higher is longer
const double THROTINT = 1.5;

업데이트: 2018년 7월 28일 오전 5시 32분

you can now set the duration of the interval in the script:

const int THROTINT = 2; // Change this value to set interval between runs. Higher is longer

업데이트: 2018년 7월 28일 오전 5시 31분

업데이트: 2018년 7월 28일 오전 5시 27분

업데이트: 2018년 7월 25일 오후 3시 26분

Added code to not need a timerblock.

업데이트: 2018년 7월 22일 오전 4시 39분