Add some basic compatibility for Ruegen map

This commit is contained in:
ebayShopper
2017-07-30 16:28:37 -04:00
parent 84556c9d03
commit 7a68f9f70b
16 changed files with 842 additions and 2 deletions

View File

@@ -0,0 +1,40 @@
hostName = "DayZ Epoch Ruegen Server (1.0.6.1/131129)";
password = "";
passwordAdmin = "changeme";
maxPlayers = 50;
steamport = 2304;
steamqueryport = 2303;
motd[] = {"DayZ Epoch","Have fun!"};
motdInterval = 0;
logFile = "server_log.txt";
voteThreshold = 2;
voteMissionPlayers = 999;
timeStampFormat = "short";
vonCodecQuality = 11;
disableVoN = 0;
kickduplicate = 1;
verifySignatures = 2;
persistent = 1;
BattlEye = 1;
doubleIdDetected = "";
onUserConnected = "";
onUserDisconnected = "";
onUnsignedData = "kick (_this select 0)";
onHackedData = "kick (_this select 0)";
onDifferentData = "";
regularCheck = "";
requiredBuild = 131129;
class Missions
{
class Mission1
{
template = "DayZ_Epoch_27.ruegen";
difficulty="veteran";
};
};