Updated Steam Ports

This commit is contained in:
Namindu
2014-07-30 16:04:52 -07:00
parent 3bc4909c6f
commit f0d041a8b3

View File

@@ -2,13 +2,17 @@ hostName = "DayZ Epoch Sauerland Server (1.0.5.2/125548)";
password = ""; password = "";
passwordAdmin = "changeme"; passwordAdmin = "changeme";
maxPlayers = 50; maxPlayers = 50;
steamport = 8766;
steamqueryport = 27016;
motd[] = {"DayZ Epoch","Have fun!"};
motdInterval = 0;
logFile = "server_log.txt"; logFile = "server_log.txt";
voteThreshold = 2; voteThreshold = 2;
voteMissionPlayers = 3; voteMissionPlayers = 3;
reportingIP = "arma2oapc.master.gamespy.com";
timeStampFormat = "short"; timeStampFormat = "short";
motd[] = {"DayZ Epoch","Have fun!"};
motdInterval = 0;
vonCodecQuality = 11; vonCodecQuality = 11;
disableVoN = 0; disableVoN = 0;
kickduplicate = 1; kickduplicate = 1;
@@ -16,11 +20,13 @@ verifySignatures = 2;
persistent = 1; persistent = 1;
BattlEye = 1; BattlEye = 1;
doubleIdDetected = ""; doubleIdDetected = "";
onUserConnected = ""; onUserConnected = "";
onUserDisconnected = ""; onUserDisconnected = "";
onUnsignedData = "kick (_this select 0)"; onUnsignedData = "kick (_this select 0)";
onHackedData = "kick (_this select 0)"; onHackedData = "kick (_this select 0)";
onDifferentData = ""; onDifferentData = "";
regularCheck = ""; regularCheck = "";
requiredBuild = 125548; requiredBuild = 125548;
requiredSecureId = 2; requiredSecureId = 2;
@@ -33,4 +39,4 @@ class Missions
difficulty="veteran"; difficulty="veteran";
}; };
}; };