Files
DayZ-Epoch/Server Files/Config-Examples/instance_11_Chernarus/config.cfg
Marko 33b9fcffdb Update config.cfg
This option is deprecated and useless since OA STEAM update.

[10:10:19 | Edited 10:10:49] David Foltyn: secureID was deprecated and replaced with STEAMid, so imho that setting is now void
2015-03-13 18:01:39 +01:00

42 lines
769 B
INI

hostName = "DayZ Epoch Chernarus 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;
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 = 125548;
class Missions
{
class Mission1
{
template = "DayZ_Epoch_11.Chernarus";
difficulty="veteran";
};
};