Space Engineers

Space Engineers

GMDS V0.380B (Mining Drone Script)
Viser 11-20 af 41 forekomster
< 1  2  3  4  5 >
Opdatering: 23. mar. kl. 19:40

-reverted build due to lists issue, investigating

Opdatering: 23. mar. kl. 11:53

- Added memory use optimisations
- Sensor API call management improvements
- Group thruster management improvements
- Fixed a group thruster bug where thruster groups were not be activated correctly

Opdatering: 22. mar. kl. 6:12

- Added performant thruster check management when thruster groups are being used to ensure they are on/off when needed.

- Fixed an issue where a damage light missing nullcheck was not exiting early
- Added a sensor refresh attempt to prevent issue of sensor ignoring terrain - activated during docking recovery phase (under test - will implement further mode changes if this sensor refresh proves fruitful)

Opdatering: 21. mar. kl. 5:03

- Fixed issue where docking sequence recovery was resetting docking sequence incorrectly, resulting in cases of docking never sequence never completing

Opdatering: 21. mar. kl. 3:35

- Fixed an issue where a drone would not respond to a recall command after mining (edge case)
- Added setup failure mode to missing items, attempting to catch missing core components from drone rather than fail to exception.

Opdatering: 18. mar. kl. 14:08

Updated setup to utilise groups instead of timer blocks for:
- thruster on/off (Timer Blocks TON/TOFF - now handles thruster group via script)
- precision mode on (Timer Block PrecM - now direct ON action group in AI Task Dock Block)
- undock light on (Timer Block UnDock - now direct ON action group in AI Task UndockBlock)
- reset light on (Timer Block Reset - now direct ON action group in Sensor ON action)

Timer blocks are still available as a fallback (mostly for backwards compatibility with existing drone designs) but will require configuration to include the following:

Precision Mode
Undock Mode
Reset Mode (Collision Avoidance)

Further streamlining/messaging for guidance will be added. Progress continuing until it feels reasonable enough for a full guide.

Opdatering: 17. mar. kl. 14:39

Removed connector status being read to string, now using Enum functionality provided.

Examining streamlining drone setup/functionality (work in progress).

Opdatering: 7. mar. kl. 15:18

- Added another workaround for AI move block stall. Detects no movement and disables precision mode light for a cycle - for reasons this appears to stop the AI from locking in a waypoint unable to navigate.

Opdatering: 7. mar. kl. 15:11

- Removed profiling

Opdatering: 2. mar. kl. 16:04

performance optmisations
code improvements
added autodock argument to drones. When not in autodock, drone controller will instruct drone to dock.

Autodock was default behaviour previously, state machine updates now mean it can be controlled nicely by the controller.