Discussion:
Linux *.pak file extractor/compressor
Nick Warne
2004-12-31 09:52:30 UTC
Permalink
Hi all,

Hope you all had a good Xmas.

I am looking for a Linux quake2 pak explorer type thing. Google doesn't
reveal much.

Anybody seen/got such a thing?

Thanks,

Nick
--
"When you're chewing on life's gristle,
Don't grumble, Give a whistle..."
Steffen Hein
2004-12-31 10:51:13 UTC
Permalink
You can try to use PakExplorer with Wine.

~sth
Victor Shkamerda
2004-12-31 11:12:52 UTC
Permalink
Hello,
Post by Nick Warne
nick at linicks.net 12/31/04 11:52AM >>>
I am looking for a Linux quake2 pak explorer type thing. Google doesn't
reveal much.
Anybody seen/got such a thing?
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.

With best regards,
Victor Shkamerda
--
DISCLAIMER:
Any e-mail messages from the National Bank of Moldova are sent in good faith, but shall not be binding nor construed as constituting any obligation on the part of the Bank.
The information transmitted is intended only for the person or entity to which it is addressed and may contain confidential and/or privileged material If you received this in error, please contact the sender and delete the material from any computer.
Nick Warne
2004-12-31 11:38:18 UTC
Permalink
On Friday 31 December 2004 11:12, Victor Shkamerda wrote:

Hi Victor,
Post by Victor Shkamerda
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
Post by Victor Shkamerda
gcc -O2 -o vp vp.c
Then
Post by Victor Shkamerda
./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>
Loading...