Requires the latest version of CBA A3.
You were ever in the need of writing something down? Here you are.
These instructions will get you a copy of the project up and running on your local machine for development and testing purposes. See deployment for notes on how to deploy the project on a live system.
The build process is base on the HEMTT build process, so you can follow the steps there. Basically the following is needed:
- correctly setup project drive (P: drive)
- download/clone KNB GitHub repo
- right-click in the root folder and open power shell
- you can build by executing
.\hemtt build
from the tools folder - you have to setup the data link with admin cmd: mklink /J "A:\SteamLibrary\steamapps\common\Arma 3\z\KNB" "P:\KNB"
- for testing include your mod by adding
-mod=z\KNB
as start parameter
CBA_A3 - Community Based Addons for Arma 3 needs to be installed for MACRO usage
HEMTT is a CLI tool that must be called from the root of your project. HEMTT needs to be placed in the project root and called with ./hemtt
on Linux or hemtt.exe
on Windows.
Below is just a showcase, read the documentation to learn about more features and reasonings.
Please read CONTRIBUTING.md for details on our code of conduct, and the process for submitting pull requests to us.
Please, use my Issue Tracker to report a bug, propose a feature, or suggest changes to the existing ones.
We use SemVer for versioning. For the versions available, see the tags on this repository.
- Katalam - Initial work
- Tank - Help with blender
This project is licensed under the GPLv3 License - see the LICENSE file for details