View Single Post
  #14  
Old 12-06-2020, 10:54
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 strixgg View Post
hello!! this is a very very noobs question - how i can uncompress the MASK version? thanks!!
The MASK method is written like this in Arc.ini:

Code:
xZLib+srep+lolz:dt:dtb1:dtw1:dtm1:dto1:dtd1:mtt1:mt4:d64m:fba4096:mc1023/$binkpack=bpk/$OGGRE=oggre/$MP3Pack=packMP3/$Void=srep
So you will need:

- XTool v0.12
- cls-lolz
- cls-srep
- cls-bpk
- cls-oggre
- packmp3

Please note that some compressors will only be used if their file type is present as defined in Arc.groups. Example: if you don't have any MP3 files in your archive, no need to include packmp3. Same goes for ogg audio and bink video (no need to include cls-bpk or cls-oggre).

You'll need this unpack command for XTool:

Code:
[External compressor:xZlib]
header = 0
unpackcmd = xtool.exe d:precomp:t50p - - <stdin> <stdout>
Put Arc.exe, the cls plugins you need and XTool into a folder with your Archive. Add the above command into Arc.ini then make a batch file with the command:

Code:
Arc x <your archive name>
That should do it.
Reply With Quote