Monday, May 27, 2013

Extract all files in a Quake PAK archive

This is for Linux, and my variety is Ubuntu

sudo apt-get install unmass
unmass -e pak0.pak '*'

That did not work. I wrote my own pak extractor. Follow the instructions here: https://github.com/mattissf/UnPAK

No comments:

Post a Comment