Page 1 of 1

miniloaders + Schall's belt config stopped working (0.18.8+?)

Posted: Thu Mar 05, 2020 3:21 am
by Honktown
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).

Re: miniloaders + Schall's belt config stopped working (0.18.8+?)

Posted: Thu Mar 05, 2020 8:08 am
by darkfrei
Honktown 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).
See the https://mods.factorio.com/mod/DoubleSpeedBelts
The speed description is in the
prototype.localised_description[5] = belt_speed

Re: miniloaders + Schall's belt config stopped working (0.18.8+?)

Posted: Thu Mar 05, 2020 1:35 pm
by Honktown
darkfrei wrote: Thu Mar 05, 2020 8:08 am
Honktown 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).
See the https://mods.factorio.com/mod/DoubleSpeedBelts
The speed description is in the
prototype.localised_description[5] = belt_speed
Edit: thanks. the descriptions are definitely wrong for my blue belts. Loaders though have the right numbers.

This... this is strange. My red belt doesn't look compressed, but my yellow and blue belts do.
what.jpg
what.jpg (187.59 KiB) Viewed 1509 times

Re: miniloaders + Schall's belt config stopped working (0.18.8+?)

Posted: Thu Mar 05, 2020 1:41 pm
by Honktown
And here's a shot with normal loaders. Red normal is definitely denser than red mini, but yellow/blue are the same.

Re: miniloaders + Schall's belt config stopped working (0.18.8+?)

Posted: Thu Mar 05, 2020 7:44 pm
by darkfrei
Don't forget to change the inserter's rotation speed
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