Bulk Rail Loader for multipe ores

by ixu

Bulk train loader/unloader with buffer. Suitable of handling multiple ores. Originated from railloader by therax

Content
1 year, 1 month ago
1.1
1.97K
Logistics Trains Storage

b [Fixed in version 1.1.9]Implement blueprint fix?

1 year, 1 month ago

Hey there!
This is a fantastic fork, I'm sad the original mod didn't fix this.

Since the original seems abandoned, would it be possible to implement this small fix mentioned here for blueprints?
https://mods.factorio.com/mod/railloader/discussion/63b1df2fd3e5d238855b1ad1

1 year, 1 month ago

I'd like to fix that. Can you please send me something where I can understand the problem? Preferably a save file and instructions on how to generate the error.

1 year, 1 month ago

Sure! the problem is kinda subtle, the script basically corrupts the entity event mapping when copying/blueprinting/etc. so other mods fails in peculiar ways. (For example, the Factorissimo mod fails to copy-paste factories with machinery inside due to this). According to the above thread, a "naive" way to fix this was to move one of the script lines inside the upper loop in the function.

I'm gonna try to make a save file or a recording showing it - though to reproduce it is really simple, just copying any entity and attempting to debug/check the action with a script will reveal the mapping is empty.

1 year, 1 month ago

I guess I got it:
I should call this set_blueprint_entities only when necessary.

New response