View Single Post
  #14  
Old 06-12-2020, 02:21
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
Talking Wolcen Lords Of Mayhem

This is a fun one! Read the steps carefully!
  • This is not MD5 perfect, but completely lossless.
  • This works on version v1.10 - but could change on newer versions! I checked the key using at0mos key dumper and it matches with the key in the current build of the below tool.

Part 1 - Decrypt the files:

1. Go here.

2. Download the zip and extract it. You need pakdecrypt.exe.

3. Go to your Wolcen folder, go into "Game".

4. Paste pakdecrypt here and make a new batch file.

5. In the batch file, paste this command:

Code:
for %%f in (*.pak) do pakdecrypt %%f %%f.zip
6. Run the bat file (do not run as administrator) and wait for the process to complete.

Part 2 - Preparing the files:

1. Copy all of the old pak files to a separate folder, since we no longer need them BUT it's always good to have a backup of the original copy.

2. Make a new batch file and paste this command:

Code:
ren *.zip *.
(this is to restore the .pak extension to the files)

3. Move / Delete the 2 batch files and pakdecrypt.exe (no longer needed)

Part 3 - Compression:

1. Make first archive using these files:

Code:
Sounds_MISC.pak
Sounds-WEM.pak
Compress using:

Code:
srep+mtx:c64m:tXXX:rz
(where XXX is your thread count)

2. Make the next archive with every other files:

Code:
xzlib+srep+lolz
Total Compressed size: 12.09GB
Reply With Quote
The Following 5 Users Say Thank You to Masquerade For This Useful Post:
Abbat (26-08-2022), JustFun (10-12-2020), parnexcodes (07-12-2020), Tasky_Lizard (30-12-2020), ZAZA4EVER (06-12-2020)