Space Engineers

Space Engineers

评价数不足
Programmable LCD Extender
   
奖励
收藏
已收藏
取消收藏
文件大小
发表于
更新日期
114.839 KB
2015 年 1 月 2 日 上午 3:19
2015 年 1 月 2 日 上午 5:16
2 项改动说明 ( 查看 )

订阅以下载
Programmable LCD Extender

描述
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 条留言
Gradius 2016 年 9 月 19 日 上午 11:35 
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...