Skip to content
forked from AMGarkin/UnPAZ

Command line tool for unpacking Black Desert Online PAZ archives

License

Notifications You must be signed in to change notification settings

JamesPham2012/UnPAZ

 
 

Repository files navigation

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

About

Command line tool for unpacking Black Desert Online PAZ archives

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • C++ 98.5%
  • Batchfile 1.5%