Hi,
I try to build an Automatic Landing System but the code fails.
During landing at a certain hight from sea level the space ships stops and does not continue descending.
Here is my code:
Automatic Landing System
I try to build an Automatic Landing System but the code fails.
During landing at a certain hight from sea level the space ships stops and does not continue descending.
Here is my code:
Code:
using Sandbox.Game.EntityComponents; using Sandbox.ModAPI.Ingame; using Sandbox.ModAPI.Interfaces; using SpaceEngineers.Game.ModAPI.Ingame; using System.Collections.Generic; using System.Collections; using System.Linq; using System.Text; using System; using VRage.Collections; using...