Code: Select all
39.107 Difficulty normal: Technology prerequisite 'steel-processing' on 'military-2' is redundant as 'coal-processing-1' already contains it in its prerequisite tree.
Moderator: ickputzdirwech
Code: Select all
39.107 Difficulty normal: Technology prerequisite 'steel-processing' on 'military-2' is redundant as 'coal-processing-1' already contains it in its prerequisite tree.
Sorry, but that's not practical, it has to be done on starting Factorio, based on the combination of mods that are used (if mods are used at all -- vanilla should be fine as it is).ssilk wrote: Tue Apr 21, 2020 5:06 pm In my opinion this is some kind of work, that should be done when uploading the mod to the mod-server.
I agree with that: pruning the technology tree must happen in a central place because each mod doing it's own thing is not error proof. But this central place can't be the mod portal -- it must be the game. So each time Factorio is started, the complete tech tree must be checked for redundancies after all mods are done with changing data.raw (which already happens), and this also is the time when the redundant prerequisites should be removed from the technology tree (which I wish to happen).