I am trying to work on creating my own factions using the ORBAT. Currently I am just trying to make the RHS VDV faction fully ALiVE compatible. However, I am having some trouble, after I make my faction in the ORBAT and copy the faction to the clipboard, I paste into autogen.hpp. Next I open up the Addon Builder from Arma 3 Tools to pack the PBO. However, when I select the test folder in the source and set destination, I get a build failed result. Here is the full error:
Build failed. Result code = 1
CfgConvert task failed.
File C:\xxx\xxx\xxx\test\autogen.hpp line 7793:/
CfgVehicles/O_rhsfactionvdvcopy1_GAZ_233114_01/Turrets.CargoTurret_01: Undefined base
class 'CargoTurret_01'
Config: some input after EndOfFile.
Error reading config file 'C:\Users\xxx\xxx\@testmod\addons\test\config.cpp
Class CBA_Extended_EventHandlers_base destroyed with lock count 5
Class destroyed with lock count 1
If I unclick the "Binarize" option in the Addon Builder, it builds a folder test.pbo, but I can't add it as a mod, I get an error that there are no PBO files in the folder. Any suggestions?