Space Engineers

Space Engineers

GMDS V0.380B (Mining Drone Script)
Viser 31-40 af 41 forekomster
< 1  2  3  4  5 >
Opdatering: 28. sep. 2024 kl. 2:55

- 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)

Opdatering: 30. aug. 2024 kl. 7:05

- Memory housekeeping

Opdatering: 4. aug. 2024 kl. 14:16

- Block renaming on detection updates

Opdatering: 28. juli 2024 kl. 16:50

- 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

Opdatering: 28. juli 2024 kl. 15:58

- 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

Opdatering: 28. juli 2024 kl. 15:43

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

Opdatering: 28. juli 2024 kl. 15:34

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

Opdatering: 23. juli 2024 kl. 11:46

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

Opdatering: 22. juli 2024 kl. 23:56

- 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

Opdatering: 16. juli 2024 kl. 14:14

- 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.