Space Engineers

Space Engineers

LiDAR Mapping Script
Showing 61-70 of 103 entries
< 1 ... 5  6  7  8  9 ... 11 >
Update: Sep 8, 2018 @ 4:31pm

  • Fixed a bug preventing objects from being removed from the map

Update: Sep 7, 2018 @ 10:06pm

  • Fixed a bug keeping modded sensors from updating their range until the user manually changes the range value

Update: Aug 28, 2018 @ 9:09pm

  • Fixed a bug with new setups ending in an infinite loop

Update: Aug 28, 2018 @ 12:23pm

  • HOTFIX - New users did not have the option to set their LiDAR Block Group Name, leaving them in an infinite loop for any initial install. I've opened up the "Default" names in the top portion of the script as a temporary fix. A permanent fix will be implemented in the next day or so. Apologies!
  • New-line characters were removed from the output of one of the script messages.

Update: Aug 26, 2018 @ 7:20pm

  • Added missile sequencing
      Missiles can now be setup to fire in sequence - check the guide or PB custom data for details
  • Added collision avoidance
      Missiles will now avoid collisions with the platform that fired them!
  • Attempted to fix an issue with nukes detonating prematurely

Update: Aug 24, 2018 @ 12:35pm

  • Fixed a bug where the advanced timer tag wasn't recognized when added to the block's Custom Data

Update: Aug 23, 2018 @ 9:53pm

  • Added Advanced Timer Settings to the script
    • Timers now have the ability to execute their actions based on the distance an object is from the scanning vessel
    • Only the CLOSEST valid object is used to determine which timer(s) to "Start"
    • Details are available on the Guide page (scroll down for link) and in the Custom Data of the PB

Update: Aug 23, 2018 @ 2:21pm

  • Fixed a bug where the map display was not reflecting changes made to the Custom Data configuration
  • Fixed a bug causing resolution changes to be ignored in some cases
  • Fixed a bug keeping Multi-Display Mode 2 from working
  • Fixed a bug in scanning for objects upon recompilation of script that sometimes caused the script to get stuck in a loop
  • Removed Multi-Display Mode setting from Custom Data config as it is no longer needed.

Update: Aug 22, 2018 @ 4:43pm

  • Integrated the new INI configuration feature into the script. All settings are not adjusted in the Custom Data of the PB, or by PB argument (no more editing the script, itself!)
  • Reworked the way the script reacquires grids (in the event the center of a grid is missing, for example). The script will now scan +/- 1m to 20m in all 6 directions (from grid center) to attempt to find the grid again
  • Fixed a bug keeping timers from being started
  • Fixed a bug keeping grids from being removed from the map / Info LCDs when no longer found
  • Updated console output to reflect changes

Update: Jul 27, 2018 @ 3:24pm

    Meta update - no changes