Skip to content

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

License

Notifications You must be signed in to change notification settings

Braini01/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

There are no dependencies other than a C lib with an fts library (like glibc) on *nix systems.

Arch Linux

PKGBUILD

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

or

PKGBUILD (development)

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

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 1G3RbQr2JHeYDB8YGifkF42aaaMmjRKYyo

About

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

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • C 99.7%
  • Makefile 0.3%