The built-in PK3 files aren't optimised.
Posted: Sat Jan 03, 2015 19:38
I was looking through gzdoom.pk3, and I noticed it's compressed using only the DEFLATE method.
There is a program included in zdoom's (and therefore gzdoom's) source code called "zipdir" which automatically chooses the best compression method out of DEFLATE, BZip2, and LZMA. It was created specifically to optimise zdoom.pk3. Why not use it for the release builds?
There is a program included in zdoom's (and therefore gzdoom's) source code called "zipdir" which automatically chooses the best compression method out of DEFLATE, BZip2, and LZMA. It was created specifically to optimise zdoom.pk3. Why not use it for the release builds?