Hey, my quality modules don't work, i tested with different tiers of modules and quality and the quality modules in different machines.
WHAT HAPPENED?
Even though i had quality modules in assemblers or any other machine (and no speed modules in it or in beacons) and even tough the tooltip says quality x%, the output products are never higher quality(belive me, from thousands of gears not even one of them was uncommon or higher).
This is a save created in 1.1(btw, i am in 2.0.20, with space age and quality enabled) In my playtrough of space age, the quality modules work as intended, but in this particular save(test world),they don't.
Heres's a video of the tests:
And the save file(i do use a few mods, but they dont impact quality modules in any way, since the modules still work in other saves with the same mods):
Good luck in fixing this bug!
[2.0.20] Quality modules don't work on old saves
-
- Burner Inserter
- Posts: 17
- Joined: Sun Oct 27, 2024 4:39 pm
- Contact:
Re: (2.0.20)Quality Modules don't work on old saves
Thanks for the report. You (or a mod) previously set to include a large speed bonus. As such, it includes a large negative quality penalty.
Code: Select all
game.player.surface.global_effect
If you want to get ahold of me I'm almost always on Discord.
-
- Burner Inserter
- Posts: 17
- Joined: Sun Oct 27, 2024 4:39 pm
- Contact:
Re: (2.0.20)Quality Modules don't work on old saves
Hey, i tried disabling all mods and the bug still happens, even if i create a completely new map editor save:Rseding91 wrote: ↑Mon Nov 18, 2024 6:15 pm Thanks for the report. You (or a mod) previously setto include a large speed bonus. As such, it includes a large negative quality penalty.Code: Select all
game.player.surface.global_effect
Also if there is a global quality debuf(like a global speed buff) why does the machine's tooltip still indicates positive quality?I would apreciatte your help to disable the code you mentioned (since i dont even know where's the factorio code located).
Re: (2.0.20)Quality Modules don't work on old saves
Quality roll does not return qualitities that are still locked. After running `/c game.player.force.unlock_quality("uncommon")` command those machines started producing uncommon items.
Re: (2.0.20)Quality Modules don't work on old saves
Actually I was wrong. The issue is that you don't have all qualities unlocked on the force.
If you want to get ahold of me I'm almost always on Discord.
-
- Burner Inserter
- Posts: 17
- Joined: Sun Oct 27, 2024 4:39 pm
- Contact:
Re: [2.0.20] Quality modules don't work on old saves
That fixed i didnt realized the quality research wasn't unlocked since in the editor the modules are already avaliable(without the research) i naturally tought qualitys were already unlocked, either way thanks for helping.