Can someone help with new NieR Replicant game? There is a few arc archives.
A few examples - https://disk.yandex.ru/d/da5YuGsCEZZyIw
			
			
									
						
										
						NieR Replicant ver.1.22474487139...
- 
				chrrox
 - Posts: 388
 - Joined: Thu Aug 07, 2014 10:28 pm
 
- 
				LinkOFF
 - Posts: 88
 - Joined: Thu Aug 11, 2016 6:52 pm
 
Re: NieR Replicant ver.1.22474487139...
chrrox wrote:using Zstandard
http://fileformats.archiveteam.org/wiki/Zstandard
Thanks!
- 
				aluigi
 - Site Admin
 - Posts: 12984
 - Joined: Wed Jul 30, 2014 9:32 pm
 
Re: NieR Replicant ver.1.22474487139...
If you need a quickbms script for the decompression:
Technical curiosity: in this case SIZE works also as output size because zstd creates a new buffer ignoring the output size in the script
			
			
									
						
										
						Code: Select all
comtype zstd
get SIZE asize
get NAME basename
clog NAME 0 SIZE XSIZETechnical curiosity: in this case SIZE works also as output size because zstd creates a new buffer ignoring the output size in the script