Space Engineers

Space Engineers

Not enough ratings
Programmable LCD Extender
   
Award
Favorite
Favorited
Unfavorite
File Size
Posted
Updated
114.839 KB
2 Jan, 2015 @ 3:19am
2 Jan, 2015 @ 5:16am
2 Change Notes ( view )

Subscribe to download
Programmable LCD Extender

Description
This script was made for merging two Syndicate standard LCD screens

Primary functions

- Merge two LCD screens. (And let Captain Obvious write something...)

Usage

- Easy creation of LCD screens

Planned usage

Nothing else, it works fine.

How it works

The script needs to variables: <from> and <to>. It searches for LCD pixels with <from> as screen ID, and renames them to <to> while keeping the order and not messing up the screens. Example:

Variables:
from="LCD1"
to="LCD2"

Then if it finds something called for example "LCD1 3 5", and LCD2 has 4 letters, it renames the block to "LCD2 7 5". This way ensures that the renamed screen will be connected to the end of the other one. If the rename target (LCD2 in this example) doesn't exist, it keeps the letter IDs of the previous screen.
1 Comments
Archaeopteryx 19 Sep, 2016 @ 11:35am 
Ive got your script but i cant seem to get it to work.. i have one lcd below the other one. the one on the top has a long list. i want the rest of that list displayed on the lower one...