#Automated Puft Ranch

16 messages · Page 1 of 1 (latest)

soft stream
#

I've been working on this build for months.. It certainly has some optimization left, but it's functional!
Due to how Puft breeding works, a critter dropoff is not sufficient to keep the stable populated correctly. I have a few different things going on here:

  1. Timer automation, 2 counters count down the lives of each puft. One for the prince (70 days), one for the variants (15 days). Once a counter reaches its limit, it triggers the next step.
  2. Memory toggles stage the sequence from incubation to delivery of a new adult.
    2.a The counter signal triggers a conveyor shutoff to allow one egg to pass, and then is reset by an egg sensor.
    2.b The egg sensor triggers the incubator to turn on and opens the Dupe access door for lullabying.
    2.c Two stages of critter sensor, memory toggles, and doors prevent the stabled Pufts from getting into the incubation chamber, but eject the youngsters without any Dupe involvment.
  3. Switches all over to allow me to manually open doors when the occasional critter or dupe gets trapped, due to delays in the game engine.
  4. The stable is built around the rooms, liquid lock prevents escape. This optimized space usage in what was already a big project, and decreased dupe travel time into and out of the grooming zone.
  5. Egg and excrement distribution system sorts the eggs into their respective stables, depositing the extras into a drowning pit. Oxylite and bleach stone are too, for now, to prevent offgassing until permanent storage is set up. Slime is shipped off to Shroom farm.

Altogether, when operating nominally, minimal dupe labor is needed to lullaby the eggs and groom the adults.

graceful river
#

awesome. my build was lacking counter system so ranch sometimes was on 'cooldown' due to prince dying. thi solves this.

coral lance
#

Очень круто! Спасибо большое

#

Is there a way to fix the game engine problem?

#

Please drop your save to see how the farm works

soft stream
# coral lance Is there a way to fix the game engine problem?

the problem is that the critter sensor state updates maybe 1 per sec, and then the door takes 1 sec to close, but the puft can move fast enough to get into the door when it closes. You could maybe solve the problem by extending the whole range horizontally 1 tile to widen that holding chamber, but I would rather just keep switches on hand to cycle the doors whenever a puft gets stuck. They will otherwise drop lots of excrement on the floor out of the range of the sweeper, and either get unstuck when the next puft comes along, or die there and need the meat cleaned up.

#

But this is rather rare, maybe once per hundred cycles, and only happens in few logical states.

slow pawn
coral lance
slow pawn
soft stream
#

update coming, I found a much easier and more reliable way to do the automation.

runic bough
slow pawn