Page 1 of 2
Re: [MOD.12.29] Smart Splitter
Posted: Wed Jun 29, 2016 4:30 pm
by Bizobinator
Will this mod be updated for 0.13.1?
Re: [MOD.12.29] Smart Splitter
Posted: Thu Jun 30, 2016 1:25 am
by sporefreak
Bizobinator wrote:Will this mod be updated for 0.13.1?
Maybe with fixed bugs?

Re: [MOD.12.29] Smart Splitter
Posted: Tue Jul 05, 2016 12:58 pm
by joshwo69
Got the mod working for factorio version 0.13
Enjoy

Re: [MOD.12.29] Smart Splitter
Posted: Mon Aug 15, 2016 8:21 pm
by funnysunnybunny
If you want faster smartsplitter you need to go to control.lua and change stuff here
--if game.tick % 5 == 0 then
if game.tick % 3 == 0 then
for set_no, set in pairs(global.sspl.splitSets) do
for sp_no, splitter in pairs(set.splitters) do
if splitter.valid then
local scanArea = GetScanArea(splitter.direction, splitter.position)
local belt=splitter.surface.find_entities_filtered{type = "transport-belt", area = scanArea}
the --if game.tick % 5 == 0 is the original update rate
Re: [MOD.12.29] Smart Splitter
Posted: Sun Sep 11, 2016 5:47 pm
by bigyihsuan
Will this be updated to 0.14?
Re: [MOD.12.29] Smart Splitter
Posted: Mon Oct 10, 2016 1:51 am
by Nevalle
So, believe i've discovered a bug, I think, i have a smart splitter trying to split of red/green/blue science packs. but when i tell it to split off green science packs it stops everything from coming through it. i have 2 splitters side by side, one is suppose to split science packs and the other to let the rest of the items through, when i turn the green science pack off it lets the rest of items through.. any idea?
Re: [MOD.12.29] Smart Splitter
Posted: Mon Oct 10, 2016 3:59 am
by sporefreak
Nevalle wrote:So, believe i've discovered a bug, I think, i have a smart splitter trying to split of red/green/blue science packs. but when i tell it to split off green science packs it stops everything from coming through it. i have 2 splitters side by side, one is suppose to split science packs and the other to let the rest of the items through, when i turn the green science pack off it lets the rest of items through.. any idea?
If you tell a splitter to filter something it stops everything else from coming through.
Re: [MOD.12.29] Smart Splitter
Posted: Tue Oct 11, 2016 1:11 am
by Nevalle
I apologize i may of explained it wrong. i have 2 splitters 1 side by side like a normal splitter, one is filtering green/red/blue science packs and the second one is left blank. blank one should allow every other item to pass through it freely
My other one i have works perfectly fine. splitting ore's. it only occurs with the green science pack. if i split the red and blue only it will still allow other items through like normal
Re: [MOD.12.29] Smart Splitter
Posted: Tue Oct 11, 2016 3:30 pm
by sporefreak
Nevalle wrote:I apologize i may of explained it wrong. i have 2 splitters 1 side by side like a normal splitter, one is filtering green/red/blue science packs and the second one is left blank. blank one should allow every other item to pass through it freely
My other one i have works perfectly fine. splitting ore's. it only occurs with the green science pack. if i split the red and blue only it will still allow other items through like normal
A blank listed splitter will not pull items from other lanes, it will only allow items to pass through that are directly hitting it. Maybe a screen shot would help explain, after all... pictures speak 1000 words

Re: [MOD.12.29] Smart Splitter
Posted: Tue Oct 11, 2016 9:58 pm
by Nevalle
Actually thought about that last night after i reposted but was a little late. will get some up as soon as i can =D
Re: [MOD.12.29] Smart Splitter
Posted: Tue Oct 11, 2016 10:43 pm
by Nevalle
Ok so there a little mixed up, last screen shot is what I'm trying to accomplish, but it wont allow it though with that setting.. i have found a workaround for some reason it will work as long as 4 splitters are attached. "2nd Pic" first pic is just to show even with 3 splitters it dont work.
after actually playing around with it, it seems like its not the green flask but any combination of 2 or more. be it red/blue green/blue or red/green. as soon as i put that second filter on it stops the belt.