Really clean. Great work
H
Posts made by HideLord
-
RE: I can't decompress replay files with zstd compression
@askaholic Very nice! I'll try it tomorrow, thanks.
-
I can't decompress replay files with zstd compression
I looked through the faf client github. From what I can gather the replay header ends with the first '\n' character. Following the new line are the compressed bytes. I tried using the zstd terminal tool and even compiled the zstd library to try streaming decompression like the one used in the github (although there apache commons is used and I have no idea how that is implemented). I assume that maybe there is a byte at the start or the end which I'm not removing and that is causing the problem but I really don't know. Can anybody help?