Janky quality (BETA) deprecated


Implements a janky version of Factorio Space Age quality

Content
8 months ago
1.1
3.03K
Manufacturing

g Recipes from added mods do not get quality

6 months ago

Simple bug to reproduce. Research at least one level of quality modules, and then add a new mod that adds new recipes. These new recipes SHOULD have their higher quality counter parts unlocked, but they remain locked unless you enter editor.

A simple, inefficient, mockup code to fix this is as simple as pasting this in the control file, it worked for me

-- If adding a mod after JQ was installed
script.on_configuration_changed(function()
for _, force in pairs(game.forces) do
force.reset_technology_effects()
end
end)

6 months ago

Yeah that sounds like a good solution.

6 months ago

I will add that it does cause the game to lag/hitch when loading QUITE a bit

New response