Space Engineers
Spug's Easy Auto-Docking 2
Показване на 1 — 10 от 23 постъпления
< 1  2  3 >
Обновление: 26 ноем. 2020 в 5:26

- Updated to fix bug introduced in SE ver 1.197.064

Обновление: 1 ноем. 2020 в 17:57

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

Обновление: 9 септ. 2020 в 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.

Обновление: 9 септ. 2020 в 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.

Обновление: 18 авг. 2020 в 14:27

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

Обновление: 11 авг. 2020 в 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

Обновление: 10 авг. 2020 в 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.

Обновление: 10 авг. 2020 в 11:50

Changed the thumbnail for the last big update below.

Обновление: 10 авг. 2020 в 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.

Обновление: 7 юли 2020 в 9:20

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