02-27-2016, 11:03 AM
I was looking through the source of that SLZ decompressor, and I found this:
- 0003:1 - compression mode: 0/STORE, 1/LZSS, 2/LZSS+RLE, 3/LZSS16
The SLZ file have a compression mode of 3, so does anyone know what LZSS-16 is? Does that mean that the file is compressed with LZSS that has a block size of 16?
- 0003:1 - compression mode: 0/STORE, 1/LZSS, 2/LZSS+RLE, 3/LZSS16
The SLZ file have a compression mode of 3, so does anyone know what LZSS-16 is? Does that mean that the file is compressed with LZSS that has a block size of 16?