BankRev: Difference between revisions

From Bohemia Interactive Community
Jump to navigation Jump to search
(Added basic facts about Bankrev)
 
No edit summary
Line 12: Line 12:
|DOWNLOAD=  
|DOWNLOAD=  


Part of Arma 3 Tools package on Steam
[http://store.steampowered.com/app/233800/ Part of Arma 3 Tools package on Steam]


|DESCRIPTION= BankRev is a simple tool to extract content of PBOs
|DESCRIPTION= BankRev is a simple tool to extract content of PBOs

Revision as of 11:56, 16 October 2015

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 or -folder destination] PBO_file [PBO_file_2 ...]
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).