Indie game storeFree gamesFun gamesHorror games
Game developmentAssetsComics
SalesBundles
Jobs
Tags

Autonauts

Make and teach robots to automate the world! · By Denki

Issue with milk

A topic by ClassicNiall created Aug 02, 2017 Views: 928 Replies: 2
Viewing posts 1 to 3

I've set up a rule for milking the cows.

I don't know if it's an issue with the buckets, or with the milk, but the rules get stuck on "add to storage"; whenever they are stuck, the buckets are empty, and I have to restart the loop.

ive seen this happen too a couple of times, no clue why though

(3 edits)

I have already posted the problem on in this forum page:
https://itch.io/t/129723/version-5-complications

the problem is not with he bucket Nor with the milk, it is a problem with the bots thinking they can complete a job some other bot just finished, but instead of just trying again (as there is no way to detect you got milk in the bucket or not), it skips the command.

I found 2 solutions you can do yourself,:

1) only have 1 bot per cow ranch to milk (which will max be enough for 7-9 if you have them next to the milk storage)

2) you can make the bots try to milk multiple cows.

the second option is rather inefficient, as adding more bots means more tries to milk, which only speeds up the process of movement.

how I did it:

fenced up a 6x5 area (on the inside) and put a milk storage and a fertilizer storage on one of the sides filling half the space.
get 2 general storage, fill them with straw and have 1(6 cows) 2(7-12 cows)  bot export the straw to the ground, next to the milk storage input.

1 bot milking. (tbh. I think they produce to much milk)

1 bot gathering fertilizer.

2 bots rewinding and walking out of the area to not stand in the way.