Requires the latest version of CBA and ACE3.
Theseus Inc. Mods, also known as TAC Mods, is a joint effort by the members of Theseus Inc. to bend the features and game-play of Arma 3 to the community's needs.
The mod is on the same foundation as the ACE3 mod, using its framework, systems, tools and standards. It is entirely open-source and licensed under the GNU General Public License (GPLv2).
Huge appreciation and thanks to ACE3 Team for their open-source nature and permission to use their systems.
Quick build only.
$ make.bat
Requires Boost library!
32-bit:
$ cd extensions/vcproj
$ cmake .. -G "Visual Studio 15 2017" // Or other 32-bit compiler
64-bit:
$ cd extensions/vcproj64
$ cmake .. -G "Visual Studio 15 2017 Win64" // Or other 64-bit compiler
Open TAC.sln
, change configuration to RelWithDebInfo
and compile.
$ make # Quick build
$ make <component>.pbo # Quick build of specified component
$ make filepatching # Development build (file patching)
$ make release # Clean, update versions, commit release preparation, build, sign and archive
$ make push # Commit and push release preparation
$ make clean # Clean build files
Requires Boost library!
Requires g++-w64-mingw-i686
for 64-bit!
$ make extensions # Build 32-bit extensions
$ make extensions-win64 # Build 64-bit extensions
GitHub Changelog Generator Usage:
github_changelog_generator --user Theseus-Aegis --project Mods --token <insert_token> --no-issues --no-pr-wo-labels --unreleased-only --exclude-labels "can't reproduce",duplicate,question,invalid,wontfix --bug-labels bug,"critical bug" --enhancement-labels enhancement,"feature request" --no-author --no-compare-link