Space Engineers

Space Engineers

Not enough ratings
ICBM Remote GPS Configurator (RGC)
   
Award
Favorite
Favorited
Unfavorite
File Size
Posted
Updated
7.093 KB
5 Jan @ 5:02am
30 Jan @ 10:09am
5 Change Notes ( view )

Subscribe to download
ICBM Remote GPS Configurator (RGC)

Description
ICBM Remote GPS Configurator
Manage GPS coordination for your Space Engineers ICBM systems effortlessly.




Description
This script allows seamless integration between antennas, LCD panels, and programmable blocks for remote GPS coordination. Whether you're sending or receiving GPS coordinates, this script simplifies communication and automation for your ICBM systems. Designed for both transmitter and receiver modes, it supports advanced features like GPS relay, LCD updates, and programmable block execution.




Features
  • Two Operational Modes
    - Transmitter Mode: Broadcast GPS coordinates using an antenna.
    - Receiver Mode: Receive and display GPS coordinates on an LCD panel.

  • Command List
    send <GPS>
    Send GPS coordinates (transmitter mode only).
    repeat
    Redisplay the last received GPS coordinates on the LCD (receiver mode only).
    TestLCD
    Test the LCD by displaying a "Test OK" message.
    initialize
    Reinitialize blocks in case of updates or changes to your grid.
    launch
    Execute a programmable block named "ICBM Computer" for automated actions.

  • Dynamic Block Updates
    Automatically detects new blocks on your grid when
    initialize
    is called, ensuring compatibility with recent grid modifications.

  • Error Handling
    Clear messages to guide users in case of missing or misconfigured blocks.





Setup Instructions

  • Place an LCD panel on your missile and an antenna on your silot.
  • Configure the script using the variables at the top:
    LCD_NAME
    Name of your LCD panel.
    ANTENNA_NAME
    Name of your antenna.
    CHANNEL_TAG
    Communication channel tag (same for sender/receiver).
    ICBM_COMPUTER_NAME
    Name of your programmable block.
  • Set the
    IsReceiver
    variable:
    true
    Operates in receiver mode.
    false
    Operates in transmitter mode.
  • Add the script to a programmable block.




    How to Use

    Transmitter Mode:
    Use the argument
    send GPS:<name>:<x>:<y>:<z>
    to broadcast GPS coordinates. Replace
    <name>
    and coordinates with your data.

    Receiver Mode:
    Receives GPS messages automatically and displays them on the LCD. Use
    repeat
    to redisplay the last received GPS.

    Launch an ICBM:
    Use the
    launch
    command to trigger a programmable block for advanced missile launching scripts.




    Requirements
    - Antenna, LCD, and optional programmable block named "ICBM Computer".
    - "Trajectory Missile Script" (https://steamproxy.net/sharedfiles/filedetails/?id=1111367429)




    Credits
    Developed by 5UP3R for a ICBM systems with the "Trajectory Missile Script".

    Feedback and Contributions
    Suggestions, bug reports, or improvements? Let me know in the comments! 🚀
1 Comments
Captainkoopa 8 Jan @ 1:56am 
hey I really like this system, would you be willing to take a look at my own and compare the two? I think you did alot of things more streamlined then i did. Great work m8!