[MOD 0.16] Miniloader

Topics and discussion about specific mods
Post Reply
User avatar
steinio
Smart Inserter
Smart Inserter
Posts: 2631
Joined: Sat Mar 12, 2016 4:19 pm
Contact:

Re: [MOD 0.16] Miniloader

Post by steinio »

Hi,

ok let's try it with Google Drive: https://drive.google.com/drive/folders/ ... sp=sharing
Should be an accessable folder with a zip including save and mods (257MB)

I ordered a train with coal to the station the player is standing.
Filter is for Bobmonium.
Image

Transport Belt Repair Man

View unread Posts

User avatar
Therax
Filter Inserter
Filter Inserter
Posts: 470
Joined: Sun May 21, 2017 6:28 pm
Contact:

Re: [MOD 0.16] Miniloader

Post by Therax »

steinio wrote:I ordered a train with coal to the station the player is standing.
Filter is for Bobmonium.
The problem is that you have Loader Redux cargo wagon integration enabled, which is Lua scripting that affects all loaders, even those from other mods. The Miniloader inserters are filtering properly once I set Mod Settings->Map->Loader Redux->Use cargo wagons->disabled.
Miniloader β€” UPS-friendly 1x1 loaders
Bulk Rail Loaders β€” Rapid train loading and unloading
Beltlayer & Pipelayer β€” Route items and fluids freely underground

User avatar
steinio
Smart Inserter
Smart Inserter
Posts: 2631
Joined: Sat Mar 12, 2016 4:19 pm
Contact:

Re: [MOD 0.16] Miniloader

Post by steinio »

Therax wrote:
steinio wrote:I ordered a train with coal to the station the player is standing.
Filter is for Bobmonium.
The problem is that you have Loader Redux cargo wagon integration enabled, which is Lua scripting that affects all loaders, even those from other mods. The Miniloader inserters are filtering properly once I set Mod Settings->Map->Loader Redux->Use cargo wagons->disabled.
Oh damned. Thanks for your investigation. Maybe this is also the reason for the upgrade planer crash.

Cu, steinio
Image

Transport Belt Repair Man

View unread Posts

User avatar
Therax
Filter Inserter
Filter Inserter
Posts: 470
Joined: Sun May 21, 2017 6:28 pm
Contact:

Re: [MOD 0.16] Miniloader

Post by Therax »

steinio wrote:Oh damned. Thanks for your investigation. Maybe this is also the reason for the upgrade planer crash.
The error you're getting suggests that somehow there were N items on the miniloader's belt before the upgrade, but there wasn't enough room on the new miniloader after the upgrade for those same N items. I'm not sure how that could happen. Is this reproducible in the save you already posted?
Miniloader β€” UPS-friendly 1x1 loaders
Bulk Rail Loaders β€” Rapid train loading and unloading
Beltlayer & Pipelayer β€” Route items and fluids freely underground

User avatar
steinio
Smart Inserter
Smart Inserter
Posts: 2631
Joined: Sat Mar 12, 2016 4:19 pm
Contact:

Re: [MOD 0.16] Miniloader

Post by steinio »

Therax wrote:
steinio wrote:Oh damned. Thanks for your investigation. Maybe this is also the reason for the upgrade planer crash.
The error you're getting suggests that somehow there were N items on the miniloader's belt before the upgrade, but there wasn't enough room on the new miniloader after the upgrade for those same N items. I'm not sure how that could happen. Is this reproducible in the save you already posted?
No, sorry i upgraded them manually in the meantime but detected a wrong wire connected to some of the miniloaders.
I can try to make some tests and rebuild the situation.
Image

Transport Belt Repair Man

View unread Posts

User avatar
Darkestnoir
Inserter
Inserter
Posts: 29
Joined: Sun Nov 23, 2014 8:57 pm
Contact:

Re: [MOD 0.16] Miniloader

Post by Darkestnoir »

Research missing filter miniloader for ultimate Belts.

User avatar
Therax
Filter Inserter
Filter Inserter
Posts: 470
Joined: Sun May 21, 2017 6:28 pm
Contact:

Re: [MOD 0.16] Miniloader

Post by Therax »

Darkestnoir wrote:Research missing filter miniloader for ultimate Belts.
Therax wrote:Filter miniloaders for these speeds are disabled, and circuit control is broken.
As described earlier in the thread, due to Factorio engine limitations, inserters and Miniloaders face severe problems operating at the speeds of Ultimate Belts.
Miniloader β€” UPS-friendly 1x1 loaders
Bulk Rail Loaders β€” Rapid train loading and unloading
Beltlayer & Pipelayer β€” Route items and fluids freely underground

smeagol001
Burner Inserter
Burner Inserter
Posts: 16
Joined: Thu Oct 06, 2016 10:44 am
Contact:

Re: [MOD 0.16] Miniloader

Post by smeagol001 »

anyone else experiencing crashes when you try to upgradeplanner miniloaders?
https://cdn.discordapp.com/attachments/ ... nknown.png

i think its due to not being able to fastreplace them since you cant manually switchthem either without decunstructing the one you want to replace first

User avatar
jodokus31
Smart Inserter
Smart Inserter
Posts: 1599
Joined: Sun Feb 26, 2017 4:13 pm
Contact:

Re: [MOD 0.16] Miniloader

Post by jodokus31 »

One thing, you can do:
Make a temp blueprint of the area.
Upgrade this blueprint in upgrade planner.
Then deconstruct the loaders and place the blueprint again.

This saves at least some work for redoing filters and circuit conditions.

User avatar
Therax
Filter Inserter
Filter Inserter
Posts: 470
Joined: Sun May 21, 2017 6:28 pm
Contact:

Re: [MOD 0.16] Miniloader

Post by Therax »

smeagol001 wrote:anyone else experiencing crashes when you try to upgradeplanner miniloaders?
https://cdn.discordapp.com/attachments/ ... nknown.png
This is the same crash steinio reported. Basically what happens is that Miniloader removes all the items from the belt and stores them in a special chest, then upgrade-planner replaces the miniloader, and then Miniloader tries to put the items back on the belt. All this happens in the same game tick, but somehow, there sometimes isn't enough room on the belt for the same number of items. It's a very strange situation, but I've tried a workaround in v1.5.20.
Miniloader β€” UPS-friendly 1x1 loaders
Bulk Rail Loaders β€” Rapid train loading and unloading
Beltlayer & Pipelayer β€” Route items and fluids freely underground

User avatar
steinio
Smart Inserter
Smart Inserter
Posts: 2631
Joined: Sat Mar 12, 2016 4:19 pm
Contact:

Re: [MOD 0.16] Miniloader

Post by steinio »

Ah well if the connected belt pushes items into the loader, there would be no space left.

Try to check if room for placement else void.
Image

Transport Belt Repair Man

View unread Posts

User avatar
Therax
Filter Inserter
Filter Inserter
Posts: 470
Joined: Sun May 21, 2017 6:28 pm
Contact:

Re: [MOD 0.16] Miniloader

Post by Therax »

steinio wrote:Ah well if the connected belt pushes items into the loader, there would be no space left.

Try to check if room for placement else void.
In v1.5.20, it tries to put any excess items into the player's inventory. If there's no room in the player inventory, the items are spilled on the ground at the player's feet.
Miniloader β€” UPS-friendly 1x1 loaders
Bulk Rail Loaders β€” Rapid train loading and unloading
Beltlayer & Pipelayer β€” Route items and fluids freely underground

User avatar
jodokus31
Smart Inserter
Smart Inserter
Posts: 1599
Joined: Sun Feb 26, 2017 4:13 pm
Contact:

Re: [MOD 0.16] Miniloader

Post by jodokus31 »

Wow, I didn't expect, that it could be solvable. (I thought, if they are not fast replaceable, it wont be possible)

I tried now with the latest update to upgrade miniloader -> fast miniloader, but the upgraded miniloader disappears. I can't find the miniloader in my inventory.
And it is also peculiar, that each loader is counted twice in upgradeplanner select gui (same for blueprint and decon select gui)

DrJones
Long Handed Inserter
Long Handed Inserter
Posts: 52
Joined: Thu Sep 08, 2016 11:13 pm
Contact:

Re: [MOD 0.16] Miniloader

Post by DrJones »

If I deconstruct multiple filter miniloaders using the deconstruction planner and bots, I don't always get all of them back. For example, I'd deconstruct 27 of them, and get only 22 back. I'd deconstruct 16, and get only 10 back. It's not that I get other items back instead (as far as I have noticed), the filter miniloaders just go up in a puff of smoke, it seems.

Is that a bug in the mod? Is it solvable?

I've been able to repro this in an old vanilla save by reloading it with the miniloaders mod, and it also happens in my BobAngel game with lots of mods.

Using Miniloader 1.5.20 and Factorio 0.16.43.

User avatar
Philip017
Filter Inserter
Filter Inserter
Posts: 355
Joined: Thu Sep 01, 2016 11:21 pm
Contact:

Re: [MOD 0.16] Miniloader

Post by Philip017 »

also having my mini loaders go poof when i mine with robots or by hand, factorio 16.45 and miniloader 1.5.20 tested with ultimate belts and ultra fast mini loader, i never get any of them back

User avatar
Therax
Filter Inserter
Filter Inserter
Posts: 470
Joined: Sun May 21, 2017 6:28 pm
Contact:

Re: [MOD 0.16] Miniloader

Post by Therax »

Philip017 wrote:also having my mini loaders go poof when i mine with robots or by hand, factorio 16.45 and miniloader 1.5.20 tested with ultimate belts and ultra fast mini loader, i never get any of them back
I have a good idea what the problem is and a fix should be available once I get some free time.
Miniloader β€” UPS-friendly 1x1 loaders
Bulk Rail Loaders β€” Rapid train loading and unloading
Beltlayer & Pipelayer β€” Route items and fluids freely underground

User avatar
Therax
Filter Inserter
Filter Inserter
Posts: 470
Joined: Sun May 21, 2017 6:28 pm
Contact:

Re: [MOD 0.16] Miniloader

Post by Therax »

v1.5.21 is now available, which should resolve the issues with Upgrade Planner and Ultimate Belts not always returning a miniloader item when mining or upgrading.
Miniloader β€” UPS-friendly 1x1 loaders
Bulk Rail Loaders β€” Rapid train loading and unloading
Beltlayer & Pipelayer β€” Route items and fluids freely underground

ReasonX
Burner Inserter
Burner Inserter
Posts: 18
Joined: Thu Dec 21, 2017 7:52 pm
Contact:

Re: [MOD 0.16] Miniloader

Post by ReasonX »

Hello. Can i suggest direction control function for circuit network? Use signals to reverse loader?

User avatar
Therax
Filter Inserter
Filter Inserter
Posts: 470
Joined: Sun May 21, 2017 6:28 pm
Contact:

Re: [MOD 0.16] Miniloader

Post by Therax »

ReasonX wrote:Hello. Can i suggest direction control function for circuit network? Use signals to reverse loader?
Interesting idea. Could probably be done, but might be somewhat costly in terms of UPS. How responsive would you need them to be? Would it be okay if the signal changed, but the loader direction didn't change for a few seconds?
Miniloader β€” UPS-friendly 1x1 loaders
Bulk Rail Loaders β€” Rapid train loading and unloading
Beltlayer & Pipelayer β€” Route items and fluids freely underground

ReasonX
Burner Inserter
Burner Inserter
Posts: 18
Joined: Thu Dec 21, 2017 7:52 pm
Contact:

Re: [MOD 0.16] Miniloader

Post by ReasonX »

Therax wrote:but the loader direction didn't change for a few seconds?
Yes, its ok.

Post Reply

Return to β€œMods”