[0.11.6]Filtered Splitters - Huge stability boost!

Topics and discussion about specific mods
User avatar
dandielo
Burner Inserter
Burner Inserter
Posts: 11
Joined: Wed Mar 30, 2016 9:25 pm
Contact:

Re: [0.11.6]Filtered Splitters - Huge stability boost!

Post by dandielo »

Found a small bug with error reporting during multiplayer (along the fact that there was an error with splitter ID's)

The message you get refers to the line 409 in control.lua and tells us we cannot use the 'game.player' property in a multiplayer game.
If anyone comes along this issue, you can change the code at line 409 in the control.lua file and it should work again, and show you the error in game (I just replaced splitters that where "broken", and it was fine)

Code: Select all

       -- before
       game.player.print("ERROR: No set ID found for smartsplitter at [" .. _Entity.position.x .. ", " .. _Entity.position.y .. "]")

       -- after
       for _, player in pairs(game.players) do
               player.print("ERROR: No set ID found for smartsplitter at [" .. _Entity.position.x .. ", " .. _Entity.position.y .. "]")
       end
Resurrecting DyTech's Mods, more about this Here!

Jeri.c
Burner Inserter
Burner Inserter
Posts: 5
Joined: Fri Apr 15, 2016 7:49 pm
Contact:

Re: [0.11.6]Filtered Splitters - Huge stability boost!

Post by Jeri.c »

Update plis! I need this in my life! +_+

GrendelMTL
Manual Inserter
Manual Inserter
Posts: 2
Joined: Sun Apr 17, 2016 11:54 pm
Contact:

Re: [0.11.6]Filtered Splitters - Huge stability boost!

Post by GrendelMTL »

Just Spent the Afternoon trying to update this to 12.29
I'm not getting errors anymore but the Splitters aren't working, items just stop when they get to them.
anyone have any ideas?

I've attached a Diff of control.lua showing what changes I've made
(In the Diff, Control_11.lua is the original and Control_12.lua is my updated file)
Attachments
diff.txt
Diff output showing changes I've made to port this to 12.29
(15.86 KiB) Downloaded 187 times

User avatar
ThaPear
Fast Inserter
Fast Inserter
Posts: 226
Joined: Fri May 30, 2014 8:05 am
Contact:

Re: [0.11.6]Filtered Splitters - Huge stability boost!

Post by ThaPear »

GrendelMTL wrote:-
You should check whether the FindEntitiesFiltered function is still capable of finding entities on transport belts. They changed the transport belt system completely in 0.12.

GrendelMTL
Manual Inserter
Manual Inserter
Posts: 2
Joined: Sun Apr 17, 2016 11:54 pm
Contact:

Re: [0.11.6]Filtered Splitters - Huge stability boost!

Post by GrendelMTL »

ThaPear wrote: You should check whether the FindEntitiesFiltered function is still capable of finding entities on transport belts. They changed the transport belt system completely in 0.12.
I guess that would be why most of the conveyor mods haven't been updated :|
I only picked up the game at 0.12.20+ so I never got the chance to play with the older version mods
and this is my first attempt at porting one. (My Sorting apparatus is horribly complicated and keeps getting backed up and this mod looks like a PERFECT alternative! )

I'll give it another try in a couple weeks once I have some more time to spend on it.

EurypteriD
Inserter
Inserter
Posts: 47
Joined: Wed Jun 04, 2014 11:00 am
Contact:

Re: [0.11.6]Filtered Splitters - Huge stability boost!

Post by EurypteriD »

GrendelMTL wrote:
ThaPear wrote: You should check whether the FindEntitiesFiltered function is still capable of finding entities on transport belts. They changed the transport belt system completely in 0.12.
I guess that would be why most of the conveyor mods haven't been updated :|
I only picked up the game at 0.12.20+ so I never got the chance to play with the older version mods
and this is my first attempt at porting one. (My Sorting apparatus is horribly complicated and keeps getting backed up and this mod looks like a PERFECT alternative! )

I'll give it another try in a couple weeks once I have some more time to spend on it.
Ive just updated the mod to 12.29.

viewtopic.php?f=91&t=24093
Have fun :P
Let's Play Youtube Channel

DerBrain87
Manual Inserter
Manual Inserter
Posts: 2
Joined: Sat Aug 27, 2016 6:51 pm
Contact:

Re: [0.11.6]Filtered Splitters - Huge stability boost!

Post by DerBrain87 »

Will there be a update for the newest game-version? This mod is what i search but it isn't runable with the new version:-(

User avatar
Klonan
Factorio Staff
Factorio Staff
Posts: 5148
Joined: Sun Jan 11, 2015 2:09 pm
Contact:

Re: [0.11.6]Filtered Splitters - Huge stability boost!

Post by Klonan »

DerBrain87 wrote:Will there be a update for the newest game-version? This mod is what i search but it isn't runable with the new version:-(
EurypteriD wrote: Ive just updated the mod to 12.29.

viewtopic.php?f=91&t=24093
Have fun :P


Try here:
viewtopic.php?f=91&t=24093&start=10#p179118

DerBrain87
Manual Inserter
Manual Inserter
Posts: 2
Joined: Sat Aug 27, 2016 6:51 pm
Contact:

Re: [0.11.6]Filtered Splitters - Huge stability boost!

Post by DerBrain87 »

Great i get it run :-)
But: only in the stable version (0.12.35) - it would be really really greate if it will run for the last experimental build (experimental-0.14) because my main-world is converted to this version :cry:

Post Reply

Return to “Mods”