Space Engineers

Space Engineers

28 Bewertungen
GPS to LCD/Text Panel
   
Preis verleihen
Favorisieren
Favorisiert
Entfernen
Dateigröße
Veröffentlicht
756.000 B
3. März 2015 um 19:48
1 Änderungshinweis (anzeigen)

Abonnieren zum Herunterladen
GPS to LCD/Text Panel

Beschreibung
This gets the world coordinates of the screen (or a specific block on the ship) and writes it to a specified LCD/Text panel.

Read the comments in the code and edit accordingly.
19 Kommentare
island 2. Juni um 10:30 
@Captain Stubing

Hey, where do you add this exactly? Maybe I'm doing it wrong
Captain Stubing 12. Mai 2021 um 22:41 
If you add this to the script it should work:

public Program()
{
Runtime.UpdateFrequency = UpdateFrequency.Update100;
}

The unreachable code messages are harmless warnings.

You have to name the screen exactly "GPS Screen" and you need to configure that screen to display text.
SpetS 7. März 2019 um 1:23 
damn this is old... and doesn't work anymore :/
Michael 18. Feb. 2018 um 7:43 
I have the same problem as Islime. updated to the newer script but doesnt seem to work says unreachable code detected when i check
Isilme 2. Feb. 2018 um 13:35 
Since the last update this has been flickering when displayed, like the LCD keeps resetting
E_Boy_666 8. Jan. 2016 um 13:37 
nice work bro
ShieldKnight857 2. Juni 2015 um 14:29 
It can't find the text panel even though I have one
Deathpaw 7. Mai 2015 um 10:13 
Could i please request a version of this script that displays orientation and speed?

I've been all over workshop and none of the scripts out there delivered as expected :(
Krigherren 9. März 2015 um 18:35 
Sweeeeeeeeeeet!
Digi  [Autor] 9. März 2015 um 4:36 
It's all in the code, just read the comments I made.