Skip to content

Tool: ztpack.exe

Robert Jordan edited this page Sep 23, 2020 · 2 revisions

Tool: ztpack.exe

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

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

Notes

  • 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.

Examples

Package "sys_sac.zt" with ".wav" files in "sac" folder

ztpack sys_sac.zt "..\sound\sac\*.wav"

See also

External links


Todo:

  • List full usage (unpack usage)
  • List wildcard support
  • List locale requirements
  • \ path slashes required?
  • .zt out file extension required?
Clone this wiki locally