Space Engineers

Space Engineers

LCD Remote Mirroring
Jack Schitt 5 Feb, 2023 @ 12:16pm
Trouble setting it up? Read this!
Setup:
1. Place Programmable block on the sending grid. Include "MirrorLCD" in it's block name and install the script on it.
2. Place a programmable block on the receiving grid. Include "MirroLCD in it's block name and install the script on it.
3. Write the codes in the Custom Data of the programmable blocks.Example:
- The LCD you want to SEND is named Ship2LCD.
- The LCD you want to RECEIVE is named LCD2345
In the SEND programmable block type:
send ship2info Ship2LCD
In the RECEIVE programmable block type:
rcv ship2info LCD2345

4. RECOMPILE _both_ programmable blocks.
Last edited by Jack Schitt; 5 Feb, 2023 @ 12:18pm