Skip to content

footpatch/armake

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

armake

A C implementation of Arma modding tools (PAA conversion, binarization/rapification, PBO packing). (WIP)

Setup

From Source

$ make
$ sudo make install

Dependencies:

  • An FTS library (glibc has one)
  • OpenSSL

Arch Linux

PKGBUILD or PKGBUILD (development)

$ pacaur -S armake      # or use yaourt or whatever AUR helper you use
$ pacaur -S armake-git

Ubuntu & Other Debian Derivatives

PPA

$ sudo add-apt-repository ppa:koffeinflummi/armake
$ sudo apt-get update
$ sudo apt-get install armake

Usage

See $ armake --help or src/usage.

Credits & Thanks

  • 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.

Used Libraries

Disclaimer

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.



BTC 1K3mKJDJYgJcQFavLL9zHBCGfKj6gmZC7J

About

A C implementation of Arma modding tools (PAA conversion, binarization/rapification, PBO packing). (WIP)

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • C 99.7%
  • Makefile 0.3%