Quote:
Originally Posted by zirkhaki
by the way, is it ok to use lzma with pZlib or I should use lzma2?
|
It is ok.
You can use zlib checker from here
http://fileforums.com/showthread.php?t=97657 to check if a game using zlib streams.
lzma2 is faster but in my tests the compression ratio is a bit lower than lzma.
Oh, and you should use srep aswell. zlib is only a precompressor.