Space Engineers

Space Engineers

评价数不足
Zachnad0's Simple Inventory Display script
   
奖励
收藏
已收藏
取消收藏
文件大小
发表于
12.022 KB
2020 年 12 月 10 日 下午 6:03
1 项改动说明 ( 查看 )

订阅以下载
Zachnad0's Simple Inventory Display script

描述
This is an easy to use script which is useful for keeping track of what is in stock.
Does NOT need a timer block.

Instructions for use:
1. Ensure that you have at least 1 block with only 1 inventory (e.g: cargo container, cockpit, connector, NOT a refinery or assembler), at least 1 lcd, and a programmable block.
2. Put this script into the programmable block.
3. Group all of the blocks in which you wish to keep track of their inventories, and name that group "InventoryStockContainers" without the quotation marks.
4. Name the Lcds which you want to display your stock on "InventoryStockLcd", remember to not add in the quotation marks.
5. Recompile and run the script, it will update every 10 ticks so a timer block is not required.
6. Now you can edit the font, text size, color, etc. of the lcds. Also, when adding more
container-like blocks to the group, be sure to recompile the script.

Combine with other scripts at your own risk.