Skip to content

Latest commit

 

History

History
17 lines (13 loc) · 648 Bytes

README.md

File metadata and controls

17 lines (13 loc) · 648 Bytes

Small Dockerimage with the latest version of Armake compiled from source master branch.

Usage

Simple example of unpacking a file mission.pbo into subfolder mission of the current directory:

docker run -t -v $(pwd):/data -it pnxr/armake-minimal \
unpack /data/mission.pbo /data/mission

See also the Full Syntax Documentation

Annotations

Thanks to KoffeinFlummi for creating his useful utillity which makes arma modding on linux way less painful.