Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/steezcram/pboviewer
Cross-platform PBO maker / unpacker
https://github.com/steezcram/pboviewer
arma arma3 arma3-mods arma3-server cli cross-platform gui pbo pbo-files unpacker
Last synced: 2 months ago
JSON representation
Cross-platform PBO maker / unpacker
- Host: GitHub
- URL: https://github.com/steezcram/pboviewer
- Owner: SteezCram
- License: gpl-3.0
- Created: 2020-11-18T18:59:08.000Z (about 4 years ago)
- Default Branch: main
- Last Pushed: 2024-07-21T17:04:26.000Z (6 months ago)
- Last Synced: 2024-07-22T12:44:40.293Z (6 months ago)
- Topics: arma, arma3, arma3-mods, arma3-server, cli, cross-platform, gui, pbo, pbo-files, unpacker
- Language: C#
- Homepage:
- Size: 7.71 MB
- Stars: 38
- Watchers: 1
- Forks: 8
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# PboViewer
Cross-platform PBO maker / unpacker. Check the wiki [here](https://github.com/SteezCram/PboViewer/wiki).## GUI
The GUI is availble to all the platform.Here is a screenshot of the window:
![alt text](https://i.ibb.co/tJVMSpc/Pbo-Viewer-6ea-Ld-Xo-Mze.png)
## CLI
You have two command for the CLI:
- packFolder, arguments: --path or -p, path of the folder to pack
- unpackFolder, arguments: --path or -p, path of the PBO to unpackHere is one example for each command:
- `./PboViewer packFolder --path="C:\test"`
- `./PboViewer unpackFolder --path="C:\test.pbo"`
- `./PboViewer listFiles --path="C:\test.pbo"`The return of `listFiles` is in this format: `Path: fileName, Size: fileSize, Data size: dataSize, Timestamp: timestamp, Packing method: packingMethod`