TacBacon 4 Posted May 11, 2016 I have signed my addon but still can't join server with the key (and key is already placed in keys folder in arma3server) First, I have done the signature check "No error" Second, I use my .biprivatekey to sign with other mods(not my mod) and I can join the server with test mod How do I fix this? I think it's from my config file config.cpp class CfgPatches { class RTAF_V { units[] = {"RTAF_APC_Wheeled_03_F"}; weapons[] = {}; requiredAddons[] = {"A3_Armor_F"}; }; }; class cfgVehicles { class I_APC_Wheeled_03_cannon_F {}; class RTAF_APC_Wheeled_03_F : I_APC_Wheeled_03_cannon_F { scope = 2; side = 1; displayName = "RTAF Black Widow Spider 8x8"; faction = "BLU_F"; vehicleClass = "Armored"; crew = "B_crew_f"; hiddenSelections[] = {"camo1","camo2","camo3","camo4"}; hiddenSelectionsTextures[] = {"\RTAF_V\data\apc_wheeled_03_ext_rtaf_co.paa","\RTAF_V\data\apc_wheeled_03_ext2_rtaf_co.paa","\RTAF_V\data\rcws30_rtaf_co.paa","\RTAF_V\data\apc_wheeled_03_ext_alpha_rtaf_co.paa"}; }; }; Share this post Link to post Share on other sites
TacBacon 4 Posted May 14, 2016 Can anyone help me? I don't know what to do next I have tried - Add all units in cfgPatches - Remove unnecessary thing in config - Combine some part Share this post Link to post Share on other sites
TacBacon 4 Posted May 15, 2016 Am I post on wrong section of this forum? Why no one reply me? Share this post Link to post Share on other sites
Jackal326 1181 Posted May 15, 2016 Why no one reply me? Because they don't know how to help... 1 Share this post Link to post Share on other sites