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

Place to get help with not working mods / modding interface.
Honktown
Smart Inserter
Smart Inserter
Posts: 1058
Joined: Thu Oct 03, 2019 7:10 am
Contact:

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

Post 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).
I have mods! I guess!
Link
User avatar
darkfrei
Smart Inserter
Smart Inserter
Posts: 2905
Joined: Thu Nov 20, 2014 11:11 pm
Contact:

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

Post 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
Honktown
Smart Inserter
Smart Inserter
Posts: 1058
Joined: Thu Oct 03, 2019 7:10 am
Contact:

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

Post 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 1510 times
I have mods! I guess!
Link
Honktown
Smart Inserter
Smart Inserter
Posts: 1058
Joined: Thu Oct 03, 2019 7:10 am
Contact:

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

Post by Honktown »

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
normal_loaders.jpg (114.31 KiB) Viewed 1505 times
I have mods! I guess!
Link
User avatar
darkfrei
Smart Inserter
Smart Inserter
Posts: 2905
Joined: Thu Nov 20, 2014 11:11 pm
Contact:

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

Post 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
Post Reply

Return to “Modding help”