Space Engineers

Space Engineers

评价数不足
Automated Centrifuge Filling
   
奖励
收藏
已收藏
取消收藏
文件大小
发表于
更新日期
8.038 KB
2016 年 9 月 13 日 下午 7:48
2019 年 8 月 31 日 下午 6:26
7 项改动说明 ( 查看 )

订阅以下载
Automated Centrifuge Filling

描述
This script enables auto-filling of the Industrial Centrifuge and High Performance Centrifuge. These 2 machines are from the following mod: 465220761

To use this script, set up a programmable block and load this script into the block. Name every Centrifuge you want to auto-fill "FillMeCentrifuge". You can optionally set the amount of Ice and Gravel to send to the centrifuge behind the name. This requires the use of the following format:
"FillMeCentrifuge ICE:GRAVEL"
Example: FillMeCentrifuge 10000:100000

The default values are set to 1k and 10k for Ice and Gravel respectively. (NOTE: The usage ratio of ice and gravel is 1/10.)
Additionally, you can set up an LCD Panel to view information about what is happening.
Place an LCD Panel and name it "CentrifugeLCD". When this is done, information about the centrifuge is shown on the LCD Panel.

It is recommended to have this script run infrequently. This because it searches all inventories and all items within all inventories until it finds enough ice and gravel every time.

NOTE:Add "<Excl>" to an inventory name (container, oxygen generator, etc) to prevent the program from using Ice/Gravel in this inventory.