BankRev

From Bohemia Interactive Community
Jump to navigation Jump to search
The printable version is no longer supported and may have rendering errors. Please update your browser bookmarks and please use the default browser print function instead.

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 destination] [-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

Licensing:
Bohemia Interactive End User License Agreement


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).