Space Engineers

Space Engineers

评价数不足
Orbital autopilot (no map)
   
奖励
收藏
已收藏
取消收藏
标签: autopilot
文件大小
发表于
更新日期
405.779 KB
2020 年 5 月 18 日 上午 9:48
5 月 8 日 上午 7:05
14 项改动说明 ( 查看 )

订阅以下载
Orbital autopilot (no map)

描述
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 条留言
D'raga 5 月 8 日 下午 6:41 
Great, now I get to really test things out:steamhappy:
Knsgf  [作者] 5 月 8 日 上午 7:28 
All scripts have been updated.
D'raga 5 月 4 日 上午 11:09 
Is this still working?
Knsgf  [作者] 2021 年 4 月 24 日 上午 6:36 
I was unable to find the mod with that name.
anzellott 2021 年 4 月 23 日 下午 5:38 
Does it work with Newtonian Gravity?
Knsgf  [作者] 2021 年 3 月 28 日 下午 12:32 
It's best to describe those errors in detail.
Syroth 2021 年 3 月 28 日 下午 12:29 
Hello, is this script currently working? I'm receiving errors... Trying to figure out if I did something wrong or not. Thanks!
Knsgf  [作者] 2021 年 2 月 21 日 上午 6:13 
Height of the lowest point of orbit in kilometres.
Casper 2021 年 2 月 21 日 上午 5:19 
PeriapsisAltitude What is this value? I am not very good at english but what should I put in here to make it function?
Knsgf  [作者] 2020 年 9 月 9 日 下午 10:58 
No.