All Projects → SteezCram → PboViewer

SteezCram / PboViewer

Licence: GPL-3.0 license
Cross-platform PBO maker / unpacker

Programming Languages

C#
18002 projects
Batchfile
5799 projects
powershell
5483 projects

Projects that are alternatives of or similar to PboViewer

mts marker
NATO joint military symbols for ArmA 3
Stars: ✭ 14 (-50%)
Mutual labels:  arma, arma3, arma3-mods
Pythia
An extension for Arma 3 that lets you write extensions in Python 3
Stars: ✭ 50 (+78.57%)
Mutual labels:  arma, arma3
Bulletproof-Arma-Launcher
Customisable mod installer and launcher for Arma 3 mods that takes care of *everything* for your community players! Why "bulletproof", you ask? Because "Idiotensicher" was mean :)
Stars: ✭ 21 (-25%)
Mutual labels:  arma, arma3
Streamator
A Spectator Specifically build for Content Creation and Streaming
Stars: ✭ 18 (-35.71%)
Mutual labels:  arma, arma3
R3
Arma After Action Replay System, ongoing development in git branches
Stars: ✭ 35 (+25%)
Mutual labels:  arma, arma3
slotlist-backend
Backend of slotlist.info, an ArmA 3 mission planning and slotlist management tool
Stars: ✭ 13 (-53.57%)
Mutual labels:  arma, arma3
TheseusServices
Private Military Company content mod for Arma 3
Stars: ✭ 16 (-42.86%)
Mutual labels:  arma, arma3
3den-Enhanced
Official 3den Enhanced repository
Stars: ✭ 36 (+28.57%)
Mutual labels:  arma, arma3
A3ExtendedChat
Adds new functionality to the Arma 3 chat system with emojis, history viewer, message filters and commands!
Stars: ✭ 16 (-42.86%)
Mutual labels:  arma, arma3
extDB2
Arma3 Extension DB C++ dll / so by @Torndeco. [superseded by extDB3]
Stars: ✭ 17 (-39.29%)
Mutual labels:  arma, arma3
awesome-arma3
Curated list of awesome Arma 3 missions and addons
Stars: ✭ 18 (-35.71%)
Mutual labels:  arma, arma3
SQFDiscordEmbedBuilder
Send discord webhook embeds from your Arma 3 Server
Stars: ✭ 27 (-3.57%)
Mutual labels:  arma, arma3
diwako dui
A UI showing unit positions and names of units in your squad
Stars: ✭ 39 (+39.29%)
Mutual labels:  arma3, arma3-mods
TMF
TMF is a mission making mod for Arma 3's 3D editor
Stars: ✭ 33 (+17.86%)
Mutual labels:  arma3, arma3-mods
CLib
CLib is a Function/Script Library for ArmA 3
Stars: ✭ 22 (-21.43%)
Mutual labels:  arma, arma3
tabler
Arma 3 Translation Helper
Stars: ✭ 29 (+3.57%)
Mutual labels:  arma, arma3
arma-dialog-creator
A dialog/GUI creation tool for Arma 3.
Stars: ✭ 73 (+160.71%)
Mutual labels:  arma
LambsDanger
AI enhancement mod for Arma 3
Stars: ✭ 88 (+214.29%)
Mutual labels:  arma3
ARFIMA.jl
Simulate stochastic timeseries that follow ARFIMA, ARMA, ARIMA, AR, etc. processes
Stars: ✭ 44 (+57.14%)
Mutual labels:  arma
TML.Patcher
Console application for decompiling, recompiling, packaging, and patching tModLoader's .tmod files at blazing-fast speeds.
Stars: ✭ 38 (+35.71%)
Mutual labels:  unpacker

PboViewer

Cross-platform PBO maker / unpacker. Check the wiki here.

GUI

The GUI is availble to all the platform.

Here is a screenshot of the window:

alt text

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 unpack

Here 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

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].