Arma build system for Sublime Text 2/3 adds a custom build system for building development packages of ACE3-like mods using build.py
.
- Automated: ArmaBuild using Sublime Package Control
- Manual: Clone this repository into your
Sublime Text x/Packages
- Python 3
- Current open folder a project with
tools\build.py
- Under
Tools -> Build System
selectArma
(works with any focused file) orAutomatic
(only works when a*.sqf
file is currently in focus). - Initiate the build (
Tools -> Build
or applicable keybind).
This build system will be updated with whatever the current ACE3 uses as a build system. Change to another system will mean a major increase in the version.