DOOMExtract 1.5.1
Fixed a bug while repacking which was accidentally introduced with the new extracting method.
Only tested repacking resources without any modifications so far though, but it seems to rebuild them exactly as they were originally now :)
Mods should also hopefully work the same as they did in the betas / 1.4, (might require "+devMode_enable 1" launch parameter for the game to allow using modified resources though)
(on a different note I also think I've worked out how the .pindex/.patch files work too, should see support for them in a later DOOMExtract release 👍)
Changes in 1.5.1:
- fix repacking bug, repacking should work properly now the same as it did in 1.4
Changes in 1.5:
- new method used to extract files, so it should use a lot less memory now
- switched to SharpZipLib instead of Zlibnet