-
Notifications
You must be signed in to change notification settings - Fork 9
Tool: ztpack.exe
Robert Jordan edited this page Sep 23, 2020
·
2 revisions
The command line tool ztpack is used to create and extract ZT Package (.zt
) archive files. It is available in many of the publicly released CatSystem2 toolsets.
🚧 This page is a work in progress
usage: ztpack [out file] [file] [file] ...
arguments:
out file output file name (with extension)
file file name or folder to pack
options:
TODO unpack mode
- ztpack requires at least one file to pack. This is a limitation of the
.zt
format. - ztpack can pack subdirectories and files (through use of wildcards), however, it cannot properly unpack them. Note that subdirectories are an explicitly supported part of the
.zt
format.
ztpack sys_sac.zt "..\sound\sac\*.wav"
- List full usage (unpack usage)
- List wildcard support
- List locale requirements
-
\
path slashes required? -
.zt
out file extension required?