|
|
|
#1
|
||||
|
||||
|
Yes, the first file contains just 1 block with zstd (28B52FFD).
However, ratio with lzma2 for init.arc is about 70%. I will investigate it further
__________________
Haters gonna hate
|
| Sponsored Links |
|
#2
|
|||
|
|||
|
KaktoR
You can use the following tools to extract all of the compressed ZSTD streams from NieR replicant. It will allow for decompression of 99% of streams. 1. VGM Toolbox and this script. Download latest zstd.exe. 2. Place the XML file in plugins\AdvancedCutter folder of VGMToolbox. 3. Open VGMToolbox, go to Misc. Tools > Extraction Tools > Generic > Advanced Cutter 4. From the drop down menu in the top right, select NieRReplicant and click LOAD. 5. Next, you can drop each of the arc files into the top left box and it will extract the streams. You only really need to do this for the large arc files. No need on the little ones. 6. After extracting the streams, run this python script for each of the files. This will remove the extra padding bytes (@) that the devs added so that each stream begins at an offset of divisible by 16. ZSTD will not decompress files that contain data after the end of the stream. Code:
for %f in (*.MSQ) do trimmer.py "%f" 7. Code:
for /r %f in (*.MSQ) do zstd -d "%f" -o "%~df%~pf%~nf.DEC" |
| The Following User Says Thank You to Masquerade For This Useful Post: | ||
KaktoR (23-10-2021) | ||
![]() |
| Thread Tools | Search this Thread |
| Display Modes | |
|
|
Similar Threads
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| Games Are For Kids | JoyBoy | Chit Chat | 83 | 16-11-2021 14:28 |
| CorePack Compression methods ? Help | ramazan19833 | Conversion Tutorials | 34 | 09-08-2018 06:51 |
| i got the email in the mail about copying ps2 games | EVOEvo | PS2 Games | 7 | 21-11-2003 07:56 |
| Self-booting games on an older Japanese DC? | Named | DC Games | 1 | 26-09-2003 17:48 |
| Having Problems Burning Numerous *Recent* Games....Help is Appreciated | Protosstic | PSX Games | 2 | 15-01-2002 21:27 |