[MOD 1.1] Loader Redux
Re: [MOD 0.16] Loader Redux 1.2.6
I recommend using MiniLoaders by therax instead of LoaderRedux.
A few weeks ago I ran some performance benchmarks of loader vs his hidden inserter implementation.
viewtopic.php?f=6&t=61381&p=371056#p371040
Results where quite surprising to me:
loader: 0.260 ms/tick
miniloader: 0.171 ms/tick
Factorio seems to be highly optimized for inserter/belt handling, making 2 hidden inserter outperform loader entities.
My conclusion is to let LoaderRedux slowly die and use Miniloader instead. I might make a mod changing Miniloader recipes to match LoaderRedux to make transition less painful.
A few weeks ago I ran some performance benchmarks of loader vs his hidden inserter implementation.
viewtopic.php?f=6&t=61381&p=371056#p371040
Results where quite surprising to me:
loader: 0.260 ms/tick
miniloader: 0.171 ms/tick
Factorio seems to be highly optimized for inserter/belt handling, making 2 hidden inserter outperform loader entities.
My conclusion is to let LoaderRedux slowly die and use Miniloader instead. I might make a mod changing Miniloader recipes to match LoaderRedux to make transition less painful.
My Mods: mods.factorio.com
Re: [MOD 0.16] Loader Redux 1.2.6
i've been testing loader redux vs deadlock loaders w/o angels or bobs.
What I noticed is that Loader Redux all tears (yellow, red and blue) are available for production while red and blue are not yet researched.
Here are tech tree for loader redux showing: yellow researched, red available, blue not available.
Also advanced electronics (red circuits) have not been researched:
What I noticed is that Loader Redux all tears (yellow, red and blue) are available for production while red and blue are not yet researched.
Here are tech tree for loader redux showing: yellow researched, red available, blue not available.
Also advanced electronics (red circuits) have not been researched:
My Mod list: Necormant co-author
Re: [MOD 0.16] Loader Redux 1.2.6
That's expected and not a bug.
Loader Redux uses the hidden base item, entity and recipe names. Its very likely other loader mods use these same names.
As there are a few mods that build on LR I'm not going to change my entity names.
Therax and I made sure LR and Miniloader play nice together, other mod authors will have to do the same.
My Mods: mods.factorio.com
Re: [MOD 0.16] Loader Redux 1.3.1
Hello, I'm unable to get the loaders to push or pull from cargo wagons. I've used your mod in the past and had no trouble, maybe this is a bug? I have no other mods installed atm.
Re: [MOD 0.16] Loader Redux 1.3.1
Check map settings under "Loader Redux" there's an option to configure whether they pull from wagons or not (default no).
Re: [MOD 0.16] Loader Redux 1.3.1
Only use "all trains" if you absolutely want to use loaders with trains in manual mode. This will make loaders scan for available wagons in on_tick and uses a lot of cpu. 1 big station with 50 loaders will put a noticeable dent in your ups.
I recommend using loader redux with "auto-only" which connects loader and wagons through train status change events.
My Mods: mods.factorio.com
Re: [MOD 0.16] Loader Redux 1.3.1
Okay, well "auto only" seems to be a bit buggy and sometimes doesn't load the trains, however so far running it on "all trains" doesn't seem to be a performance problem yet and the trains fully load everytime i've looked. The next issue however is no matter what I do they still won't input fuel into the trains. Any solution for that?Optera wrote: ↑Thu Nov 22, 2018 1:37 pmOnly use "all trains" if you absolutely want to use loaders with trains in manual mode. This will make loaders scan for available wagons in on_tick and uses a lot of cpu. 1 big station with 50 loaders will put a noticeable dent in your ups.
I recommend using loader redux with "auto-only" which connects loader and wagons through train status change events.
p.s Actually it seems the trains don't load if they don't have fuel or the destination is interrupted. While in "all trains" it'll load the trains regardless.
Re: [MOD 0.16] Loader Redux 1.3.1
"auto only" only recognizes trains in automatic mode stopped at a station.Death2545 wrote: ↑Fri Nov 23, 2018 9:32 pm Okay, well "auto only" seems to be a bit buggy and sometimes doesn't load the trains, however so far running it on "all trains" doesn't seem to be a performance problem yet and the trains fully load everytime i've looked. The next issue however is no matter what I do they still won't input fuel into the trains. Any solution for that?
p.s Actually it seems the trains don't load if they don't have fuel or the destination is interrupted. While in "all trains" it'll load the trains regardless.
Loader Redux only works with cargo wagons. Use inserters to insert fuel into locomotives.
My Mods: mods.factorio.com
Re: [MOD 0.16] Loader Redux 1.3.1
Hi Optera
Can add full support for all 5 types of belts for XANDER mod ? Pls
For now i have only
Standart loader - yellow
Fast loader - red
Express loader - blue
Can add full support for all 5 types of belts for XANDER mod ? Pls
For now i have only
Standart loader - yellow
Fast loader - red
Express loader - blue
Nickname on ModPortal - Naron79
Re: [MOD 0.16] Loader Redux 1.3.1
Hi Optera,
can you do more Loader with higher speed to match Ultimate Belts?
that would be very great, if this is possible.
can you do more Loader with higher speed to match Ultimate Belts?
that would be very great, if this is possible.
Re: [MOD 0.16] Loader Redux 1.3.1
I'm not going to support mods other than boblogistics.
Loader Redux works with any 3rd party loaders, so it's easy enough for belt mods or 3rd party mods to create loaders matching those belts and leave all logic to LR.
Loader Redux works with any 3rd party loaders, so it's easy enough for belt mods or 3rd party mods to create loaders matching those belts and leave all logic to LR.
My Mods: mods.factorio.com
-
- Burner Inserter
- Posts: 10
- Joined: Sat Jan 05, 2019 6:57 pm
- Contact:
Re: [MOD 0.16] Loader Redux 1.3.1
Have you considered making the loaders use electricity? I think it would make sense since they are basically glorified Inserters in some aspects
Re: [MOD 0.16] Loader Redux 1.3.1
It makes more sense for loaders to be treated like a belt entity like splitters.
The loader prototype doesn't even support energy_source and energy_usage, those properties are simply ignored.
The loader prototype doesn't even support energy_source and energy_usage, those properties are simply ignored.
My Mods: mods.factorio.com
-
- Burner Inserter
- Posts: 5
- Joined: Thu Feb 02, 2017 7:09 am
- Contact:
Re: [MOD 0.16] Loader Redux 1.3.1
Been having an issue the last couple days where the second person to connect to the server receives an error "notice
Cannot join. The following mod event handlers are not identical between you and the server. This indicates that the following mods are not multiplayer (save/load) safe. (See the log file for more detail):
Mod-LoaderRedux"
Cannot join. The following mod event handlers are not identical between you and the server. This indicates that the following mods are not multiplayer (save/load) safe. (See the log file for more detail):
Mod-LoaderRedux"
- Attachments
-
- log.txt
- (108.63 KiB) Downloaded 131 times
Re: [MOD 0.16] Loader Redux 1.3.1
Version 1.3.1 is 3 months old and that's the first time i hear about desync.
Delete server and local versions of LR and download 1.3.1 again.
Delete server and local versions of LR and download 1.3.1 again.
My Mods: mods.factorio.com
Re: [MOD 0.16] Loader Redux 1.3.1
I don't suppose you have an idea what's causing this? The loader is detecting belts placed on the back end and spawning graphics for it.
Actually, on playing around with it, it's definitely related to the snap logic.
When I toggle off using LoaderRedux snap logic in my mod it behaves as expected, but when LoaderRedux snapping is enabled, it does this:
New and exciting interactions!
Re: [MOD 0.16] Loader Redux 1.3.1
It's a bit odd, but not worth fixing.
Having loaders with their backs towards anything other than chests or crafting machines makes no sense.
Having loaders with their backs towards anything other than chests or crafting machines makes no sense.
My Mods: mods.factorio.com
Re: [MOD 0.16 / 0.17] Loader Redux 1.4.0
when i blueprint the contraption on the top and let my bots build it on the bottom the loader is turned the wrong way
Re: [MOD 0.16 / 0.17] Loader Redux 1.4.0
I could rarely reproduce that in 0.17. Disabling the feature of snapping loaders away from anything that is not a belt is causing this.
Since I never liked this behavior in the first place so it'll be removed next version fixing this issue.
My Mods: mods.factorio.com
-
- Burner Inserter
- Posts: 7
- Joined: Sat Mar 02, 2019 11:56 am
- Contact:
Re: [MOD 0.16 / 0.17] Loader Redux 1.4.3
I set setting 'auto-only' , and restart game, it go back to 'disabled'.