Space Engineers

Space Engineers

Spug's Easy Auto-Docking 2
Zobrazuje se 1–10 z 23 položek
< 1  2  3 >
Aktualizace: 26. lis. 2020 v 5.26

- Updated to fix bug introduced in SE ver 1.197.064

Aktualizace: 1. lis. 2020 v 17.57

- Added rotation_speed variable that controls the overall ship rotation speed when controlled by the script.

Aktualizace: 9. zář. 2020 v 6.07

- Added support for [start dock] tag on timers. A timer with that text in the name will be triggered whenever the docking procedure is started.

Aktualizace: 9. zář. 2020 v 5.09

- Added the ability to change the [dock] tag used for timers and LCD's.
- Added support for timers to be on seperate grids, using the force_timer_search_on_station option.
- Added high_speed_lead_amount variable for people who are landing on stations that go 120m/s+. Changing this to something lower like 0.125 will make it accurate for landing at speeds like 200m/s for example.

Aktualizace: 18. srp. 2020 v 14.27

- Fixed an issue where ships couldn't dock to currently moving platforms

Aktualizace: 11. srp. 2020 v 11.49

- Changed !readonly behaviour. If the !readonly prefix is used on an argument when a connector is ready to connect, the ship will ignore it and still attempt to fly home.
- Speed improvement when using the optional home script

Aktualizace: 10. srp. 2020 v 15.34

- Added !readonly option. If you add !readonly before your argument, e.g:
!readonly Home 1
Then Home 1's save cannot be overwritten when you run the command, even if you are connected to some connector - the location won't be saved over Home 1.

Aktualizace: 10. srp. 2020 v 11.50

Changed the thumbnail for the last big update below.

Aktualizace: 10. srp. 2020 v 11.10

Waypoints Update!

- Added special Argument "record". Using record will put the script into a mode that allows you to place waypoints.
- Waypoints used in conjunction with the optional home script will be saved relative to the mothership.
- Added option to allow connectors to be on a different grid.
- Added "API" compatibility for any UI scripts. Use the argument [data_output_request] to have all the memory data added into CustomData.
- Added add_acceleration variable to fix a potential low acceleration issue.

Aktualizace: 7. čvc. 2020 v 9.20

- Minified the code. The code was reaching the character limit, so I have done this to allow me to continue development.