Jump to content

SC kick player


Atavis

Recommended Posts

// EPOCH SERVER CONFIG

// GLOBAL SETTINGS
hostname        	= "[EKB] SERVER Arma 3 Epoch (0.2.5.1\1.36) [mission,lift car,fastrope, more loot, bot patrol]";
password         	= "";
passwordAdmin      	= "";
//logFile           = "A3Master.log";
verifySignatures   	= 2;
BattlEye            = 1;
requiredBuild = 128075;

motd[] = {
	"",
	"Hi"
};
motdInterval = 5;               // Time interval (in seconds) between each message

// JOINING RULES
maxPlayers = 64;		// Maximum amount of players. Civilians and watchers, beholder, bystanders and so on also count as player.

// VOTING
voteMissionPlayers	= 200;    // Prevents Votes.
voteThreshold		= 2; // Prevents Votes.

// INGAME SETTINGS
disableVoN	= 0;        	// If set to 1, Voice over Net will not be available
vonCodecQuality = 20;       // Quality from 1 to 30
persistent	= 1;        	// If 1, missions still run on even after the last player disconnected.

// MISSIONS CYCLE (see below) epoch.Altis epoch.Stratis epoch_noZ.Altis
class Missions
{
	class Epoch {
		template = epoch.Altis; // DO NOT CHANGE THIS, IT WILL BREAK YOUR SERVER
		difficulty = "veteran";    // difficulty settings: veteran == NORMAL, mercenary == HARDCORE
	};
};

kickDuplicate = 1;
equalModRequired = 0;
requiredSecureId = 2;
timeStampFormat = "short";

// SCRIPTING ISSUES
onUserConnected = "";
onUserDisconnected = "";
doubleIdDetected = "";

// SIGNATURE VERIFICATION
onUnsignedData = "kick (_this select 0)";	// unsigned data detected
onHackedData = 	"kick (_this select 0)";	//"ban (_this select 0)"; // tampering of the signature detected
onDifferentData = "kick (_this select 0)";

my config.cfg

How do I check?

Link to comment
Share on other sites

  • 1 month later...

It means the person joining has the wrong mod version, client side mod must match the servers version or the wrong launch parameters.

 

It's a very strange thing, we are all running the same version, the mod epoch and the game arma3 not believe it is so, my friends all get kick and not only me, if they create serves the same thing happens, I get no kicks but they did.

Link to comment
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
  • Advertisement
  • Discord

×
×
  • Create New...