The EcoLab, research block with cursed 125% yield

Clever and beautiful constructions, bigger than two chunks
- Defense: killing biters as an art
- Castles, Throne Rooms, Decorations (comfortable living in the Factorio World)
- Main Bus Concepts
- Modular Systems, Factory Streets, show how all works together
- Megabases
Please provide us with blueprints or saves, if that makes sense of course.
Forum rules
Clever and beautiful constructions, bigger than two chunks
h.q.droid
Fast Inserter
Fast Inserter
Posts: 176
Joined: Mon Nov 18, 2024 12:10 pm
Contact:

The EcoLab, research block with cursed 125% yield

Post by h.q.droid »

There was an idea floating about recycling depleted science packs to gain back 25% value. Today I just found a practical implementation of the idea in my quality-science base. Here is a screenshot of the lab in action:

Image

With 4.3k SPM, I got a 552k eSPM, which is:

Code: Select all

  4.3k * 2 //Biolab
       * 6 //Legendary science
       * (1+100%+ //4x Productivity Module 3
            650%) //Research Productivity 65
       * 1.25 //Recycling depleted packs, the important part
The research block requires two parts, first is the reference lab:

Image


The combinators periodically load the reference lab with bot-supplied science, wait a bit, then unload them to deduce what bottles are currently being consumed. Then it computes and broadcasts an "unloading schedule" where each bottle is unloaded right after depletion, to many of these lab cells:

Image


Each lab cell receives the unloading schedule and uses an inserter to recycle every used science in a time-sliced manner. The recycled science is cached in a chest and fed to the lab with a prioritized-by-clocking inserter. The real challenge comes from the cramped space of a fully-moduled biolab. Legendary science and efficiency modules slowed down the pace enough for one unloading inserter to make it in time. The recycler chests also handle trash removal from lab / belt.

Each full research block has 7x7 cells:

Image

The central cell has no lab, and instead provides roboport coverage, receives radar signal, and disables the recycling behavior during science shortage. Again, the higher value of legendary science bottles allows feeding 48 biolabs with a blue belt.
Post Reply

Return to “Medium/Big/Gigantic Sized Structures”