-
Notifications
You must be signed in to change notification settings - Fork 12
Tool: ztpack.exe
Robert Jordan edited this page Oct 4, 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.
CatSystem 2 Z-compressed Package File creation tool pack: ztpack <outfile> <file> [file] ... unpack: ztpack /d <ztfile> <outdir> arguments: outfile output file name (with extension) file file name(s) or folder(s) to pack /d unpack mode ztfile input zt file to unpack outdir output directory to unpack files to
- ztpack requires at least one file to pack. This is a limitation of the
.ztformat. - 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
.ztformat.
ztpack sys_sac.zt "..\sound\sac\*.wav"ztpack sys_sac.zt "..\sound\sac"- List locale requirements
-
\path slashes required?