Space Engineers

Space Engineers

[DEPRECATED] [HOTFIX 1.187] Taleden's Inventory Manager
Affichage des entrées 1-9 sur 9
Mis à jour le : 31 juil. 2018 à 12h07

Added switch to allow use of TimerBlock when needed

const bool needTB = true;

Set to 'false' to enable timerblock usage

Mis à jour le : 31 juil. 2018 à 12h06

Mis à jour le : 31 juil. 2018 à 10h58

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

Mis à jour le : 28 juil. 2018 à 9h16

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;

Mis à jour le : 28 juil. 2018 à 5h32

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

Mis à jour le : 28 juil. 2018 à 5h31

Mis à jour le : 28 juil. 2018 à 5h27

Mis à jour le : 25 juil. 2018 à 15h26

Added code to not need a timerblock.

Mis à jour le : 22 juil. 2018 à 4h39