stanerzz 10 Posted April 29, 2014 (edited) 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 April 30, 2014 by Stanerzz Share this post Link to post Share on other sites
saetheer 9 Posted April 29, 2014 use one of these [php ][/php] Share this post Link to post Share on other sites
stanerzz 10 Posted April 29, 2014 Hey bud any chance you can give me an example ? Share this post Link to post Share on other sites
zachgibson22 3 Posted April 29, 2014 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
das attorney 858 Posted April 29, 2014 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
stanerzz 10 Posted April 29, 2014 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