Space Engineers

Space Engineers

Spug's Easy Auto-Docking 2
Viser 11-20 af 23 forekomster
< 1  2  3 >
Opdatering: 7. juli 2020 kl. 7:14

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

Opdatering: 6. juli 2020 kl. 19:00

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

Opdatering: 6. juli 2020 kl. 18:37

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

Opdatering: 6. juli 2020 kl. 14:00

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

Opdatering: 5. juli 2020 kl. 20:14

Changed the thumbnail to show the new big update.

Opdatering: 5. juli 2020 kl. 19:50

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

Opdatering: 5. juli 2020 kl. 19:41

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.

Opdatering: 5. juli 2020 kl. 16:02

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.

Opdatering: 30. juni 2020 kl. 17:54

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

Opdatering: 30. juni 2020 kl. 13:19

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