Space Engineers

Space Engineers

评价数不足
Bob Status (BuildAndRepairSystem)
   
奖励
收藏
已收藏
取消收藏
标签: visualization
文件大小
发表于
更新日期
376.766 KB
2018 年 8 月 31 日 下午 9:06
2021 年 3 月 19 日 上午 1:31
4 项改动说明 ( 查看 )

订阅以下载
Bob Status (BuildAndRepairSystem)

在 BIGOLBEAR 的 1 个合集中
Cockpit Software Suite
19 件物品
描述
This script enables you to display the online/offline status for your build and repair systems and output this to multiple LCDs.
If you have multiple build and repair systems and some are online while others are offline it will read as Partial.

This script can be easily modified to show the operational status of any functional block.

Simply Include "[BobDisplay]" in any LCD name you want to display status to and "BuildAndRepairSystem" in the name of your build and repair systems.

UPDATE: (changes due to new LCD implementation and multi LCD blocks)
Additionally you must now set the LCD of the block to 'Text and images', not to Script as this script outputs text rather than sprite frames.

If using this script on a block with multiple LCD's it will update the LCD blocks(eg cockpit) custom data on first run to propagate the custom data with ini data that you can then change to select which screen to display this scripts output on. Edit the custom data of the cockpit or other multilcd block to set which screen to display on.
7 条留言
BIGOLBEAR  [作者] 2019 年 9 月 15 日 上午 11:03 
the script for queueing and missing items isn't my script, My script is a simple display script to tell you whether the bobs are on or off. I believe you want the build and repair mod authors script for that functionality.
MythN7 2019 年 9 月 8 日 上午 11:13 
Will post this there sorry.
MythN7 2019 年 9 月 8 日 上午 11:13 
Opps, I meant for my comment to be in your other script for the queing and missing items, where we have to edit the code itself with your examples to setup lcd groups and stuff
MythN7 2019 年 9 月 7 日 上午 10:27 
Could you update the script so that it uses a single word similar to how the Automatic LCD does, that one just has you put [LCD] anywhere in its name and it will work no matter what other text is there.

Also, could you have it so that instead of us editing the script code, we can in the custom data of the LCD pannel, we just type in one of the output types. like

grind
weld
status
short status
collect
missing item

So that all we have to do is pick one of these for it to display.
BIGOLBEAR  [作者] 2019 年 4 月 12 日 下午 12:46 
Updated to work with multiple LCD blocks, eg cockpits.
BIGOLBEAR  [作者] 2019 年 3 月 2 日 下午 1:19 
Updated/confirmed functional in current release version of SE, if you have any problems please contact me
BIGOLBEAR  [作者] 2018 年 9 月 25 日 下午 2:41 
I am planning to write a more detailed version of this script - Im currently looking for input as to what it should display as options.
So far I have thought it should pick a single named build and repair module and display what that block is doing - ie what it is welding, what it is grinding?

Opinions and ideas welcome.
Additionally I will point out that a very in depth script for the build and repair system is available from the block author. I am intentionaly making something that is simpler to use and is display only so it wont interfere with any cargo management scripts.