Miniloader

by therax

Compact and UPS-friendly 1x1 loaders. Works with train cargo wagons, circuits, filters, and modded belts from Bob's, Krastorio, FactorioExtended Plus, Space Exploration, and Ultimate Belts.

Content
7 months ago
0.15 - 1.1
175K
Logistics

g Miniloader speed hard coded in? Schall Belt Configuration breaks Miniloaders.

5 years ago

Hi!

Is the speed of the miniloaders coded hard into the source? I have just installed "Schall Belt Configuration" to slightly adjust the speed settings of classic 1;2;3 to 1;2;4 (so that the blue best is 4 times the speed of the yellow belt). This works as intended, but the blue miniloaders' speed did not change, which means its too slow now.

Unfortunately I did not find the speed-part in your code. Can you make it work with Schall Belt Configuration? Or tell me what I have to change where?

PS: Great mod!

PPS: I don't use Ultimate Belts because I really hate that ugly belt colors!

5 years ago

Speed is copied from the underground-belt of the same tier: https://github.com/mspielberg/factorio-miniloader/blob/master/prototypes/entities.lua#L147

The problem is likely that Schall Belt Configuration is modifying other entities after Miniloader has already loaded. You can change this by adding an entry to the dependencies in the info.json of Miniloader:

https://github.com/mspielberg/factorio-miniloader/blob/master/info.json#L9-L13

5 years ago

That did the trick! Can you add it to your version so it won't get deleted on your next update?

5 years ago

Done.

New response