Making Arma 3 a better place for all members of the 2nd Battalion, Nord Brigade.
We have a build system to allow for key signing and addon compiling.
Automated Process:
To automatically set up your system and build the mod you can execute the included build.bat
file.
You can do this by either going to \tools
and double clicking the build.bat
file, or if you use VSC you can select the bat file then in the TERMINAL
at the bottom you can select the Run Active File
option from the ...
menu.
Manual Proccess:
To set up your system to use the build script:
set-executionpolicy remotesigned
If on Windows, use the tools\make.ps1
file to build the mod for you. It will build the mod, sign the addons, include the public key in the keys
folder, and also copy across all files found in the extras
folder, as well as the files specified in the file tools\support-files.txt
.
The build script will NOT leave the private key in the keys
folder. It will delete it instead, to avoid any accidental uploading or distribution.
Be aware, that the names of the .bisign
and .bikey
files depend on the latest tag on git. This means that, if you wish to upload a release, it is advised to first tag the latest git commit, and then build the mod. That way you have a nice version, such as bnb_ex_v1.0.3.bikey
rather than bnb_ex_v1.0.3-g0558b0c.bikey
.
To make the names of this mod less likely to run into problems in the future regarding the inclusion of a number in the name:
The prefix bnb_ex_
should be used where appropriate to avoid any potential name clashes with other mods.
For any questions, contact FarCry, Carmichael or Met on the 2BNB Discord.
For any previously used gear such as SURPAT or BettIR Compats, they're in our gDrive; still accessible but has been taken out of the mod for simplicity.