Space Engineers

Space Engineers

LiDAR Mapping Script
正在显示第 41 - 50 项,共 103 项条目
< 1 ... 3  4  5  6  7 ... 11 >
更新于:2019 年 5 月 20 日 上午 6:26

  • Fixed an issue where objects were not added to the map when using only turrets
  • Fixed an issue causing an error during script setup

更新于:2019 年 5 月 14 日 下午 10:32

  • Removed the requirement to have a scanning block (camera / sensor / turret)
    • When no scanning block is found, the system will be in "Relay Only" mode, and will only display objects relayed from other LiDAR systems
  • Fixed an issue with cameras mounted on a rotor not working properly
  • Adjusted Entity Update method to scan more often if the entity is currently being targeted
  • Reworked target camera setup to allow for configurable % of targeting cameras
  • Added 'Targeting Camera Percentage' setting to the Custom Data config
  • Reordered the Custom Data config to better align with the functionality of the script
  • Missiles are now redirected to other targets (if any) when their target is lost for any reason

更新于:2019 年 5 月 3 日 下午 7:35

  • Corrected the script to allow any block with a text surface to be used to display the map and info displays
  • Added ability to relay found objects to other grids equipped with a LiDAR System!
  • Added the ability to turn on/off the relaying of objects (via command and custom data)
  • Added the ability to turn on/off showing of voxel objects (asteroids / planets) (via command and custom data)
  • Added Turret Control, Show Voxel, and Enable Relay icons to the map settings display
  • Turrets controlled by the script now take advantage of precision aiming!
  • Adjusted map and info display colors

更新于:2019 年 4 月 28 日 下午 8:04

  • Fixed an issue with Multi-Display mode, it will now render the map as intended

更新于:2019 年 4 月 23 日 下午 7:01

  • Updated script to use new drawing library - fresh new look!
  • Updated script to include cockpit LCD functionality
  • Reworked the initialization portion of the script to initialize everything as quickly as possible

更新于:2019 年 3 月 12 日 上午 6:50

  • Fixed an issue with 'Refresh' command causing a null reference exception
  • Fixed an issue with changes to custom data not setting the angle step modifier properly
  • Fixed an issue with changes to custom data not setting turret control bool properly

更新于:2019 年 3 月 9 日 上午 11:21

  • Added 'Scan Resolution' command to adjust angle step between raycasts
    • Usage: Scan Resolution:<integer>, where <integer> is between 1 and 10
  • Adjusted performance boost to greatly improve performance on planets

更新于:2019 年 3 月 9 日 上午 9:42

  • Added measures to boost performance when using a modded sensor and cameras (less duplication of effort)

更新于:2019 年 3 月 9 日 上午 6:58

  • Fixed an issue with sensor detection not working properly
  • Fixed an issue with Info LCDs not allowing tags to be placed in their custom data
  • Fixed an issue with Info LCDs scroll index causing out of bounds errors

更新于:2019 年 3 月 8 日 下午 3:40

  • Fixed an issue with missiles not launching due to minification of code