diff --git a/Server Files/Config-Examples/instance_4_zargabad/config.cfg b/Server Files/Config-Examples/instance_4_zargabad/config.cfg index 7f520c8f4..2eea290d6 100644 --- a/Server Files/Config-Examples/instance_4_zargabad/config.cfg +++ b/Server Files/Config-Examples/instance_4_zargabad/config.cfg @@ -2,13 +2,17 @@ hostName = "DayZ Epoch Zargabad Server (1.0.5.2/125548)"; password = ""; passwordAdmin = "changeme"; maxPlayers = 50; +steamport = 8766; +steamqueryport = 27016; + +motd[] = {"DayZ Epoch","Have fun!"}; +motdInterval = 0; + logFile = "server_log.txt"; voteThreshold = 2; voteMissionPlayers = 3; -reportingIP = "arma2oapc.master.gamespy.com"; timeStampFormat = "short"; -motd[] = {"DayZ Epoch","Have fun!"}; -motdInterval = 0; + vonCodecQuality = 11; disableVoN = 0; kickduplicate = 1; @@ -16,15 +20,18 @@ verifySignatures = 2; persistent = 1; BattlEye = 1; doubleIdDetected = ""; + onUserConnected = ""; onUserDisconnected = ""; onUnsignedData = "kick (_this select 0)"; -onHackedData = "kick (_this select 0)"; +onHackedData = "kick (_this select 0)"; onDifferentData = ""; + regularCheck = ""; requiredBuild = 125548; requiredSecureId = 2; + class Missions { class Mission1 @@ -33,4 +40,4 @@ class Missions difficulty="veteran"; }; -}; \ No newline at end of file +};