[MOD 0.16] Bulk Rail Loaders
Re: [MOD 0.16] Bulk Rail Loaders
I had a "crazy" idea today. I am facing difficulties with the interaction chests and my robots in that the robots tend to empty one chest at a time rather than in a balanced fashion like they do with requester chests. So i thought i could just place storehouses between the railloaders instead, thus each railloader would feed to and from said storehouses (they are 3x3 tiles, thus can sit neatly between railloaders) but doing so caused about half the throughput on the railloaders.
So, does distance affect the rate of transfer on railloaders? That is, distance to the center of the storage placed next to it?
Can anything be done about that?
EDIT: Alternatively, would it be difficult to make logistics versions of the railloaders?
EDIT #2: I tested my own theory about distance using a warehouse instead. Indeed, distance affects the rate of transfer. Warehouses (6x6 tiles) were even slower.
So, does distance affect the rate of transfer on railloaders? That is, distance to the center of the storage placed next to it?
Can anything be done about that?
EDIT: Alternatively, would it be difficult to make logistics versions of the railloaders?
EDIT #2: I tested my own theory about distance using a warehouse instead. Indeed, distance affects the rate of transfer. Warehouses (6x6 tiles) were even slower.
Last edited by Cadde on Sat Oct 27, 2018 7:27 pm, edited 1 time in total.
Re: [MOD 0.16] Bulk Rail Loaders
I can have a look.
Miniloader — UPS-friendly 1x1 loaders
Bulk Rail Loaders — Rapid train loading and unloading
Beltlayer & Pipelayer — Route items and fluids freely underground
Bulk Rail Loaders — Rapid train loading and unloading
Beltlayer & Pipelayer — Route items and fluids freely underground
Re: [MOD 0.16] Bulk Rail Loaders
I would assume it's got something to do with...
https://github.com/mspielberg/factorio- ... ol.lua#L63
The positions they pick up and drop from depend on the positions of the interacting chests. Are they important? Are they only for visuals?
There is a target entity field. So doesn't that suffice?
EDIT: Targets: https://lua-api.factorio.com/latest/Lua ... rop_target
https://github.com/mspielberg/factorio- ... ol.lua#L63
Code: Select all
inserter.pickup_position = type == "loader" and interface_chest.position or main_chest_position
inserter.drop_position = type == "unloader" and interface_chest.position or main_chest_position
There is a target entity field. So doesn't that suffice?
EDIT: Targets: https://lua-api.factorio.com/latest/Lua ... rop_target
Re: [MOD 0.16] Bulk Rail Loaders
Note where it says “Read-only.” I have a feature request in to make those writable, but no word on if it will make it into 0.17.Cadde wrote: ↑Sat Oct 27, 2018 7:43 pmEDIT: Targets: https://lua-api.factorio.com/latest/Lua ... rop_target
Miniloader — UPS-friendly 1x1 loaders
Bulk Rail Loaders — Rapid train loading and unloading
Beltlayer & Pipelayer — Route items and fluids freely underground
Bulk Rail Loaders — Rapid train loading and unloading
Beltlayer & Pipelayer — Route items and fluids freely underground
Re: [MOD 0.16] Bulk Rail Loaders
Oh right, i just noticed myself damn.
So, positions matter?
So, positions matter?
Re: [MOD 0.16] Bulk Rail Loaders
Reading into it, i would say maybe? At least for extension speed.
I will try to raise it and see what happens.
EDIT: That definitely had an effect... On ALL THREE cases unfortunately...
- Regular interface chests (1x1 tile) got much faster.
- Bigger chests became faster.
- Train loading/unloading also became faster.
EDIT #2: In summary, one inserter prototype per distance between railloader chest and interface chest?
I will try to raise it and see what happens.
EDIT: That definitely had an effect... On ALL THREE cases unfortunately...
- Regular interface chests (1x1 tile) got much faster.
- Bigger chests became faster.
- Train loading/unloading also became faster.
EDIT #2: In summary, one inserter prototype per distance between railloader chest and interface chest?
Re: [MOD 0.16] Bulk Rail Loaders
The solution is to always use the position of a 1x1 chest, which would be the corner of a larger chest, instead of the center.
Miniloader — UPS-friendly 1x1 loaders
Bulk Rail Loaders — Rapid train loading and unloading
Beltlayer & Pipelayer — Route items and fluids freely underground
Bulk Rail Loaders — Rapid train loading and unloading
Beltlayer & Pipelayer — Route items and fluids freely underground
Re: [MOD 0.16] Bulk Rail Loaders
Dammit, i should have tried that first... I am so stupid.
But... How? How do you determine that position? That's a lot of orientation stuff and whatnot. That's definitely in your hands because i don't know how that works in your code.
But... How? How do you determine that position? That's a lot of orientation stuff and whatnot. That's definitely in your hands because i don't know how that works in your code.
Re: [MOD 0.16] Bulk Rail Loaders
Extension speed is a no-go as far as i can tell. It produces weird results.
Re: [MOD 0.16] Bulk Rail Loaders
The rail loader has 4 chest connections. So figure out the positions for those. Then you need vertical and horizontal versions, which just flips the x/y coords around, since the loader only has 2 orientations.
Re: [MOD 0.16] Bulk Rail Loaders
Yeah but i was knee deep in doing it the extension speed way. And then when i tested it the inserters put stuff at the old positions. Maybe i just did something wrong in code though, trying to take the easy way out.
It's no rush though, i've just load balanced my heavy on logistics robot base instead so there not so many different items being delivered to the same stop.
Re: [MOD 0.16] Bulk Rail Loaders
I think its save to assume that a back-port to 0.15 is high impossible?
also, claybricks aer not considered load-able, right?
also, claybricks aer not considered load-able, right?
Madness? No, just insannity!
Re: [MOD 0.16] Bulk Rail Loaders
yeah, and my english is broken, sorry bout that.
Madness? No, just insannity!
Re: [MOD 0.16] Bulk Rail Loaders
Is there a way to connect the miniloaders directly to these bulk loaders/unloaders without having to use inserters?
Re: [MOD 0.16] Bulk Rail Loaders
Yes, I use them all the time that way.
Miniloader — UPS-friendly 1x1 loaders
Bulk Rail Loaders — Rapid train loading and unloading
Beltlayer & Pipelayer — Route items and fluids freely underground
Bulk Rail Loaders — Rapid train loading and unloading
Beltlayer & Pipelayer — Route items and fluids freely underground
Re: [MOD 0.16] Bulk Rail Loaders
Of course you can!
(Extends the available inputs/outputs to 6 rather than 4)
(Extends the available inputs/outputs to 6 rather than 4)
Re: [MOD 0.16] Bulk Rail Loaders
Except that doesn't happen for me. I throw the miniloader down, facing outwards to unload on a test section, and nothing comes out. Yes, there is stuff in the silo AND the train, so it should pull out yet it does not. Setup is similar to what you posted Cadde, but nothing works. Using latest version of the bulk loader and the miniloader mods.
- SuperSandro2000
- Filter Inserter
- Posts: 742
- Joined: Sun Jan 12, 2014 3:54 am
- Contact:
Re: [MOD 0.16] Bulk Rail Loaders
Please call me simply Sandro.
My Main Mods: Sandro's fixes, Expanded Rocket Payloads Touched by an AngelBob and more can be found here
My Main Mods: Sandro's fixes, Expanded Rocket Payloads Touched by an AngelBob and more can be found here
Re: [MOD 0.16] Bulk Rail Loaders
You likely have the mini loader oriented backwards, with the belt portion facing the rail loader. There’s a current bug with automatic snapping that causes that to happen in some circumstances.shda5582 wrote: ↑Sun Dec 30, 2018 7:27 pmExcept that doesn't happen for me. I throw the miniloader down, facing outwards to unload on a test section, and nothing comes out. Yes, there is stuff in the silo AND the train, so it should pull out yet it does not. Setup is similar to what you posted Cadde, but nothing works. Using latest version of the bulk loader and the miniloader mods.
Miniloader — UPS-friendly 1x1 loaders
Bulk Rail Loaders — Rapid train loading and unloading
Beltlayer & Pipelayer — Route items and fluids freely underground
Bulk Rail Loaders — Rapid train loading and unloading
Beltlayer & Pipelayer — Route items and fluids freely underground