Space Engineers

Space Engineers

[DEPRECATED] [HOTFIX 1.187] Taleden's Inventory Manager
Ergebnisse 1–9 von 9
Update: 31. Jul. 2018 um 12:07

Added switch to allow use of TimerBlock when needed

const bool needTB = true;

Set to 'false' to enable timerblock usage

Update: 31. Jul. 2018 um 12:06

Update: 31. Jul. 2018 um 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

Update: 28. Jul. 2018 um 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;

Update: 28. Jul. 2018 um 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

Update: 28. Jul. 2018 um 5:31

Update: 28. Jul. 2018 um 5:27

Update: 25. Jul. 2018 um 15:26

Added code to not need a timerblock.

Update: 22. Jul. 2018 um 4:39