midspace / Space-Engineers-Admin-script-mod

Modding script for Space Engineers with dozens of Admin commands for creating game scenarios or supporting servers.
43 stars 13 forks source link

1.107 breaking changes #125

Closed midspace closed 8 years ago

midspace commented 8 years ago

API ActivateShipCreationClipboard has been removed. It hasn't been working on DS since 1.105. There may be an alternative to use, but it'll take time to research.

API GetClosestSurfacePoint has been removed. There are two alternatives, GetClosestSurfacePointGlobal and GetClosestSurfacePointLocal. I haven't tested the replacement, as it's difficult to test an older copy of the planets with newer APIs.