Space Engineers
[DEPRECATED] [HOTFIX 1.187] Taleden's Inventory Manager
Εμφάνιση 1-9 από 9 καταχωρίσεις
Ενημέρωση: 31 Ιουλ 2018 στις 12:07

Added switch to allow use of TimerBlock when needed

const bool needTB = true;

Set to 'false' to enable timerblock usage

Ενημέρωση: 31 Ιουλ 2018 στις 12:06

Ενημέρωση: 31 Ιουλ 2018 στις 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

Ενημέρωση: 28 Ιουλ 2018 στις 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;

Ενημέρωση: 28 Ιουλ 2018 στις 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

Ενημέρωση: 28 Ιουλ 2018 στις 5:31

Ενημέρωση: 28 Ιουλ 2018 στις 5:27

Ενημέρωση: 25 Ιουλ 2018 στις 15:26

Added code to not need a timerblock.

Ενημέρωση: 22 Ιουλ 2018 στις 4:39