gmqpak - Man Page
A standalone Quake PAK utility
Synopsis
gmqpak | [options ] [files ] |
Description
gmqpak Is a standalone Quake PAK file utility supporting the extraction of files, directories, or whole PAKs, as well as the opposite (creation of PAK files).
Options
- --file file
Specify the PAK file to create or extract
- --e
Used to denote the extraction operation on a PAK file.
- --c
Used to denote the creation operation on a PAK file.
Examples
Here's some examples of how to use the utility to manipulate PAK files.
- gmqpak -file id1.pak -e
extracts a PAK to ./
- gmqpak -file new.pak -c file1 dir/file2
creates a PAK with the files specified
- gmqpak -file new1.pak -c directory.
creates a PAK from files within the directory, including subdirectories and files.
Author
See <http://graphitemaster.github.com/gmqcc>.
Bugs
Please report bugs on <http://github.com/graphitemaster/gmqcc/issues>, or see <http://graphitemaster.github.com/gmqcc> on how to contact us.
Info
April 27, 2013