|
Great to see you again, I will give it a try in coming days though I have no idea which games that I have use lz4. I will probably look at list of unity games on the net and see if some I have "click".
With that said, I strongly recommend everyone to also try 4096, 8192, 16384 and 32768! It may look a lot but together with 65536 and 131072 it should be all thats needed for 99% cases. Run them all in parallel per file through another custom bat file you make.
Btw Razor, I am pretty sure if this work it can be applied exactly same to zstd, only different library and call names. Although I am not sure how you want to make it universal(game-wise), its not only about version differences but more about structure(crc vs no crc, cmp size, decmp size, positions and ordering of all above etc..).
With that said, universal lz4 rec is certainly missing and yes I agree, its a shitty codec - I personally hate it with passion - both lz4 AND that ugly overrated zstd.
|