UnPAZ icon indicating copy to clipboard operation
UnPAZ copied to clipboard

Command line tool for unpacking Black Desert Online PAZ archives

Garkin's UnPAZ v1.2

Tool for extracting Black Desert Online archives.

UnPAZ <input file> <commands>

<input file>: name of .meta or .paz file (default: pad00000.meta)
<commands>:
  -f <mask>: Filter, this argument must be followed by mask. Mask supports wildcards * and ?.
  -o <path>: Output folder, this argument must be followed by path.
  -h: Print this help text
  -l: List file names without extracting them
  -n: No folder structure, extract files directly to output folder.
  -y: Yes to all questions (creating folders, overwritting files).
  -q: Quiet (limit printed messages to file names)

Examples:

  UnPAZ pad00001.paz -f *.luac
  UnPAZ pad00000.meta -y -f *languagedata_??.txt -o Extracted
  UnPAZ D:\Games\BlackDesert\live\Paz\pad00000.meta -l