Space Engineers

Space Engineers

Spug's Easy Auto-Docking 2
Showing 1-10 of 23 entries
< 1  2  3 >
Update: 26 Nov, 2020 @ 5:26am

- Updated to fix bug introduced in SE ver 1.197.064

Update: 1 Nov, 2020 @ 5:57pm

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

Update: 9 Sep, 2020 @ 6:07am

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

Update: 9 Sep, 2020 @ 5:09am

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

Update: 18 Aug, 2020 @ 2:27pm

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

Update: 11 Aug, 2020 @ 11:49am

- 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

Update: 10 Aug, 2020 @ 3:34pm

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

Update: 10 Aug, 2020 @ 11:50am

Changed the thumbnail for the last big update below.

Update: 10 Aug, 2020 @ 11:10am

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.

Update: 7 Jul, 2020 @ 9:20am

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