BankRev: Difference between revisions
Jump to navigation
Jump to search
Lou Montana (talk | contribs) m (Text replacement - "Category:Tools" to "Category:Official Tools") |
Lou Montana (talk | contribs) m (Text replacement - "<br/>" to "<br>") |
||
Line 24: | Line 24: | ||
|OPTIONS= | |OPTIONS= | ||
<nowiki>[-f|-folder destiantion] [-t|-time] PBO_file [PBO_file_2 ...]</nowiki><br | <nowiki>[-f|-folder destiantion] [-t|-time] PBO_file [PBO_file_2 ...]</nowiki><br> | ||
<nowiki>or -d|-diff PBO_file1 PBO_file2 (compare two PBOs)</nowiki><br | <nowiki>or -d|-diff PBO_file1 PBO_file2 (compare two PBOs)</nowiki><br> | ||
<nowiki>or -l|-log PBO_file (write to stdout list of files in archive)</nowiki><br | <nowiki>or -l|-log PBO_file (write to stdout list of files in archive)</nowiki><br> | ||
<nowiki>or -lf|-logFull PBO_file (write to stdout list of files in archive, path with prefix)</nowiki><br | <nowiki>or -lf|-logFull PBO_file (write to stdout list of files in archive, path with prefix)</nowiki><br> | ||
<nowiki>or -p|-properties PBO_file (write out PBO properties)</nowiki><br | <nowiki>or -p|-properties PBO_file (write out PBO properties)</nowiki><br> | ||
<nowiki>or -hash PBO_file (write out hash of PBO)</nowiki><br | <nowiki>or -hash PBO_file (write out hash of PBO)</nowiki><br> | ||
<nowiki>or -statistics PBO_file (write the statistics of files lengths)</nowiki><br | <nowiki>or -statistics PBO_file (write the statistics of files lengths)</nowiki><br> | ||
<nowiki>or -prefix (the output folder will be set according to the PBO prefix)</nowiki><br | <nowiki>or -prefix (the output folder will be set according to the PBO prefix)</nowiki><br> | ||
<nowiki>or -t|-time (keep file time from archive)</nowiki><br | <nowiki>or -t|-time (keep file time from archive)</nowiki><br> | ||
|EXAMPLE= | |EXAMPLE= |
Revision as of 13:30, 14 March 2020
Basic information
- Author:
- Bohemia Interactive
- Compatibility:
- Arma 3
- Download:
- Part of Arma 3 Tools package on Steam
Description
- Description:
- BankRev is a simple tool to extract content of PBOs
Usage
- Line call:
- BankRev.exe
- Options:
- [-f|-folder destiantion] [-t|-time] PBO_file [PBO_file_2 ...]
or -d|-diff PBO_file1 PBO_file2 (compare two PBOs)
or -l|-log PBO_file (write to stdout list of files in archive)
or -lf|-logFull PBO_file (write to stdout list of files in archive, path with prefix)
or -p|-properties PBO_file (write out PBO properties)
or -hash PBO_file (write out hash of PBO)
or -statistics PBO_file (write the statistics of files lengths)
or -prefix (the output folder will be set according to the PBO prefix)
or -t|-time (keep file time from archive)
- Examples:
- Bankrev.exe -f o:\Addons\ "e:\Steam\steamapps\common\Arma 3\Addons\A3.pbo"
Licenses
Additional information
Supported formats
Input:
- PBO (RV Engine package)
Output:
- Directory with PBO content (binarized)
How to use it
BankRev is a simple command line tool, -f option is optional and specifies the destination where unpacked content is going to be, current directory is taken if nothing else is defined. Name(s) of addon(s) could be listed in both absolute and relative path, the tool allows using of masks (eg. *.pbo).