Alien Isolation Generic PAK Unpacker (.PAK)

Posted on Oct 19, 2014

Alien Isolation PAK files have slight variants, there was the texture ones which I previously made a tool on and now looking into the model I’ve figured out that they share a common structure. When they mean package they seem to store only the core data inside them. Lets take textures for example, you got your package file full of just compressed texture data then a linking header file containing the filenames and texture headers. Same sort of deal with the models packages except they store all sorts of strings in the accompanying file like bone names and such.

Anyway for now here is a generic unpacker that should work on most things (getting ready for 3D models 😉 )

Download:

AIPAKTool_0.1.zip