A C implementation of Arma modding tools (PAA conversion, binarization/rapification, PBO packing). (WIP)
$ make
$ sudo make install
Dependencies:
- An FTS library (glibc has one)
- OpenSSL
PKGBUILD or PKGBUILD (development)
$ pacaur -S armake # or use yaourt or whatever AUR helper you use
$ pacaur -S armake-git
$ sudo add-apt-repository ppa:koffeinflummi/armake
$ sudo apt-get update
$ sudo apt-get install armake
See $ armake --help
or src/usage.
- Mikero for his great documentation of the various file formats used.
- T_D for great documentation, lots of pointers and even some code contributions.
- jonpas for all kinds of help with development and testing.
- kju for some pointers and "PR work".
- Glowbal for the name.
- 4d4a5852 for his work with a3lib.
This isn't official BI software. As such, it may not compile certain addons correctly or lag behind BI when new file format versions are introduced. As stated in the GPL, this software is provided without any warranty, so use at your own risk.