1GMQPAK(2) Programmer's Manual GMQPAK(2)
2
4 gmqpak — A standalone Quake PAK utility
5
7 gmqpak [options] [files]
8
10 gmqpak Is a standalone Quake PAK file utility supporting the extraction
11 of files, directories, or whole PAKs, as well as the opposite (creation
12 of PAK files).
13
15 --file file
16 Specify the PAK file to create or extract
17
18 --e Used to denote the extraction operation on a PAK file.
19
20 --c Used to denote the creation operation on a PAK file.
21
23 Here's some examples of how to use the utility to manipulate PAK files.
24
25 gmqpak -file id1.pak -e
26 extracts a PAK to ./
27
28 gmqpak -file new.pak -c file1 dir/file2
29 creates a PAK with the files specified
30
31 gmqpak -file new1.pak -c directory.
32 creates a PAK from files within the directory, including
33 subdirectories and files.
34
36 See <http://graphitemaster.github.com/gmqcc>.
37
39 Please report bugs on <http://github.com/graphitemaster/gmqcc/issues>, or
40 see <http://graphitemaster.github.com/gmqcc> on how to contact us.
41
42BSD April 27, 2013 BSD