Stationeers

Stationeers

Printer Logistics V3
17 Comments
drewno80 15 Jul, 2024 @ 9:07am 
I am having the same problem it’s not working any suggestions would be great thank you
stevehl 19 Nov, 2023 @ 10:26pm 
This Code dos not work any more. Can you up Date it?
cszlak 20 Aug, 2022 @ 6:17am 
lr r0 printer Required Copper --> lr r0 printer Required Réz ??
Maybe this line can be replaced with something??
cszlak 20 Aug, 2022 @ 1:27am 
I would like help in the MIPS program language. I should rewrite Copper as "réz" (hungary language). How can it be, because it deletes the accented letters? Thank you in advance for your help.
Hanrahan 3 Mar, 2022 @ 5:03pm 
Do you have to grab the ingots from the printer after you're done making whatever you're making and put them back in the vending machine?
SemiPrime 21 Feb, 2022 @ 9:16pm 
One suggestion I have, for essential ingots like iron, copper, steel, gold, and silicon, instead of requesting ingots when you try to print something, request ingots when the amount stored in the printer goes below a certain number, say 50. You can do this by changing this code:
lr r0 printer Required Silicon
select ingot r0 -290196476 ingot
to:
lr r0 printer Contents Silicon
slt r0 r0 MINIMUMINGOT
select ingot r0 -290196476 ingot
where MINIMUMINGOT is defined to be 50 or whatever you want.
CowsAreEvil  [author] 9 Feb, 2022 @ 8:31pm 
That is quite obvious now that you have pointed it out. Instead of trying to restart the printer, it knows how much it will need and could just request everything before it starts. That sounds simple enough.
RED8cted 9 Feb, 2022 @ 5:20am 
an idea for the shut off when it runs out of materials:
have the printer request the ingots needed based off of how many items you are printing
CowsAreEvil  [author] 9 Jan, 2022 @ 2:47pm 
Kershibu: Yes, the load reagents command uses string codes for the different reagents instead of hash codes which makes it not work across languages.
CowsAreEvil  [author] 9 Jan, 2022 @ 2:45pm 
Bluelight: The code for that video is linked in the description. The version can set the number of items to be printed and can use multiple machines at once but it will not pass the ingots to another printer.
Kershibu 9 Jan, 2022 @ 5:30am 
Thanks for this great code!
I noted that it is necessary to translate the name of the ingots when playing in another language.
And thank you again!
Bluelight 7 Jan, 2022 @ 7:17am 
Is this code and setup the same as in the YT video "Stationeers Printer logistics" https://youtu.be/DAmpdY1KJ2Y ?

If no, can you share the code please? Or maybe "Printer Logistics V3" is better?

Thanks a bunch for making the YouTube videos. I really enjoy them.
UberMacro 11 Dec, 2021 @ 7:13pm 
Awesome script and great buiold video! Here's a quick fix.

There;s an error on line 12 if you don't have a sorter (Print/Stack only) it can be resolved by adding:
brdns sorter 2
before line 12 to skip the sorter output.
Fred 11 Dec, 2021 @ 1:15am 
Works great, thanks!
CowsAreEvil  [author] 10 Nov, 2021 @ 9:52pm 
1 sorter per machine. First printer controls the first sorter, the second printer controls the second sorter and so on.
Geneticus 10 Nov, 2021 @ 9:12am 
Hmm, I can't seem to get it to work past the first printer branch ..On Printer 2, I tried setting the first and second sorter, but no transfer of materials
Meowstradamus365 13 Oct, 2021 @ 7:44pm 
Works like a charm!!