
04-11-2021, 00:15
|
Registered User
|
|
Join Date: Jan 2020
Location: Monte d'Or
Posts: 1,177
Thanks: 284
Thanked 1,376 Times in 619 Posts
|
|
WOLCEN: Lords Of Mayhem (v1.1.4.6)
Step 1: Decrypt the game files:
- Download the decryption tool from the attachment below (credits to atom0s & Gabriel Dehan). This EXE is specific to game version v1.1.4.6.
- Drop the EXE into the game's root folder.
- Open CMD prompt here.
- Run the following command:
Code:
for /r %f in (*.pak) do Pak_Decrypt "%f" "%~df%~pf%~nf.zip"
- Once the above command completes, run the next command:
Code:
for /r %f in (*.zip) do del "%~df%~pf%~nf.pak"
- Once the above command completes, run the next command:
Code:
for /r %f in (*.zip) do ren "%f" "%~nf.pak"
Now you have a fully decrypted game.
Step 2: Compression
- Make 2 archives.
- Archive 2 will contain "Sounds_MISC.pak" and "Sounds_WEM.pak".
- Archive 1 will contain everything else.
Start Size: 29.6GB
Method for archive 1:
Code:
xtool-zlib+srep+lolz
Method for archive 2:
Final Compressed Size: 12.1GB
|