A C implementation of Arma modding tools (PAA conversion, binarization/rapification, PBO packing). (WIP)
$ make
$ sudo make install
There are no dependencies other than a C lib with an fts library (like glibc) on *nix systems.
$ pacaur -S armake # or use yaourt or whatever AUR helper you use
or
$ 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.
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.