Oops! All Quality Modules


Oops! Someone put legendary quality modules in every machine! And they're super glued inside!

Tweaks
3 days ago
2.0
271
Cheats

i Mod Compatibility

22 days ago
(updated 22 days ago)

Hey there,
thanks for this mod! I felt like torturing myself and this is already doing a really good job from the start! Especially since I combined it with scrappy industry.
I'm excited to see how much more torture I can endure with this.

One tiny problem I have is, that I'm playing with a bunch of mods, that add a bunch of machines. Sadly they didn't get the super glued quality modules.
Since they are hundreds of machines, I suppose it doesn't make much sense in posting each one here, so I did a bit of digging and found a solution that would add compatibility towards all the mods:

in "data-final-fixes.lua"
instead of calling your set list of machines:
for _, machine_data in pairs(all_machines) do

call ALL the machines with the according type:
for _, type in pairs({"assembling-machine", "furnace", "mining-drill"}) do
for _, machine_data in pairs(data.raw[type]) do

From my testing, it seemed to work for all the assembling/furnace/mining machines I saw.

3 days ago

Well, I updated it. See if it affects those machines now. But i can't guarantee it will affect all mods. good luck.

3 days ago

I did a quick test with a few mods that comes to mind (Pyanodon, Angel, Bob, BioIndustries, some random additional Planets), the only machine I found that was missing quality was the Agricultural Tower
Just that one isn't much of a problem though.

thanks a lot for the update!

New response