Files
DayZ-Epoch/Server Files/Config-Examples/instance_7_Lingor/config.cfg
2015-12-18 13:12:30 -05:00

41 lines
759 B
INI

hostName = "DayZ Epoch Lingor Server (1.0.6/131129)";
password = "";
passwordAdmin = "changeme";
maxPlayers = 50;
steamport = 8766;
steamqueryport = 27016;
motd[] = {"DayZ Epoch","Have fun!"};
motdInterval = 0;
logFile = "server_log.txt";
voteThreshold = 2;
voteMissionPlayers = 3;
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_7.Lingor";
difficulty="veteran";
};
};