Jump to content
Sign in to follow this  
stanerzz

Really need some config help !

Recommended Posts

My server wont launch our mods as they are not signed ! is there any way that i can launch a server without need the keys for the addons ?

Server config below

/////////////////
// GAME SERVAGE //
//////////////////

// GLOBAL SETTINGS //
hostname = "BlackWidowGaming website http://blackwidows.shivtr.com/";
password = "";
passwordAdmin = "";
reportingIP = "arma3pc.master.gamespy.com";

// WELCOME MESSAGE //
motd[] = {
   "Welcome to the BlackWidowGaming servers",
   "",
   "Register here http://blackwidows.shivtr.com/",
   "",
   "Join us on teamspeak 85.236.100.125:11227"
};
motdInterval = 5;

// STEAM SETTINGS //
steamPort = 2520;
steamQueryPort = 2521;

// JOINING RULES //
checkfiles[] = {};
maxPlayers = 10;
kickDuplicate = 0;
verifySignatures = 0;
equalModRequired = 0;

// VOTING //
voteMissionPlayers = 1;
voteThreshold = 0.33;

// INGAME SETTINGS //
disableVoN = 0;
vonCodecQuality = 8;
persistent = 1;
timeStampFormat = "short";
BattlEye = 0;

// SCRIPTING ISSUES //
onUserConnected = "";
onUserDisconnected = "";
doubleIdDetected = "";
regularCheck = "{}";

// SIGNATURE VERIFICATION //
onUnsignedData = "kick (_this select 0)";
onHackedData = "kick (_this select 0)";
onDifferentData = "";

// MISSIONS CYCLE (see below) We've already added wasteland for you.
class Missions 
{
class Wasteland
{
	template="BWC_Trainingarea.Koplic";
	difficulty="Regular";
};
};

Edited by Stanerzz

Share this post


Link to post
Share on other sites

He's just saying to wrap your code in that when posting it. makes it easier to read.

[code ]
bla blah blah, all my config stuff
[/code]

Share this post


Link to post
Share on other sites

It's been a while since I messed around with server configs but try changing this value:

onUnsignedData = "kick (_this select 0)";

to

onUnsignedData = "";

Share this post


Link to post
Share on other sites

Ohhhh okay guys thanks as im sure you can tell im very new to all this but really want to see what i can do : )

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
Sign in to follow this  

×