mirror of
https://github.com/EpochModTeam/DayZ-Epoch.git
synced 2025-12-13 19:52:38 +03:00
@@ -2,13 +2,17 @@ hostName = "DayZ Epoch Panthera 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";
|
||||||
};
|
};
|
||||||
|
|
||||||
};
|
};
|
||||||
|
|||||||
Reference in New Issue
Block a user