mirror of
https://github.com/yquake2/pakextract.git
synced 2024-11-22 03:41:09 +00:00
Update README to mention that Sin and Daikatana
and to describe commandline options
This commit is contained in:
parent
218f2e2bdf
commit
55d4ca2007
1 changed files with 16 additions and 5 deletions
21
README
21
README
|
@ -1,13 +1,24 @@
|
||||||
pakextract
|
pakextract
|
||||||
----------
|
----------
|
||||||
|
|
||||||
pakextract is a small tool to extract the contents of
|
pakextract is a small tool to extract or list the contents
|
||||||
a Quake II pak file into the current directory. Usage:
|
of a Quake/Quake II or Daikatana pak file or Sin .sin file
|
||||||
|
into the current directory. Usage:
|
||||||
|
|
||||||
./pakextract /path/to/pakfile.pak
|
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)
|
||||||
|
|
||||||
Only Quake II paks are supported. Other pak formats may
|
Examples:
|
||||||
work but it's untested and unsupported.
|
./pakextract /path/to/pakfile.pak
|
||||||
|
./pakextract -o /path/to/output_dir /path/to/pakfile.sin
|
||||||
|
./pakextract -l -dk /path/to/daikatana_pakfile.pak
|
||||||
|
|
||||||
|
Only Archives from Quake, Quake II, Daikatana and Sin
|
||||||
|
are supported. Other pak formats may work but it's
|
||||||
|
untested and unsupported.
|
||||||
|
|
||||||
-------------------------------------------------------
|
-------------------------------------------------------
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue