View Single Post
  #2941  
Old 21-04-2022, 00:23
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.5.5]

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.5.5.
  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: 33.6GB

Method for archive 1:
Code:
xzlib+srep+lolz
Method for archive 2:
Code:
srep+lz4:l12
Final Compressed Size: 13.6GB
Attached Files
File Type: 7z PakDecrypt.7z (42.8 KB, 20 views)
Reply With Quote
The Following 4 Users Say Thank You to Masquerade For This Useful Post:
fabrieunko (24-04-2022), Gehrman (21-04-2022), JustFun (10-05-2022), Wanterlude (16-08-2023)
Sponsored Links