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日 @ 15時26分

Added code to not need a timerblock.

更新:2018年7月22日 @ 4時39分