this post was submitted on 17 Nov 2024
34 points (100.0% liked)

Factorio

1023 readers
40 users here now

A Lemmy community for the game Factorio made by Wube Software.

Rules

founded 1 year ago
MODERATORS
 

I always try to do belt bases, as I prefer them. Gleba is damn near impossible. I tried to at the start but the spoilage and nutrients are just too much to handle for me. Bots to the rescue!

you are viewing a single comment's thread
view the rest of the comments
[โ€“] [email protected] 1 points 13 hours ago (1 children)

For shutdown I have a few circuits monitoring the inputs/outputs to check if we're getting backed up or running dry on either of the fruits. If that's the case the input belts are stopped, egg->egg duplicator inserters are disabled and the chests that hold the one egg being recirculated go into trash mode.

There is a separate unit that constantly ensures there are at least a couple eggs avaliable and "requests" (buffer chest) any excess and is surrounded by turrets.

During startup (science below limit and ingedients on input belts) the spoilage->nutrient inserter is enabled which priority feeds just the first three chambers that make flux. Once any flux has been made (>0 flux on the belt || flux->nutrient machine working) the spoilage inserter stops. That's enough for the flux->nutrient machine to start and the whole system becomes self sustaining.
As part of startup a requester chest requests 1 egg, the rest of the egg duplicators are setup in such a way that they propagate down the line (a direct inserter between them is enabled if the recirculating chest for the next chamber is empty and the egg->sci inserter gets disabled). Once there are eggs in the recirculating chests the startup is considered complete and the requester chests turn off.

There's also a chest that pulls from the main nutrient line to make sure there's always loads of spoilage ready for a restart.

[โ€“] [email protected] 1 points 7 hours ago

Very interesting, thank you. I built something similar except for the eggs which I have to manually find and put into a chest to kickstart egg production. This is because if the factory is powered off there are no nutrients being made and spoilage eventually will finish and eggs will spoil. So I left that part manual.

I wonder if you found a way to produce nutrients even with the factory powered off.