//ArmA 3 Server Configuration File - Modified/Updated by ATCAG // comments are written with "//" in front of them. // server.cfg // GLOBAL SETTINGS hostname="My Kickass Server"; //Public server name that appears in server browser password = ""; passwordAdmin = "openSesame"; // Welcome message, two lines "," means 'new line' motd[]= { "", "", "", "*** Welcome! ***", "*** Join our TeamSpeak: ***", "*** ATCAG.TS.NFOSERVERS.COM ***", }; motdInterval=3; // JOINING RULES checkfiles[]={"HWTL\dta\data3d.pbo","dta\data3d.pbo"}; maxPlayers =16; kickduplicate=1; verifySignatures=0; equalModRequired = 0; // VOTING voteMissionPlayers=0; voteThreshold=0.33; // INGAME SETTINGS disableVoN=1; vonCodecQuality = 0; BattlEye = 1; timeStampFormat = "short"; forceRotorLibSimulation = 0; persistent=1; // STEAM DO NOT EDIT THESE PORT LINES!!! steamport=8766; steamqueryport=2303; // Map rotation class Missions { class Mission1 { template="kingsrealm.Altis"; //Make sure the mission you want to set is located in the server's MPmissions folder! difficulty="Veteran"; }; };