
The Adequate Unpacker
by SoftSquid Interactive
http://goldrush.com/~hicks/


This is a utility for unpacking
the large pak files that Quake
uses to store its data in, like
levels sounds and monsters.

The data is stored in the proper directories
and when the pak file is deleted, Quake
uses these unpacked files.

Put the unpack.exe in the same directory
as the pak file and type
	unpack filename

where filename is the pak file to unpack.
Include the pak extension of the pack file
if you want to unpack the pak file.

Then delete the pak file!

Feel free to distribute this program.

I take no responsibility for anything
this program makes happen to you, your 
loved ones, your computer, or anything 
on it.

The Adequate Unpacker was written with
DJGPP in C. You can get DJGPP at 
	http://www.delorie.com/djgpp/

Its what was used to write Quake, too.