Space Engineers

Space Engineers

GMDS V0.380B (Mining Drone Script)
Showing 31-40 of 41 entries
< 1  2  3  4  5 >
Update: Sep 28, 2024 @ 2:55am

- Fixed issue with exception error on server restart for existing job
- Added drone undocking delay (all drones no longer dock simultaneously, but sequentially after a delay)
- Fixed an issue with drone undock blocking other drones undocking due to waiting for response (undock timeout)

Update: Aug 30, 2024 @ 7:05am

- Memory housekeeping

Update: Aug 4, 2024 @ 2:16pm

- Block renaming on detection updates

Update: Jul 28, 2024 @ 4:50pm

- Reverted to 0.309A due to save interfering and resetting running drone logic on autosave, causing hangups. There are routines present to handle on low battery/fuel, but its not efficient to wait for it that long

Update: Jul 28, 2024 @ 3:58pm

- Reuploaded v0.310, code works. Issue with GMDC controller script crash, will fault find and fix, but persistence is OK for recalling drones after save

Update: Jul 28, 2024 @ 3:43pm

- Reverted 0.310 back to 0.309 due to bug on job restart

Update: Jul 28, 2024 @ 3:34pm

- Added drone state persistance, to help when mining jobs are in progress on server restart/world load

Update: Jul 23, 2024 @ 11:46am

- Fixed issue where hydrogen tanks were adding the incorrect tag on setup

Update: Jul 22, 2024 @ 11:56pm

- Script will now search only local grid when identifying blocks
- Script will now scan and rename untagged blocks for easier setup
- Executive decision made to keep timer blocks to handle thruster on/off due to ease of adding/removing thrusters and not breaking or recompiling script.
- Minified code to allow for future feature expansion

Update: Jul 16, 2024 @ 2:14pm

- Fixed issue with timer blocks for thrusters, script will now check if timer blocks are off, if off they will switch them on to turn thrusters on/off. Was previously unchecked.