Space Engineers

Space Engineers

Automated Inventory Sorting
Xandalis 7 Dec, 2014 @ 1:37am
Problem building complex sort statements
What I'm trying to do, is set my refineries to have a pull order. Let's say, I want one of them to refine uranium first, then magnesium, followed by any other ore except for cobalt, iron, and nickel. I've tried something like this:

[Ore/Uranium:P1,Ore/Magnesium:P2,Ore:P3,Ore/Cobalt:Ignore,Ore/Iron:Ignore,Ore/Nickel:Ignore]

However, it will still pull the ignore-flagged ores, and lower priority ores will jump ahead in pull order, even when the highest priority is available to pull from a connected container. Am I doing something wrong with the above example?
< >
Showing 1-2 of 2 comments
Xandalis 7 Dec, 2014 @ 11:08pm 
Okay, I think I figured it out. I'm now using this format:
[Ore:Ignore,Ore/{type}:Override:P1,Ore/{type}:Override:P2...]
Seems to work as intended, though they still get long if I'm trying to specify a refine-order.
Drumpiedumpie 16 Dec, 2014 @ 4:36am 
I'm using similarly mechanics. What made it a bit easier for me is to copy paste the lines from a text editor. Most basic one is notepad tho I guess that Word also will do the job
< >
Showing 1-2 of 2 comments
Per page: 1530 50