Problem
Archived mod files with .zip extension but compressed using BZip2 is accepted by the game, but not by the generator.
Solution
Switch to SharpZipLib for decompression which provides support for more compression algorithms.
Problem
Technologies without category tag cause parsing failure.
Solution
This should be tolerated along with a warning given that the tag is in fact required.
Clazex/stellaris-tech-relations#4
Problem
Archived mod files with
.zipextension but compressed using BZip2 is accepted by the game, but not by the generator.Solution
Switch to
SharpZipLibfor decompression which provides support for more compression algorithms.Clazex/stellaris-tech-relations#6
Problem
Technologies without
categorytag cause parsing failure.Solution
This should be tolerated along with a warning given that the tag is in fact required.