Space Engineers

Space Engineers

Spug's Easy Auto-Docking 2
目前顯示第 1-10 項,共 23 項
< 1  2  3 >
更新:2020 年 11 月 26 日 @ 上午 5:26

- Updated to fix bug introduced in SE ver 1.197.064

更新:2020 年 11 月 1 日 @ 下午 5:57

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

更新:2020 年 9 月 9 日 @ 上午 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.

更新:2020 年 9 月 9 日 @ 上午 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.

更新:2020 年 8 月 18 日 @ 下午 2:27

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

更新:2020 年 8 月 11 日 @ 上午 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

更新:2020 年 8 月 10 日 @ 下午 3: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.

更新:2020 年 8 月 10 日 @ 上午 11:50

Changed the thumbnail for the last big update below.

更新:2020 年 8 月 10 日 @ 上午 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.

更新:2020 年 7 月 7 日 @ 上午 9:20

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