BankRev: Difference between revisions

From Bohemia Interactive Community
Jump to navigation Jump to search
No edit summary
m (Text replacement - "{{ExternalLink|" to "{{Link|")
 
(11 intermediate revisions by 3 users not shown)
Line 1: Line 1:
{{Tool|=
{{Tool


|AUTHOR=  
|AUTHOR= [[:Category:Projects|Bohemia Interactive]]
[[:Category:Projects|Bohemia Interactive]]


|VERSION=
|VERSION=


|COMPATIBILITY=  
|COMPATIBILITY= [[:Category: Arma 3|Arma 3]]


[[:Category: Arma 3|Arma 3]]
|DOWNLOAD= {{Link|link= http://store.steampowered.com/app/233800/|text= Part of Arma 3 Tools package on Steam}}
 
|DOWNLOAD=  
 
[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
Line 18: Line 13:
|NOTES=
|NOTES=


|COMMAND=
|COMMAND= BankRev.exe  
    BankRev.exe  
 
 
|OPTIONS=
 
      <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 -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 -p|-properties PBO_file (write out PBO properties)</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 -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/>


|EXAMPLE=


Bankrev.exe -f o:\Addons\ "e:\Steam\steamapps\common\Arma 3\Addons\A3.pbo"
|OPTIONS= [-f / -folder destination] [-t / -time] PBO_file [PBO_file_2 ...]<br>
or -d / -diff PBO_file1 PBO_file2 (compare two PBOs)<br>
or -l / -log PBO_file (write to stdout list of files in archive)<br>
or -lf / -logFull PBO_file (write to stdout list of files in archive, path with prefix)<br>
or -p / -properties PBO_file (write out PBO properties)<br>
or -hash PBO_file (write out hash of PBO)<br>
or -statistics PBO_file (write the statistics of files lengths)<br>
or -prefix (the output folder will be set according to the PBO prefix)<br>
or -t / -time (keep file time from archive)<br>


|LICENSING=
|EXAMPLE= Bankrev.exe -f o:\Addons\ "e:\Steam\steamapps\common\Arma 3\Addons\A3.pbo"
[[End User License Agreement for BI's Tools|Bohemia Interactive End User License Agreement]]


|LICENSING= [[End User License Agreement for BI's Tools|Bohemia Interactive End User License Agreement]]
}}
}}


Line 46: Line 34:


==== Supported formats ====
==== Supported formats ====
Input:
Input:
* PBO (RV Engine package)
* PBO (RV Engine package)
Line 54: Line 41:


==== How to use it ====
==== 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).


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


[[Category:Tools]]
{{GameCategory|arma3|Official Tools}}
[[Category:ArmA: Official Tools]]
[[Category:Arma 3 Official Tools]]

Latest revision as of 17:23, 4 January 2023

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