From 47ec14e9fa127ab0e9ec21d0be150e4fee4ddfcb Mon Sep 17 00:00:00 2001 From: Namindu Date: Wed, 30 Jul 2014 16:04:24 -0700 Subject: [PATCH] Updated Steam Ports --- .../Config-Examples/instance_24_Napf/config.cfg | 16 +++++++++++----- 1 file changed, 11 insertions(+), 5 deletions(-) diff --git a/Server Files/Config-Examples/instance_24_Napf/config.cfg b/Server Files/Config-Examples/instance_24_Napf/config.cfg index f66e579c1..dde8bb799 100644 --- a/Server Files/Config-Examples/instance_24_Napf/config.cfg +++ b/Server Files/Config-Examples/instance_24_Napf/config.cfg @@ -2,13 +2,17 @@ hostName = "DayZ Epoch Napf 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,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 +};