Jump to content
TacBacon

Signature check "No error" but got "Wrong signature" when join server

Recommended Posts

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"

wixZsom.png

 

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

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

Am I post on wrong section of this forum?

 

Why no one reply me?

Share this post


Link to post
Share on other sites

Why no one reply me?

Because they don't know how to help...

  • Like 1

Share this post


Link to post
Share on other sites

Please sign in to comment

You will be able to leave a comment after signing in



Sign In Now

×