Install Steam
login
|
language
简体中文 (Simplified Chinese)
繁體中文 (Traditional Chinese)
日本語 (Japanese)
한국어 (Korean)
ไทย (Thai)
Български (Bulgarian)
Čeština (Czech)
Dansk (Danish)
Deutsch (German)
Español - España (Spanish - Spain)
Español - Latinoamérica (Spanish - Latin America)
Ελληνικά (Greek)
Français (French)
Italiano (Italian)
Bahasa Indonesia (Indonesian)
Magyar (Hungarian)
Nederlands (Dutch)
Norsk (Norwegian)
Polski (Polish)
Português (Portuguese - Portugal)
Português - Brasil (Portuguese - Brazil)
Română (Romanian)
Русский (Russian)
Suomi (Finnish)
Svenska (Swedish)
Türkçe (Turkish)
Tiếng Việt (Vietnamese)
Українська (Ukrainian)
Report a translation problem
Eventually belt sorter kind of work but that does not quite solve the loader issue (which is tide with game core design).
I do think what I want is doable (something to replace the infamous 2 chests, two loaders, one central belt design) but afaik I'd have to make it myself (nothing that hard, all the code I'd want exists in miniloader, beltsorter and base splitter).
Miniloaders
https://steamcommunity.com/sharedfiles/filedetails/?id=2953271332
UI looks a little goofy.
https://steamcommunity.com/sharedfiles/filedetails/?id=2953271346
Controls are at the upper-left corner of the filter loader UI.
What mini (or other filter/loader/splitter) mods do is allow multiple filter then proceed every stack of the input, find the first match and then fully transfer it.
What it means is if you're having a chest with say iron plates, copper plates and coal and put a miniloader filtered with iron plates and coal you will output first iron plates on both sides of the lane until there's no more and then you will output coal.
What I was looking for is outputing iron plates on a predifined side of the lane and coal on the other at the same time. Correct me if I'm wrong but I never succeeded doing that with miniloader or any other mod (and did not even succeeded modding it: that's a bit against the "logic" of the game and if I'm pretty sure it should be doable, that's by no way easy)
But it's quite buggy... I think a past game update broke that part of the mod some time ago and it has been very unreliable since then... I think the author basically said that it can't be fixed until Factorio devs implement a specific function for it to work again.
Yup. I tried using it in Nullius and basically you have to wire up the settings by hand every time.
They don't copy&paste correctly. They don't blueprint correctly. And they don't CTRL+click copy&paste settings correctly.
Btw. a mod which has native loaders that support lane filters is iirc Krastorio 2.
Based on the native loader prototype as well; so much more performant and stable and miniloader's emulated approach using internal inserters. Basically that was only necessary back when real loaders didn't support loading into vehicles and trains. And they do support that nowadays, so ...