Space Engineers
[DEPRECATED] [HOTFIX 1.187] Taleden's Inventory Manager
กำลังแสดง 1-9 จาก 9 รายการ
อัปเดต: 31 ก.ค. 2018 @ 12: 07pm

Added switch to allow use of TimerBlock when needed

const bool needTB = true;

Set to 'false' to enable timerblock usage

อัปเดต: 31 ก.ค. 2018 @ 12: 06pm

อัปเดต: 31 ก.ค. 2018 @ 10: 58am

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

อัปเดต: 28 ก.ค. 2018 @ 9: 16am

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;

อัปเดต: 28 ก.ค. 2018 @ 5: 32am

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

อัปเดต: 28 ก.ค. 2018 @ 5: 31am

อัปเดต: 28 ก.ค. 2018 @ 5: 27am

อัปเดต: 25 ก.ค. 2018 @ 3: 26pm

Added code to not need a timerblock.

อัปเดต: 22 ก.ค. 2018 @ 4: 39am