Update README to mention that Sin and Daikatana

and to describe commandline options
This commit is contained in:
Daniel Gibson 2017-07-05 19:13:28 +02:00 committed by GitHub
parent 218f2e2bdf
commit 55d4ca2007

19
README
View file

@ -1,13 +1,24 @@
pakextract
----------
pakextract is a small tool to extract the contents of
a Quake II pak file into the current directory. Usage:
pakextract is a small tool to extract or list the contents
of a Quake/Quake II or Daikatana pak file or Sin .sin file
into the current directory. Usage:
Usage: pakextract [-l] [-dk] [-o output dir] pakfile
-l don't extract, just list contents
-dk Daikatana pak format (Quake is default,
Sin is detected automatically)
-o directory to extract to (default is $PWD)
Examples:
./pakextract /path/to/pakfile.pak
./pakextract -o /path/to/output_dir /path/to/pakfile.sin
./pakextract -l -dk /path/to/daikatana_pakfile.pak
Only Quake II paks are supported. Other pak formats may
work but it's untested and unsupported.
Only Archives from Quake, Quake II, Daikatana and Sin
are supported. Other pak formats may work but it's
untested and unsupported.
-------------------------------------------------------