Miniloaders and Schall's belt config used to work fine together in 0.17.69, and if I recall correctly, most of the 0.18s (I would have to roll back to test). After updating experimental and starting a different game, they're not.
A serpent_block() shows all the speeds are set correctly in the last loaded mods data-final-fixes, but in-game they're base speeds (15/30/45).
miniloaders + Schall's belt config stopped working (0.18.8+?)
miniloaders + Schall's belt config stopped working (0.18.8+?)
I have mods! I guess!
Link
Link
Re: miniloaders + Schall's belt config stopped working (0.18.8+?)
See the https://mods.factorio.com/mod/DoubleSpeedBeltsHonktown wrote: Thu Mar 05, 2020 3:21 am Miniloaders and Schall's belt config used to work fine together in 0.17.69, and if I recall correctly, most of the 0.18s (I would have to roll back to test). After updating experimental and starting a different game, they're not.
A serpent_block() shows all the speeds are set correctly in the last loaded mods data-final-fixes, but in-game they're base speeds (15/30/45).
The speed description is in the
prototype.localised_description[5] = belt_speed
Re: miniloaders + Schall's belt config stopped working (0.18.8+?)
Edit: thanks. the descriptions are definitely wrong for my blue belts. Loaders though have the right numbers.darkfrei wrote: Thu Mar 05, 2020 8:08 amSee the https://mods.factorio.com/mod/DoubleSpeedBeltsHonktown wrote: Thu Mar 05, 2020 3:21 am Miniloaders and Schall's belt config used to work fine together in 0.17.69, and if I recall correctly, most of the 0.18s (I would have to roll back to test). After updating experimental and starting a different game, they're not.
A serpent_block() shows all the speeds are set correctly in the last loaded mods data-final-fixes, but in-game they're base speeds (15/30/45).
The speed description is in the
prototype.localised_description[5] = belt_speed
This... this is strange. My red belt doesn't look compressed, but my yellow and blue belts do.
I have mods! I guess!
Link
Link
Re: miniloaders + Schall's belt config stopped working (0.18.8+?)
And here's a shot with normal loaders. Red normal is definitely denser than red mini, but yellow/blue are the same.
- Attachments
-
- normal_loaders.jpg (114.31 KiB) Viewed 1505 times
I have mods! I guess!
Link
Link
Re: miniloaders + Schall's belt config stopped working (0.18.8+?)
Don't forget to change the inserter's rotation speed
The code from double speed belts:
The code from double speed belts:
Code: Select all
local rotation_speed = 0.5 * 0.12 * 2^tier -- where tier 1 is 15 items per second, tier 2 - 30 items per second, tier 3 - 60 items per second.
prototype.rotation_speed = rotation_speed