Space Engineers

Space Engineers

评价数不足
InfoLCD
   
奖励
收藏
已收藏
取消收藏
标签: other_script
文件大小
发表于
更新日期
329.584 KB
2023 年 8 月 27 日 上午 6:32
2023 年 12 月 14 日 上午 10:09
3 项改动说明 ( 查看 )

订阅以下载
InfoLCD

描述
Simple Script, that can handöe up to 6 textsurfaces (like in one of the cockpits)
and provide visualized info about turrets, jumpdrives, reactors, turbines etc

Info can be:
turrets , batteries , reactors , jumpdrives , turbines
If Info is set to ROTATE it will continiously switch between the infos

CustomData must contain the following (can have up to 6 of this sections:

[InfoPanel 2] // config for the 2nd textsurface on this block
ForInfo=1 // mark if this is used for showing the info
Info=turbines // what kind of info should be shown
FontSize=0.7 // you can set the FontSize for the Panel (if not set it takes default 0.7)


known issues:
* not working with more than 6 Sextsurfaces(sections) on a block
* no check if a "panel" is set twice in the custom data
* most important its quick and dirty, so no warranty

1 条留言
MasterTuX  [作者] 2023 年 12 月 14 日 上午 4:22 
in most cases the 0.7 FontSize worked fine, but sometimes ....
So I added a FonzSize option (works fine for 4 decimals)
Example:

[InfoPanel 1]
ForInfo=1
Info=reactors
FontSize=2.5