Space Engineers

Space Engineers

[DEPRECATED] [HOTFIX 1.187] Taleden's Inventory Manager
Zobrazuje se 1–9 z 9 položek
Aktualizace: 31. čvc. 2018 v 12.07

Added switch to allow use of TimerBlock when needed

const bool needTB = true;

Set to 'false' to enable timerblock usage

Aktualizace: 31. čvc. 2018 v 12.06

Aktualizace: 31. čvc. 2018 v 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

Aktualizace: 28. čvc. 2018 v 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;

Aktualizace: 28. čvc. 2018 v 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

Aktualizace: 28. čvc. 2018 v 5.31

Aktualizace: 28. čvc. 2018 v 5.27

Aktualizace: 25. čvc. 2018 v 15.26

Added code to not need a timerblock.

Aktualizace: 22. čvc. 2018 v 4.39