Here is with finished bad entropy data skipping(raw copying), set at 97.9% currently. Anything above is copy. Raw data are still CRC checked. This part is considered stable by me now so let me know if you find anything.
From now on I will focus on changing/adding options. So next release should be completely new named compressor in new thread(I will refer link here). I dont know exactly how long it will take, maybe few days or weeks depending on how things go and my time. Btw arc.ini is like this:
Code:
[External compressor:plzip]
default = -s 64Mi -m 32 -B 128Mi -n 4
packcmd = plzip.exe -c {options} - - <stdin> <stdout>
unpackcmd = plzip.exe -c -d -n 4 - - <stdin> <stdout>
Newly named compressor will most likely be called xnlz, as for 4x4:lzma -> NxN:lzma -> xnlzma -> xnlz. Also because it will have extra header flags it will not be compatible with this so keep that in mind if you want to use it already. Also neither this already nor xnlz are/will be compatible with plzip.
EDIT: vis first post