Quantcast
Channel: Programming (In-game)
Viewing all articles
Browse latest Browse all 903

Automatic Landing System

$
0
0
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:

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...
Automatic Landing System

Viewing all articles
Browse latest Browse all 903

Trending Articles