Add missing sauerland winter config and batch

This commit is contained in:
A Man
2019-12-16 13:29:30 +01:00
parent 97eef50e67
commit d40c53c9d9
2 changed files with 42 additions and 0 deletions

View File

@@ -0,0 +1,2 @@
@echo off
start "arma2" /min /high arma2oaserver.exe -port=2302 "-config=C:\DZE_Server_Config\26_sauerland_winter.cfg" "-cfg=C:\DZE_Server_Config\basic.cfg" "-profiles=C:\DZE_Server_Config" -name=server "-mod=@DayZ_Epoch;@DayZ_Epoch_Server;"

View File

@@ -0,0 +1,40 @@
hostName = "DayZ Epoch Sauerland Winter Server (1.0.7/144629)";
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 = 144629;
class Missions
{
class Mission1
{
template = "DayZ_Epoch_26.sauerland_winter";
difficulty="veteran";
};
};