Space Engineers

Space Engineers

Spug's Easy Auto-Docking 2
Viser 1-10 af 23 forekomster
< 1  2  3 >
Opdatering: 26. nov. 2020 kl. 5:26

- Updated to fix bug introduced in SE ver 1.197.064

Opdatering: 1. nov. 2020 kl. 17:57

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

Opdatering: 9. sep. 2020 kl. 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.

Opdatering: 9. sep. 2020 kl. 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.

Opdatering: 18. aug. 2020 kl. 14:27

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

Opdatering: 11. aug. 2020 kl. 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

Opdatering: 10. aug. 2020 kl. 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.

Opdatering: 10. aug. 2020 kl. 11:50

Changed the thumbnail for the last big update below.

Opdatering: 10. aug. 2020 kl. 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.

Opdatering: 7. juli 2020 kl. 9:20

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