Space Engineers

Space Engineers

Not enough ratings
Orbital autopilot (no map)
   
Award
Favorite
Favorited
Unfavorite
Tags: autopilot
File Size
Posted
Updated
405.779 KB
18 May, 2020 @ 9:48am
8 May @ 7:05am
14 Change Notes ( view )

Subscribe to download
Orbital autopilot (no map)

Description
A very simple station-keeping script which very occasionally fires thrusters to maintain ship's orbit with desired height and shape.

Configuration
The script is configured in Programmable block's Custom Data, with all parameters located in [OrbitAutopilot] section:
  • MinAltitude - minimum safe orbit altitude above planet highest surface level (HSL) in km. The default is 10 km,
  • MaxAltitude - maximum safe orbit altitude above HSL in km. The default is ApoapsisAltitude + AltitudeRange + 10 km,
  • PeriapsisAltitude - desired periapsis altitude above HSL in km. Required for script to function; cannot be lower than MinAltitude + AltitudeRange,
  • ApoapsisAltitude - desired apoapsis altitude above HSL in km. If omitted, equals to PeriapsisAltitude,
  • AltitudeRange - tells how much periapsis and/or apoapsis altitudes can deviate from desired before script will consider to correct them. The default and minimum permitted value is 1 km,
  • TargetInclination - desired inclination in degrees. If empty, the script will not change orbital plane,
  • TargetLAN - desired longitude of ascending node in degrees. If empty, the script will not change orbital plane,
  • InclinationRange - tells by how many degrees the current orbital plane can deviate from desired, with 1 degree being the default,
  • TargetAoP - desired argument of periapsis in degrees. If not specified or if desired orbit is circular, the script will not rotate the orbit ellipse in its plane,
  • AoPRange - maxium deviation of AoP in degrees, by default 1.
24 Comments
D'raga 8 May @ 6:41pm 
Great, now I get to really test things out:steamhappy:
Knsgf  [author] 8 May @ 7:28am 
All scripts have been updated.
D'raga 4 May @ 11:09am 
Is this still working?
Knsgf  [author] 24 Apr, 2021 @ 6:36am 
I was unable to find the mod with that name.
anzellott 23 Apr, 2021 @ 5:38pm 
Does it work with Newtonian Gravity?
Knsgf  [author] 28 Mar, 2021 @ 12:32pm 
It's best to describe those errors in detail.
Syroth 28 Mar, 2021 @ 12:29pm 
Hello, is this script currently working? I'm receiving errors... Trying to figure out if I did something wrong or not. Thanks!
Knsgf  [author] 21 Feb, 2021 @ 6:13am 
Height of the lowest point of orbit in kilometres.
Casper 21 Feb, 2021 @ 5:19am 
PeriapsisAltitude What is this value? I am not very good at english but what should I put in here to make it function?
Knsgf  [author] 9 Sep, 2020 @ 10:58pm 
No.