this post was submitted on 09 Dec 2024
95 points (100.0% liked)
Factorio
1115 readers
64 users here now
A Lemmy community for the game Factorio made by Wube Software.
Rules
- Be a good person
- Content must relate to Factorio
- Adhere to Lemmy's Code of Conduct
founded 1 year ago
MODERATORS
you are viewing a single comment's thread
view the rest of the comments
view the rest of the comments
Its so I can read which one I'm low on and make that, since I can't read from the engine directly
That makes sense. You can't read pipes either, right?
You could count crafts and make an equal count of each which should do the same thing. Don't know if you need the buffer to prevent stalling though...
you can count crafting, but how do you count usage?
Two combinators is the same footprint of a storage container, so the logic has to be really simple. < 4 units otherwise storage makes sense
There are 2 storage tanks, so we have 8 tiles to work with (maybe a little more if pipes end up being shorter but that doesn't matter). Off the top of my head, I could do it in 5 tiles. First, a decider combinator as a basic memory cell to count the crafts, resetting at 2x. Then another to pick the recipe earlier in the ui if the count is less than x. Finally, a constant combinator with the later recipe as the fallback option when the other turns off. Switching for a second decider would make the system more robust against any changes with priority when there are multiple recipe signals, but that is still 6 tiles, which is an improvement.
Behold, The Deliverator Slim. Storage tanks are a thing of the past