Space Engineers

Space Engineers

[DEPRECATED] [HOTFIX 1.187] Taleden's Inventory Manager
正在显示第 1 - 9 项,共 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