View Single Post
  #5  
Old 21-10-2021, 06:26
Masquerade Masquerade is offline
Registered User
 
Join Date: Jan 2020
Location: Monte d'Or
Posts: 1,217
Thanks: 294
Thanked 1,404 Times in 637 Posts
Masquerade is on a distinguished road
Quote:
Originally Posted by KaktoR View Post
NieR Replicant ver 1 22474487139

Anyone knows what zstd lib to use? It's slow af
Unsure, I have checked with latest ZSTD to see if it can list info about the archives, yet it can only seem to load info for few archives. Yet, all files are definitely compressed with zstd.

Code:
for %f in (*.arc) do zstd -l "%f"
Frames  Skips  Compressed  Uncompressed  Ratio  Check  Filename
     1      0     9.25 MB      30.19 MB  3.263   None  common.arc
Frames  Skips  Compressed  Uncompressed  Ratio  Check  Filename
     1      0   690.86 KB    1748.36 KB  2.531   None  info.arc
Frames  Skips  Compressed  Uncompressed  Ratio  Check  Filename
File "init.arc" not compressed by zstd
Frames  Skips  Compressed  Uncompressed  Ratio  Check  Filename
File "lang1.arc" not compressed by zstd
Frames  Skips  Compressed  Uncompressed  Ratio  Check  Filename
File "lang2.arc" not compressed by zstd
Frames  Skips  Compressed  Uncompressed  Ratio  Check  Filename
File "param.arc" not compressed by zstd
Frames  Skips  Compressed  Uncompressed  Ratio  Check  Filename
File "stream.arc" not compressed by zstd
I even tried compressing a demo file with zstd and testing the latest libzstd to see if the precompressor worked, neither zstdrec or xtool could precompress a random file compressed with latest zstd.
Reply With Quote