Add Chernarus Winter template

This commit is contained in:
A Man
2019-12-16 13:28:45 +01:00
parent edee345fa7
commit 97eef50e67
6 changed files with 751 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\2_chernarus_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 Chernarus 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_2.Chernarus_Winter";
difficulty="veteran";
};
};