mirror of
https://github.com/yquake2/pakextract.git
synced 2024-11-10 06:31:55 +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
19
README
19
README
|
@ -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.
|
||||
|
||||
-------------------------------------------------------
|
||||
|
||||
|
|
Loading…
Reference in a new issue