[quake2] Linux *.pak file extractor/compressor

Nick Warne nick at linicks.net
Fri Dec 31 06:38:18 EST 2004


On Friday 31 December 2004 11:12, Victor Shkamerda wrote:

Hi Victor,

> If you are looking just for extractor/compressor then the original Qauke 2
> tools from Id has it written in Java. Though it has a command line
> interface.

ID tools are scarce...

Anyway, I found a great bit of C code to do exactly what I wanted (attached) 
from here:

http://thom.best.vwh.net/software.html#q2

Build with summat like:

> gcc -O2 -o vp vp.c

Then

> ./vp -l <pakx.pak>

lists the files etc. etc.

Usage: ./vp [-l] pak-file [file ..]

Nick

-- 
"When you're chewing on life's gristle,
Don't grumble, Give a whistle..."
-------------- next part --------------
A non-text attachment was scrubbed...
Name: vp.c
Type: text/x-csrc
Size: 2486 bytes
Desc: not available
URL: <http://icculus.org/pipermail/quake2/attachments/20041231/9b95f20a/attachment.c>


More information about the quake2 mailing list