mirror of
https://github.com/EpochModTeam/DayZ-Epoch.git
synced 2025-12-14 04:02:37 +03:00
moved binaries to root of server files and wrote up basic install upgrade guide
This commit is contained in:
@@ -0,0 +1,35 @@
|
||||
hostName = "DayZ Epoch Sauerland Server (1.0.4.1/103718)";
|
||||
password = "";
|
||||
passwordAdmin = "changeme";
|
||||
maxPlayers = 50;
|
||||
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;
|
||||
verifySignatures = 2;
|
||||
persistent = 1;
|
||||
BattlEye = 1;
|
||||
doubleIdDetected = "";
|
||||
onUserConnected = "";
|
||||
onUserDisconnected = "";
|
||||
onUnsignedData = "kick (_this select 0)";
|
||||
onHackedData = "kick (_this select 0)";
|
||||
onDifferentData = "";
|
||||
regularCheck = "";
|
||||
requiredBuild = 103718;
|
||||
|
||||
class Missions
|
||||
{
|
||||
class Mission1
|
||||
{
|
||||
template = "DayZ_Epoch_25.sauerland";
|
||||
difficulty="veteran";
|
||||
};
|
||||
|
||||
};
|
||||
Reference in New Issue
Block a user