hemtt utils pbo extract
Extract a file from a PBO
Usage: extract <PBO> <FILE> [OUTPUT]
Arguments:
<PBO> PBO file to extract from
<FILE> File to extract (use path relative to the PBO prefix)
[OUTPUT] Where to save the extracted file, if not provided outputs to stdout
Options:
-h, --help Print help (see more with '--help')
Description
Extract a file from a PBO
Useful for quickly retrieving a specific file without unpacking the entire PBO.
Arguments
<PBO>
PBO file to extract from
<FILE>
File to extract (use path relative to the PBO prefix)
<OUTPUT>
Where to save the extracted file, if not provided outputs to stdout