Page 1 of 1

Filter Stack Inserter with more filter slots?

Posted: Tue Oct 03, 2017 2:26 pm
by perahoky
Hello,

i would use the filter stack inserter with more fitler slots available for my train stops.
I Have no knowledge in factorio mod devoloping, could someone help please? :)

Please turn the Filter Stack Inserter to have more than just 1 Filter Slot.

Thanks :)

Pera

Re: Filter Stack Inserter with more filter slots?

Posted: Tue Oct 03, 2017 6:06 pm
by darkfrei
:arrow: :arrow: :arrow: Making new entity

Open in Factorio\data\base\prototypes\entity file enitites.lua

copy (with notepad ++) this code
vanilla 0.15.34 filter inserter code
and make new folder in the mod-folder something like Filter-Inserter-Plus_0.0.1. Save this code in this folder to data.lua so:

Code: Select all

data:extend({

YOUR_CODE_HERE

})

Re: Filter Stack Inserter with more filter slots?

Posted: Tue Oct 03, 2017 7:57 pm
by darkfrei
Sorry, 5 is a maximum.

Re: Filter Stack Inserter with more filter slots?

Posted: Sat Oct 07, 2017 12:20 pm
by perahoky
Hi,

thank you for your help.

I''l try this out.

Does this screenshot mean it does not work?

Re: Filter Stack Inserter with more filter slots?

Posted: Sat Oct 07, 2017 11:06 pm
by darkfrei
perahoky wrote:Hi,

thank you for your help.

I''l try this out.

Does this screenshot mean it does not work?
It's working, but only in [0;5], not more.

Re: Filter Stack Inserter with more filter slots?

Posted: Sun Oct 15, 2017 4:39 pm
by perahoky
why doey your code say "fast inserter", but i mean the stack inserter with filter count 5 ?

i'll copy the stack filter code...

PS: i'm playing just irregulary...


edit; i found you mod in the mod library and download and try it out now, thank you.

Re: Filter Stack Inserter with more filter slots?

Posted: Sun Oct 15, 2017 6:10 pm
by darkfrei
perahoky wrote:why doey your code say "fast inserter", but i mean the stack inserter with filter count 5 ?

i'll copy the stack filter code...

PS: i'm playing just irregulary...


edit; i found you mod in the mod library and download and try it out now, thank you.
Sorry, the link is here
https://mods.factorio.com/mods/darkfrei ... r_Inserter