Space Engineers

Space Engineers

JTurp's Hover Script
13개 중 1~10개 표시 중
< 1  2 >
업데이트: 2023년 4월 21일 @ 오후 7시 32분

  • Added HEIGHT_DIFF_TOLERANCE setting to script config

업데이트: 2021년 9월 7일 @ 오전 8시 59분

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

업데이트: 2020년 10월 24일 @ 오후 7시 35분

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

업데이트: 2020년 10월 6일 @ 오후 2시 06분

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

업데이트: 2020년 6월 24일 @ 오전 7시 14분

  • Added docking commands

업데이트: 2020년 4월 5일 @ 오후 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

업데이트: 2020년 3월 26일 @ 오전 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

업데이트: 2019년 11월 27일 @ 오후 11시 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

업데이트: 2019년 11월 26일 @ 오후 2시 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

업데이트: 2019년 11월 26일 @ 오전 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