View Single Post
  #2622  
Old 04-11-2021, 00:15
Masquerade Masquerade is offline
Registered User
 
Join Date: Jan 2020
Location: Monte d'Or
Posts: 1,177
Thanks: 284
Thanked 1,376 Times in 619 Posts
Masquerade is on a distinguished road
WOLCEN: Lords Of Mayhem (v1.1.4.6)

Step 1: Decrypt the game files:
  1. Download the decryption tool from the attachment below (credits to atom0s & Gabriel Dehan). This EXE is specific to game version v1.1.4.6.
  2. Drop the EXE into the game's root folder.
  3. Open CMD prompt here.
  4. Run the following command:
    Code:
    for /r %f in (*.pak) do Pak_Decrypt "%f" "%~df%~pf%~nf.zip"
  5. Once the above command completes, run the next command:
    Code:
    for /r %f in (*.zip) do del "%~df%~pf%~nf.pak"
  6. 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:
Code:
srep+lzma
Final Compressed Size: 12.1GB
Attached Files
File Type: 7z Pak_Decrypt.7z (42.8 KB, 20 views)
Reply With Quote
The Following 8 Users Say Thank You to Masquerade For This Useful Post:
Abbat (26-08-2022), dixen (04-11-2021), fabrieunko (04-11-2021), Gehrman (04-11-2021), JustFun (20-12-2021), macut18 (04-11-2021), oo7 (04-11-2021), ScOOt3r (04-11-2021)