Space Engineers
JTurp's Hover Script
1–10 из 13
< 1  2 >
Обновление: 21 апр. 2023 г. в 19:32

  • Added HEIGHT_DIFF_TOLERANCE setting to script config

Обновление: 7 сен. 2021 г. в 8:59

  • Fixed issue with script turning hover mode back on after recompile / reload

Обновление: 24 окт. 2020 г. в 19:35

  • Fixed issues with script allowing really small movements to bypass movement checks

Обновление: 6 окт. 2020 г. в 14:06

  • Adjusted thruster power settings during speed limit check (fix for grid being allowed to go over the set limit in some cases)

Обновление: 24 июн. 2020 г. в 7:14

  • Added docking commands

Обновление: 5 апр. 2020 г. в 12:00

  • Added "Control Thrusters" command. If set to false, the craft will enter alignment-only mode, no longer worrying about maintaining altitude
  • Fixed an issue where the script allowed the user to roll the craft when stopped

Обновление: 26 мар. 2020 г. в 11:08

  • Fixed an issue where the craft tries to flip over after a block refresh
  • Adjusted the mouse yaw input so it handles turning better while the gyro is overridden

Обновление: 27 ноя. 2019 г. в 23:01

  • Fixed an issue where altitude wasn't being updated between raycast readings causing incorrect thrust values to be calculated (and grid to oscillate wildly)
  • Added a failsafe in the event there isn't enough thrust to maintain flight - Hover Mode will show "Fault" in this event and the Danger symbol will flash on the screen, if one is present
  • Adjusted the raycast frequency to be no more than 10hz

Обновление: 26 ноя. 2019 г. в 14:43

  • Removed runtimer multiplier setting. The raycast frequency is now dynamic based on current grid velocity
  • Fixed an issue where turning hover mode off didn't reset horizontal thrusters
  • Adjusted Hover Mode output to display 'Off' when the system has been disabled
  • Adjusted the ground plane to be the average of the last 3 readings
  • Added option to have script output displayed on the PB screen

Обновление: 26 ноя. 2019 г. в 1:18

  • Added Speed Limit feature! See commands section for details
  • Added Cruise Control feature! See commands section for details
  • Updated the script refresh to reuse existing Graphics instance in addition to lists
  • Adjusted the display to have a bit of padding around the perimeter