Space Engineers

Space Engineers

Not enough ratings
Automated Centrifuge Filling
   
Award
Favorite
Favorited
Unfavorite
File Size
Posted
Updated
8.038 KB
13 Sep, 2016 @ 7:48pm
31 Aug, 2019 @ 6:26pm
7 Change Notes ( view )

Subscribe to download
Automated Centrifuge Filling

Description
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.