From a624c81653af183ce1145be581a1518d93fa97ba Mon Sep 17 00:00:00 2001 From: Namindu Date: Wed, 30 Jul 2014 16:05:51 -0700 Subject: [PATCH] Updated Steam Ports --- .../instance_3_shapur_baf/config.cfg | 18 ++++++++++++------ 1 file changed, 12 insertions(+), 6 deletions(-) diff --git a/Server Files/Config-Examples/instance_3_shapur_baf/config.cfg b/Server Files/Config-Examples/instance_3_shapur_baf/config.cfg index a5a5899ed..c09405f7e 100644 --- a/Server Files/Config-Examples/instance_3_shapur_baf/config.cfg +++ b/Server Files/Config-Examples/instance_3_shapur_baf/config.cfg @@ -1,14 +1,18 @@ hostName = "DayZ Epoch Shapur BAF Server (1.0.5.2/125548/No Traders)"; password = ""; passwordAdmin = "changeme"; -maxPlayers = 24; +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,11 +20,13 @@ 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; @@ -33,4 +39,4 @@ class Missions difficulty="veteran"; }; -}; \ No newline at end of file +};