Space Engineers

Space Engineers

63 ratings
Garmin GPS Map
2
   
Award
Favorite
Favorited
Unfavorite
File Size
Posted
Updated
43.311 KB
26 Dec, 2018 @ 5:04pm
5 Jun, 2020 @ 5:17pm
6 Change Notes ( view )

Subscribe to download
Garmin GPS Map

Description
Version 2.1.1 released June 5, 2020

Uploaded by request.

This script functions similar to my LiDAR Mapping Script, except that it does not "scan" for any objects. Instead, you provide it a list of coordinates, and it will plot those points on the map. Useful for when you just want to keep track of stationary objects without the need for cameras or sensors.


How to use
  1. Place a Programmable Block
  2. Open the editor -> Browse scripts-> Select this script -> Copy to editor -> exit and save
  3. Follow the instructions in the Console output and Custom Data of the PB

Updates
5 June
  • BREAKING CHANGE: Entities no longer use the "Relationship" - they now take in a color to allow you more freedom with your map display. Colors can be in named format (ie "Red") or a custom color; full details can be found in the Custom Data of the PB once the script is updated. A complete list of pre-defined colors can be found at https://github.com/malware-dev/MDK-SE/wiki/VRageMath.Color#properties
  • Added "Save Location" command, which will save the current grid's position to the map and custom data
  • Added "Range" command, which can be used to adjust the map range.
    • USAGE: Range:<number>
    • Note that a colon is used to separate command and value
    • There is no limit for the value
16 November
  • Fixed an issue preventing the use of cockpits and other non-text panel blocks
70 Comments
jTurp  [author] 10 Dec, 2023 @ 12:33pm 
This probably needs an update to allow that, unfortunately. I will add it to my list of things.
ProzAction 6 Dec, 2023 @ 3:55pm 
How can I stop this script from deleting my changes to a cockpit's Custom Data? I'm trying to get it to play nice with AutoLCD 2 but it reverts my inputs when the world loads :steamfacepalm:
jTurp  [author] 8 Apr, 2023 @ 10:12am 
@Crixtl

This was made long before PB LCDs were usable. I may update it at some point but it's not a priority.
Crixtl 19 Mar, 2023 @ 4:18pm 
does this work in a single LCD?, can it work in the same programable block screen where the scrip is?
jTurp  [author] 25 Nov, 2022 @ 6:55am 
@Milord

Garmin will not pull from the LiDAR map - this one is for manually placed points. They will overwrite each other.
Noble 24 Nov, 2022 @ 4:42pm 
Is it possible to have both LiDAR and Garmin on the same lcd map?
jTurp  [author] 28 Feb, 2022 @ 1:15pm 
@Volg

This has no automation logic at all. This takes a list of points and just plots them relative to whatever center point you give it.

You could absolutely use some other script that finds ore locations and copy paste them into the data for this one, tho
Volg 28 Feb, 2022 @ 1:10pm 
would it be possible for this to monitor an ore detector, and then automatically add GPS points for detected ore locations?
darth_Dan 17 Nov, 2021 @ 9:46am 
I'm glad this script is unobfscated, unlike the other one. I really want to figure out how the graphics is done there...
jTurp  [author] 3 May, 2021 @ 4:26am 
As noted in the description, there is no limit for the range. As for how many markers.. until it starts to slow down your game :P