mirror of
https://github.com/EpochModTeam/DayZ-Epoch.git
synced 2025-12-13 19:52:38 +03:00
Updated Steam Ports
This commit is contained in:
@@ -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";
|
||||
};
|
||||
|
||||
};
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user