Add files via upload

Upload Ovaron batch file and server config file.
This commit is contained in:
worldwidesorrow
2020-01-21 12:53:23 -06:00
committed by GitHub
parent ee1e5be731
commit be26b950b4
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\23_cmr_ovaron.cfg" "-cfg=C:\DZE_Server_Config\basic.cfg" "-profiles=C:\DZE_Server_Config" -name=server "-mod=@Ovaron1.3;@DayZ_Epoch;@DayZ_Epoch_Server;"

View File

@@ -0,0 +1,40 @@
hostName = "DayZ Epoch Ovaron 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 = 1;
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_23.cmr_ovaron";
difficulty="veteran";
};
};