Skip to main content

Indie game storeFree gamesFun gamesHorror games
Game developmentAssetsComics
SalesBundles
Jobs
TagsGame Engines
(2 edits)

There are setups that help with these problems. I made a post on weightgaming that compiles a few of the most useful setups. It includes a setup for getting an exact amount of ingredients into a crafter, and 2 setups for keeping ovens fueled. Here is a link: https://forum.weightgaming.com/t/gain-factory-weight-gain-factory-builder/34726/...

The idea is to use logic gates to detect when the structure outputs the items and only then input the correct amount of items, but the post I linked explains it better.


Edit: hellwraiz beat me to the punch on answering, their setup is good too!

(+1)

That sounds interesting! I still have to figure out how to use logic gates.

And, thank you for the help. Did found a work around the regents aligning problem but it's considerably more tedious than what I've been shown above.

No problem, it's good you figured it out!

The logic gates are either open or closed, and their state inverts when they detect an item at their source coordinates. You can manually invert the logic gate by control right clicking it, and you can set its source coords by control left clicking on a point while placing it. The logic gate can also read the state of an inspector panel, which works like a logic gate, except it detects properties of objects.