/docker-depbo-tools

Mikero's pbo-tools for Arma. Supports: amd64 , arm64

docker-depbo-tools

DePbo tools for Linux consists of a shared library and a set of command line tools.

This is the source repository for https://hub.docker.com/r/jerryhopper/depbo-tools/

Usage:

Assuming there is a file called bogus.pbo in the current directory:

docker run -it -v $PWD:/home jerryhopper/depbo-tools:latest extractpbo bogus.pbo

Available commands:

convertwrp
deanm
defxy
dekey
dep3d
depax
depew
derap
dertm
dewss
extractpbo
makepbo
movefolder
moveobject
pbodeps
queryaddons
rapify

More info about the commandline tools. : https://mikero.bytex.digital/

Update

i added armake to the image. More info: https://github.com/KoffeinFlummi/armake

docker run -it -v $PWD:/home jerryhopper/depbo-tools:latest armake

Usage:
    armake binarize [-f] [-w ] [-i ]  []
    armake build [-f] [-p] [-w ] [-i ] [-x ] [-k ] [-s ] [-e ]  
    armake inspect 
    armake unpack [-f] [-i ] [-x ]  
    armake cat  
    armake derapify [-f] [-d ] [ []]
    armake keygen [-f] 
    armake sign [-f] [-s ]  
    armake paa2img [-f]  
    armake img2paa [-f] [-z] [-t ]  
    armake (-h | --help)
    armake (-v | --version)