MAM & Mega Factory — shapez 2 Factory Wiki

A MAM (Make Anything Machine) is a goal, not a single blueprint. Start with a machine that can handle one family of shapes, then widen coverage.

What a MAM is actually solving

Randomized goals punish brittle designs. A MAM is the opposite of brittle: it separates concerns into lanes, buffers, and decision points so you can retarget quickly. If you remember nothing else: a MAM is a routing problem first, a building problem second.

Stage 1: decide what “done” means

Players fail by building a cathedral for 4-layer full automation before they can reliably deliver 2-layer randoms. Incremental MAMs are still MAMs.

Stage 2: shape intake and identification

You need a consistent place where the game tells you what is required, and a consistent way to turn that into routing decisions. Keep this area visually obvious: if you cannot find your “brain” in 5 seconds while paused, your future self will not maintain it.

Stage 3: split the problem into parallel lanes

Parallelism is how you keep debugging tractable. A common pattern is quadrant thinking: treat each quadrant as a subfactory that eventually merges. Another pattern is layer thinking: build layer factories, then stack. Either can work — choose the one that matches your brain.

Stage 4: painting as a service

Treat paint like a utility grid: stable primaries, predictable mixers, and “service exits” that can be tapped by many consumers. If paint is flaky, everything downstream looks like a logic bug when it is actually fluid starvation.

Stage 5: stacking and verification

Stacking errors are the silent killer. Build a verification habit: pause, inspect one completed shape, and compare to the target image at each milestone of complexity. Automated verification (via routing constraints) comes later; early on, your eyes are the best test suite.

Mega factory scaling: throughput without mysticism

Mega factories are mostly repetition + logistics. Once a module works, duplicate it horizontally until belts saturate, then add trains (or other bulk transport) to move goods between districts. If you are chasing big numbers, measure in steady packs per minute, not vibes.

A sane build order (recommended)

  1. Reliable intake + buffering
  2. Coarse routing (big buckets)
  3. Fine routing (quadrants/layers)
  4. Painting services
  5. Stacking + final QC belt
  6. Only then: polish and compacting

Buffers are not waste — they are shock absorbers

Random requests create bursts. If your MAM has zero buffering, a single mismatch can ripple backward and stall intake. You do not need enormous buffers; you need predictable buffers placed at boundaries: between selection and processing, between paint and assembly, between assembly and delivery.

Make failures cheap: isolate subsystems

The best MAMs are boring to debug because each subsystem has a test input: you can feed it a known shape family and watch it behave. If everything is wired into everything, you will spend more time blindfolded than building.

Decompose a scary request into “ingredients”

Before you place another machine, write the request as ingredients: layers needed, quadrants needed, colors needed, support needs (pin/crystal), and the order operations must happen. Players often try to route first and think second — routing is expensive to undo.

Performance: readability beats compactness

A compact MAM screenshot looks cool, but you live inside the save file. Prefer wide aisles, obvious bus lines, and consistent spacing so you can spot mistakes while paused. Compacting is a late-game cosmetic pass, not a day-one goal.

Debug signals that mean “your MAM is too clever”

Those are not skill issues — they are complexity debts. The cure is usually to split routing into clearer stages, even if it uses more tiles temporarily.

MAM concepts: shape selection (video)
YouTube · click to load the player
Use videos for intuition — use your own modular checkpoints for maintenance.

MAM FAQ

No. This is an independent player guide. Always double-check details against the in-game Codex and patch notes.
Start with Classic Normal. Manufacture Mode is excellent, but it is easier to enjoy after you understand the core machine logic.
Milestone 6 is the best first major rebuild point. You have better tools and can replace messy early layouts with modular lines.
You can enter Freeplay without one, but building at least a partial MAM before Freeplay makes progression much smoother.
Yes — you can use Tier List Maker to build and share ranking boards quickly.
Usually a blocked output somewhere upstream. Find the first full belt segment and trace backward until you find a machine that cannot dump its output.
Pick one milestone shape, write it down, then watch one item travel through your factory. Match the live shape to the notation character-by-character.