hemtt utils pbo unpack
Unpack a PBO file
Usage: unpack [OPTIONS] <PBO> [OUTPUT]
Arguments:
<PBO> PBO file to unpack
[OUTPUT] Directory to unpack to
Options:
-r, --derap Derapify any rapified files (config.bin, etc.)
-h, --help Print help (see more with '--help')
Description
Unpack a PBO file
A $PBOPREFIX$ file will be created in the output directory containing the prefix of the PBO. All other properties from the PBO will be saved into properties.txt
Arguments
<PBO>
PBO file to unpack
<OUTPUT>
Directory to unpack to
If not specified, creates a directory named after the PBO file.
-r, --derap
Derapify any rapified files (config.bin, etc.)
Automatically converts binary config files back to a readable format.
Derapified files that do not have different file names for the derapified versions will have .derap added to their filenames.