- Download the latest version of
bisign
from https://github.com/BrettMayson/bisign/releases - Extract
bisign.exe
into a new folder - Add
validate.bat
in the same folder
- Open the Command Prompt
- Go to the folder with
validate.bat
andbisign.bat
- Execute the following:
validate.bat "path/to/mod"
To validate CBA you simply add the full path to the mod folder
validate.bat "C:\Program Files (x86)\Steam\steamapps\common\Arma 3\!Workshop\@CBA_A3"
- It assumes that the PBO's are present in
/addons
(required by Arma) - It assumes that the public keys (
.bisign
) are present in/addons
(required by Arma) - It assumes that the private key (
.bikey
) is present in/keys
(required by Arma)