Space Engineers

Space Engineers

Clang Drive Manager
Viser 21-30 af 50 forekomster
< 1  2  3  4  5 >
Opdatering: 17. maj 2020 kl. 19:37

v27:
-Vast performance improvement for initialization and normal operation
-auto initialize back to once per second
-now correct identification of orientation of mpds incase connector is flipped 180 degrees
-far better destruction checks to prevent the script from crashing when a drive is damaged
-auto connector locking now decentralized in CheckDestruction
-removed some unnecessary clutter

Opdatering: 15. maj 2020 kl. 11:34

typo

Opdatering: 15. maj 2020 kl. 11:31

Hotfix:
-changed gravitycompensation to make it adjustable

Opdatering: 15. maj 2020 kl. 11:18

v26:
-script now remembers last used cockpit and doesn't switch when leaving the cockpit
-gravity compensation to prevent downwards drift on planets, kinda cheap, but it works (mostly)
-better handling of large numbers of drives, still ~100 is the limit (script won't ever crash because of this though)
-changed auto-initialization to every 5 seconds instead of every second

Opdatering: 11. mar. 2020 kl. 5:02

Bugfix:
-fixed detection of piston drives

Opdatering: 5. mar. 2020 kl. 11:29

bugfix:
-removed possible script too complex crash at initialization

Opdatering: 5. mar. 2020 kl. 9:10

mini update:
-some perfomance optimization
-support for infinte amount of merge blocks on MID

Opdatering: 5. mar. 2020 kl. 8:33

Hotfix:
-forgot some echo functions for debugging in the script
-also now displays instruction count

Opdatering: 5. mar. 2020 kl. 8:16

Update v25:
-split initialization over 3 ticks for better performance
-on reaching instructions limit, script will now stop searching for drives and keep running

Opdatering: 2. mar. 2020 kl. 17:19

Update v24:
-changed the mpd-1 drive and changed the script to accomodate it
-added support for more than two rotors per merge drive
-rewrote initialisation for merge drive, hopefully faster now