Could you make a mod that removes the epic and legendary quality techs so I can leave them unresearched while also clearing the technology screen
Any particular reason for these two technologies? Why not all the quality technologies?
And such things are really easy, you can make your own mod, just unzip this mod, and replace the contents of data-final-fixes with:
data.raw["technology"]["epic-quality"] = nil
data.raw["technology"]["legendary-quality"] = nil
If you want to publish the mod, just modify info.json
to you're liking (make sure to add "dependencies": ["quality"]
to it as well).