Space Engineers

Space Engineers

Spug's Easy Auto-Docking 2
正在显示第 11 - 20 项,共 23 项条目
< 1  2  3 >
更新于:2020 年 7 月 7 日 上午 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.

更新于:2020 年 7 月 6 日 下午 7:00

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

更新于:2020 年 7 月 6 日 下午 6:37

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

更新于:2020 年 7 月 6 日 下午 2: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.

更新于:2020 年 7 月 5 日 下午 8:14

Changed the thumbnail to show the new big update.

更新于:2020 年 7 月 5 日 下午 7:50

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

更新于:2020 年 7 月 5 日 下午 7: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.

更新于:2020 年 7 月 5 日 下午 4:02

Moving platforms update:

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

更新于:2020 年 6 月 30 日 下午 5:54

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

更新于:2020 年 6 月 30 日 下午 1: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).