Space Engineers

Space Engineers

Clang Drive Manager
Showing 21-30 of 50 entries
< 1  2  3  4  5 >
Update: 17 May, 2020 @ 7:37pm

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

Update: 15 May, 2020 @ 11:34am

typo

Update: 15 May, 2020 @ 11:31am

Hotfix:
-changed gravitycompensation to make it adjustable

Update: 15 May, 2020 @ 11:18am

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

Update: 11 Mar, 2020 @ 5:02am

Bugfix:
-fixed detection of piston drives

Update: 5 Mar, 2020 @ 11:29am

bugfix:
-removed possible script too complex crash at initialization

Update: 5 Mar, 2020 @ 9:10am

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

Update: 5 Mar, 2020 @ 8:33am

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

Update: 5 Mar, 2020 @ 8:16am

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

Update: 2 Mar, 2020 @ 5:19pm

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