Space Engineers

Space Engineers

Spug's Easy Auto-Docking 2
Mostrando 11-20 de 23 aportaciones
< 1  2  3 >
Actualización: 7 JUL 2020 a las 7:14 a. m.

-Adding [recall dock] to a connector will now make this script ignore it, but other auto-docking ships can still dock to that connector. This is useful for recalling drones onto your mothership, without the mothership seeing them as docking locations itself.

Actualización: 6 JUL 2020 a las 7:00 p. m.

- Added "rotate_on_approach" option. When enabled, the ship will rotate to the saved direction when approaching the connector.

Actualización: 6 JUL 2020 a las 6:37 p. m.

- Added "connector_clearance" option. Changing this will alter the height at which it will fly to before coming down onto the connector.

Actualización: 6 JUL 2020 a las 2:00 p. m.

- Added LCD output panel feature. Add [dock] to the name of your LCD panel and this script will output it's text there.
- Added timer block feature. Add [dock] to the name of a timer block and this script will immediately trigger it (not start the countdown) when the ship has successfully docked.

Actualización: 5 JUL 2020 a las 8:14 p. m.

Changed the thumbnail to show the new big update.

Actualización: 5 JUL 2020 a las 7:50 p. m.

Removed some debug info that I accidentally left in from the last update...

Actualización: 5 JUL 2020 a las 7:41 p. m.

Added fix for a bug in the moving platforms update.
If the ship didn't have enough thrust to keep up with the acceleration of the moving platform, the script would crash. Until I can get a full fix underway, I detect the crash, and disable accounting for acceleration for the rest of the duration of that flight.

Actualización: 5 JUL 2020 a las 4:02 p. m.

Moving platforms update:

- Added ability to dock onto a moving platform (using optional home script: https://steamcommunity.com/sharedfiles/filedetails/?id=2155667657).
- Added ability to perform drone recall from the optional home script.
- Added option for super soft landing.

Actualización: 30 JUN 2020 a las 5:54 p. m.

Changed the default acceleration.
Instead of 15m/s^2, it is now defaulted to 12m/s^2.

Actualización: 30 JUN 2020 a las 1:19 p. m.

Fixed a bug where if an unexpected error occurred in a specific part of the script, it wouldn't safely exit (aka, didn't have time to turn off all thruster and gyro overrides).