Space Engineers
JTurp's Hover Script
กำลังแสดง 1-10 จาก 13 รายการ
< 1  2 >
อัปเดต: 21 เม.ย. 2023 @ 7: 32pm

  • Added HEIGHT_DIFF_TOLERANCE setting to script config

อัปเดต: 7 ก.ย. 2021 @ 8: 59am

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

อัปเดต: 24 ต.ค. 2020 @ 7: 35pm

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

อัปเดต: 6 ต.ค. 2020 @ 2: 06pm

  • 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: 14am

  • Added docking commands

อัปเดต: 5 เม.ย. 2020 @ 12: 00pm

  • 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: 08am

  • 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 @ 11: 01pm

  • 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 @ 2: 43pm

  • 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: 18am

  • 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