#Are autochests supposed to be this dumb?

1 messages · Page 1 of 1 (latest)

gleaming sun
#

When filling up machines, the chests seem to fill up one machine to the max and then move onto the next. This can't be the intended order of operations? I set up this whole fancy factory of sorts to process the cactus I harvested over the fall into mead during winter. I lined up autochests forming a conveyer belt and placed 3 barrels for every one beehive so they would end up converting at the same rate. I thought every honey produced would be sent to an empty barrel, instead all honey is given to a single barrel all the while 2 others would sit empty until the first was filled with 3 and only then would the second start receiving.
In the attached picture many empty barrels are doing nothing while few are working with 2 extra honey sitting in reserves.

#

The attached picture is one beehive to six barrels as I was experimenting with ratios trying to get it to work before giving up.

simple anvil
#

It works as intended, mate. Did you actually think how this contraption of yours will work out before actually set it up? The developers are to be blamed for many issues with the game but this one, I'm afraid, is your fault.

gleaming sun
simple anvil
#

Logic dictates that the first machine fills up then the "overflow" fills the second and so on... did I made myself clear? Possible not, sorry

#

It's not optimal, it's how the things works...

gleaming sun
#

Why is how the thing works not optimal? I dont understand the argument here, there are 2 ways to do it why is the suboptimal way the intended way?

simple anvil
#

You can however to fill the machines with various products and only after set up the conveyor belt

gleaming sun
simple anvil
#

I am using two belts for the whole farm with no problems at all. Just plan ahead.

#

be mindful of the position of the raw material in the chest. It works "firs comes fist served"

gleaming sun
simple anvil
#

top left item goes fist on the belt

gleaming sun
simple anvil
#

a computer does what you tell it to do not what you want it to do 🙂

#

sorry for my spelling

gleaming sun
#

i mean it can detect what machine to to send different ingredients to so its not like completely stupid

gleaming sun
simple anvil
#

🙂

#

hang on; I shall try to take a screenshot of my setup. Not sure if I can pull that through though

gleaming sun
#

feel free to continue this in dms

tawdry tusk
#

It might have come down to processing. It's a lot easier to run a true or false check on a single thing then possibly dozens and dozens. Basically check if the first barrel is full, no? add to it. yes? move on to the next closest barrel. Rather than check if the first barrel is processing? yes? move on. is the next? yes? move on, etc.

gleaming sun
#

you can just make an array and update it everytime something is connected to the conveyer and send the ingredient to the lowest value, maybe it doesnt scale well with long belts and many machines?

tawdry tusk
#

It would work if say a barrel could process only one thing at a time, but that would cut down on their efficiency

#

I mean considering the belts and autochest are buggy as is, it absolutely could have been

gleaming sun
#

I may be wrong but the intensive part is trackiing all the timers, running a simple check for lowest value does not seem like a huge problem and is LITERALLY NECESSARY for autochests to be useful

tawdry tusk
#

I hear ya. It could have just been the most straightforward way for them to get the functionality up and running at all.