• We have updated our Community Code of Conduct. Please read through the new rules for the forum that are an integral part of Paradox Interactive’s User Agreement.
I found the info files. Just to let folks know where they are.

For me they were at C:\Program Files (x86)\Steam\userdata\32094082\205990\local\mods

Just search for *.info and you can find them.
 
Check where game is installed (steam, something something warlock2). Executable are there. Unpacker is called Squeezer.exe.

Just run it from command prompt and you'll get instructions how to run it to pack or unpack files.
 
How to unpack .pack files

1) Create a .bat file unpack.bat:

@set p="K:\Steam\SteamApps\common\Warlock 2"
md %1_pack
%p%\Squeezer.exe /e %1 %1_pack
@pause

2) Adjust the first line to your Warlock 2 directory

3) Put the file anywhere (The Warlock 2 directory springs to mind)

4) Right-Click on .pack file

5) Select Open With ...

6) Check: Always use the selected program ...

7) Click on Browse and select unpack.bat

Now a double-click on filename.pack will create a new directory filename.pack_pack with the contents of filename.pack.

Hope that helps. :)
 
Last edited: