Steam telepítése
belépés
|
nyelv
简体中文 (egyszerűsített kínai)
繁體中文 (hagyományos kínai)
日本語 (japán)
한국어 (koreai)
ไทย (thai)
Български (bolgár)
Čeština (cseh)
Dansk (dán)
Deutsch (német)
English (angol)
Español - España (spanyolországi spanyol)
Español - Latinoamérica (latin-amerikai spanyol)
Ελληνικά (görög)
Français (francia)
Italiano (olasz)
Bahasa Indonesia (indonéz)
Nederlands (holland)
Norsk (norvég)
Polski (lengyel)
Português (portugáliai portugál)
Português - Brasil (brazíliai portugál)
Română (román)
Русский (orosz)
Suomi (finn)
Svenska (svéd)
Türkçe (török)
Tiếng Việt (vietnámi)
Українська (ukrán)
Fordítási probléma jelentése
Just use both 'in' of the splitter for 2 to 1.
3 of those then will be enough to go from 4 over 2 to 1.
That solution is actually TOO simple though. It only correctly balances when both inputs to the balancer are fully compressed, and it has bias on the output lanes.
Balancers are really complicated to get right, unless you are thoroughly steeped in the mechanics and the math behind them. And that incomplete 1:1 lane balancer is sort of the canonical example of that trap.
Lots of smart people steeped in the mechanics and math behind balancers have done work to crunch out actually working designs though.
https://github.com/raynquist/balancer/blob/master/blueprints/balancer_book.txt
is what you want. No shame in using a balancer blueprint book.
Sometimes I do need to use logistics to change the priority of the miniloaders I use for inputs or outputs. For instance one miniloader will only output if the chest is above 200, another only if the chest is above 100, etc.
Personally I find the tiny lane balancers to be "good enough" 9/10 times. can look a bit ugly in some edge cases tho, but getting one side more used than the other generally means you have another issue anyways.