i dont quite understand what you mean.
If you just want to block a single lane i would recommend this mod: viewtopic.php?f=87&t=6227 but i dont know if this still works.
Search found 26 matches
- Sat Sep 10, 2016 8:01 am
- Forum: Mods
- Topic: [MOD 0.14.x] Left-Right Load Balancer
- Replies: 82
- Views: 63035
- Mon Jul 04, 2016 3:46 pm
- Forum: Mods
- Topic: [MOD 0.14.x] Left-Right Load Balancer
- Replies: 82
- Views: 63035
Re: [MOD 0.12.x] Left-Right Load Balancer
i've applied your changes in Version 0.0.9.
Thank you
Thank you

- Sun Jul 03, 2016 1:57 pm
- Forum: Mods
- Topic: [MOD 0.14.x] Left-Right Load Balancer
- Replies: 82
- Views: 63035
Re: [MOD 0.12.x] Left-Right Load Balancer
i corrected it again in version 0.0.9 so it keeps track of express belts with 0.13.3fullbanner wrote:Hi, with game version 0.13.3 it cannot keep up again with express belt.
Can you please fix it again ?
- Thu Jun 30, 2016 2:55 pm
- Forum: Mods
- Topic: [MOD 0.14.x] Left-Right Load Balancer
- Replies: 82
- Views: 63035
Re: [MOD 0.12.x] Left-Right Load Balancer
Thank you for your feedback, its now fixed in 0.0.8 =)fullbanner wrote:Hi, can you please fix this problem, as you can see it cannot keep up with express belt
- Wed Jun 29, 2016 3:36 pm
- Forum: Mods
- Topic: [MOD 0.14.x] Left-Right Load Balancer
- Replies: 82
- Views: 63035
Re: [MOD 0.12.x] Left-Right Load Balancer
0.0.7 is releases now supports 0.13.x and the blinking no erngy icon is finally gone.
- Wed Jun 29, 2016 3:06 pm
- Forum: Not a bug
- Topic: [0.13.1] new flags for energy_source don't work
- Replies: 3
- Views: 1839
Re: [0.13.1] new flags for energy_source don't work
ahh i see, thank you.
I was confused by this change note:
Added flags to energy_source prototypes "render_no_network_icon" and "render_no_power_icon" to prevent rendering those icons when set.
But why is it double negated ? i mean "render_no_network_icon = false" means no no render icon so the ...
I was confused by this change note:
Added flags to energy_source prototypes "render_no_network_icon" and "render_no_power_icon" to prevent rendering those icons when set.
But why is it double negated ? i mean "render_no_network_icon = false" means no no render icon so the ...
- Wed Jun 29, 2016 2:57 pm
- Forum: Not a bug
- Topic: [0.13.1] new flags for energy_source don't work
- Replies: 3
- Views: 1839
[0.13.1] new flags for energy_source don't work
Hello,
i've noticed that the two new flags for energy_source don't do anything.
I tried it like this, did i miss something ?
i've noticed that the two new flags for energy_source don't do anything.
I tried it like this, did i miss something ?
Code: Select all
energy_source =
{
type = "electric",
flags = {"render_no_network_icon"},
usage_priority = "primary-input"
},
- Sun Jun 26, 2016 9:22 am
- Forum: Mods
- Topic: [MOD 0.14.x] Left-Right Load Balancer
- Replies: 82
- Views: 63035
Re: [MOD 0.12.x] Left-Right Load Balancer
It isnt really a bug, its more a known limitation. Its because there must be transport belt to take item from and to.7h3w1z4rd wrote:Bugs: It does not work directly after a underground belt or splitter, nor direct input from inserter.
I Updated the long description.
- Wed Jun 22, 2016 2:36 pm
- Forum: Mods
- Topic: [MOD 0.14.x] Left-Right Load Balancer
- Replies: 82
- Views: 63035
Re: [MOD 0.12.x] Left-Right Load Balancer
Thanks BULIGO i am glad that you like my mod.
- Sat May 28, 2016 7:31 pm
- Forum: Mods
- Topic: [MOD 0.14.x] Left-Right Load Balancer
- Replies: 82
- Views: 63035
Re: [MOD 0.12.x] Left-Right Load Balancer
hrm. burner inserters don't flash a "no fuel" icon even when they're empty. I don't know anything about modding, though, there might be some other reason they are unacceptable.
Unfortunately not. Burner inserters are kind of special for not having that flashing no fuel icon. When i make my ...
Unfortunately not. Burner inserters are kind of special for not having that flashing no fuel icon. When i make my ...
- Fri May 20, 2016 4:14 pm
- Forum: Mods
- Topic: [MOD 0.14.x] Left-Right Load Balancer
- Replies: 82
- Views: 63035
Re: [MOD 0.12.x] Left-Right Load Balancer
Thanks for explanation Wyrframe. Its true there is a gap in the API in my opnion that there isnt an enity type which can be rotated without using electricy beside transport belts(just 2 directions the other 2 are mirrored).
I can imagine only one workaround which would be an invisible solarpanel ...
I can imagine only one workaround which would be an invisible solarpanel ...
- Wed May 18, 2016 3:38 pm
- Forum: Mods
- Topic: [MOD 0.14.x] Left-Right Load Balancer
- Replies: 82
- Views: 63035
Re: [MOD 0.12.x] Left-Right Load Balancer
but I expected it to be more robust.
but mixed up like that is exactly what I would want.
no one actually asked kindly for it but i made it anyway
ok version 0.0.6 is released
-Fix: speed is cut in half when one input lane is empy
-Added: mixing of output when both input lanes are full:
https ...
but mixed up like that is exactly what I would want.
no one actually asked kindly for it but i made it anyway
ok version 0.0.6 is released
-Fix: speed is cut in half when one input lane is empy
-Added: mixing of output when both input lanes are full:
https ...
- Mon May 16, 2016 12:03 pm
- Forum: Mods
- Topic: [MOD 0.14.x] Left-Right Load Balancer
- Replies: 82
- Views: 63035
Re: [MOD 0.12.x] Left-Right Load Balancer
ok i finally had the time to think about what you mean.
if i take your vanilla balancer build, the items are always getting mixed up no matter from which side (left, right, both) the items are getting taken from.
My splitter only mixes items when only from one side items are taken. When on both ...
if i take your vanilla balancer build, the items are always getting mixed up no matter from which side (left, right, both) the items are getting taken from.
My splitter only mixes items when only from one side items are taken. When on both ...
- Thu May 12, 2016 5:25 pm
- Forum: Mods
- Topic: [MOD 0.14.x] Left-Right Load Balancer
- Replies: 82
- Views: 63035
Re: [MOD 0.12.x] Left-Right Load Balancer
Lol, yeah. Obviously my testing was baaad. I didn't even test the thing I asked for properly. I was tired, ok? Well thank you for fixing it before I noticed the errors in the mod and my testing! :D
does a bug exist when nobody notices it ? ^^
Probably the same behaviour as a input balancer made ...
does a bug exist when nobody notices it ? ^^
Probably the same behaviour as a input balancer made ...
- Sun May 08, 2016 5:53 pm
- Forum: Mods
- Topic: [MOD 0.14.x] Left-Right Load Balancer
- Replies: 82
- Views: 63035
Re: [MOD 0.12.x] Left-Right Load Balancer
thanks for your contribution.
It's now part of version 0.0.5
It's now part of version 0.0.5
- Sun May 08, 2016 7:32 am
- Forum: Mods
- Topic: [MOD 0.14.x] Left-Right Load Balancer
- Replies: 82
- Views: 63035
Re: [MOD 0.12.x] Left-Right Load Balancer
Seems like it still works, even if it does not have power.
see my known issues. Iam still looking for a solution that the annoying energy icon does not appear
Known Issues:
-Splitter signals that it needs electricity but also works without it
-Transport belts are getting rendered above the ...
see my known issues. Iam still looking for a solution that the annoying energy icon does not appear
Known Issues:
-Splitter signals that it needs electricity but also works without it
-Transport belts are getting rendered above the ...
- Sat May 07, 2016 3:46 pm
- Forum: Mods
- Topic: [MOD 0.14.x] Left-Right Load Balancer
- Replies: 82
- Views: 63035
Re: [MOD 0.12.x] Left-Right Load Balancer
wish granted in version 0.0.4:

greets Razorin

greets Razorin
- Sat May 07, 2016 8:07 am
- Forum: Mods
- Topic: [MOD 0.14.x] Left-Right Load Balancer
- Replies: 82
- Views: 63035
Re: [MOD 0.12.x] Left-Right Load Balancer
Hey Qon,
thanks for your feedback, i've uploaded Version 0.0.3 which should decrease the CPU usage. Please try it out.
thanks for your feedback, i've uploaded Version 0.0.3 which should decrease the CPU usage. Please try it out.
- Wed May 04, 2016 6:11 am
- Forum: Mods
- Topic: [MOD 0.14.x] Left-Right Load Balancer
- Replies: 82
- Views: 63035
Re: [MOD 0.12.x] Left-Right Load Balancer
ah sorry for that pretty noobish mistake ... it's fixed in Version 0.0.2 .daniel34 wrote: In control.lua line 98 the variable is named event, but in line 99 you're trying to call _Event, which then is a nil value.
The same is also true for line 104-105, where it can cause the same error.
- Tue May 03, 2016 2:55 pm
- Forum: Mods
- Topic: [MOD 0.14.x] Left-Right Load Balancer
- Replies: 82
- Views: 63035
Re: [MOD 0.12.x] Left-Right Load Balancer
Ok i must admit, iβm surprised how kind people can be. I am so sorry for calling you guys a shitty community... shame on me... :(
While I think that the description is enough for this mod, the rules also state that mods in this subforum must contain a working download link.
Sorry daniel34 i made ...
While I think that the description is enough for this mod, the rules also state that mods in this subforum must contain a working download link.
Sorry daniel34 i made ...