Satisfactory Wiki
Advertisement

There is currently no Priority Splitter a.k.a. overflow splitter in the vanilla game. However, it is possible to mimic a priority splitter using various methods.

As of Patch 0.3.4.6, Smart and Programmable Splitters have an overflow setting, which is the ultimate solution to handling overflow. This article is being kept for users choosing to not play on the experimental branch. Additionally, these methods (especially the Splitter and Merger arrays) are still useful for players that haven't yet unlocked the Smart Splitter.

Uses

A priority splitter has 1 input and 2 outputs, namely Priority Output and Overflow Output. It will always try to fit all input items into Priority Output, and only if the Priority Output is saturated, the items will be sent to the Overflow Output.

Train Station

Smart Splitters

  • It is possible to create a priority splitter with Smart Splitter with some loop back and utilizing belts of different tiers.[2]

Splitter and Merger array

It is possible to create a near-perfect priority splitter with vanilla Splitters and Mergers:[3]

  • Build some foundations as a base.
  • Build 5 Splitters in a row and connect them with belt.
  • Build a second layer of Splitters on top of the first, but these are only for providing a snap points for the Mergers at third layer.
  • Build a third layer of Mergers, all facing the opposite direction. Connect them with belt.
  • Delete the second layer splitters.
  • Connect all Splitters and Mergers with Conveyor Lift.

The output from the merger is the priority output. The output from the last splitter is the overflow, that can be sent to an AWESOME Sink.

This is not a perfect priority splitter. The chance of leakage is 1 / (3^n), so in this example it is 1/243. Each additional splitter / merger reduces the leak by two-third of the previous.

Gallery

Reference


Advertisement