BankRev: Difference between revisions
Jump to navigation
Jump to search
Lou Montana (talk | contribs) m (Text replacement - " *\|= " to " ") |
Lou Montana (talk | contribs) m (Text replacement - "{{ExternalLink|" to "{{Link|") |
||
(4 intermediate revisions by the same user 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]] | ||
|DOWNLOAD= {{Link|link= http://store.steampowered.com/app/233800/|text= 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 | ||
|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> | |||
| | |EXAMPLE= Bankrev.exe -f o:\Addons\ "e:\Steam\steamapps\common\Arma 3\Addons\A3.pbo" | ||
|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). | |||
{{GameCategory|arma3|Official Tools}} | |||
{{GameCategory|arma3| Official Tools}} |
Latest revision as of 16: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
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).