mirror of
https://github.com/EpochModTeam/DayZ-Epoch.git
synced 2025-12-13 19:52:38 +03:00
Add files via upload
Upload Ovaron batch file and server config file.
This commit is contained in:
2
Server Files/DZE_Server_Config/23_cmr_ovaron.bat
Normal file
2
Server Files/DZE_Server_Config/23_cmr_ovaron.bat
Normal 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;"
|
||||
40
Server Files/DZE_Server_Config/23_cmr_ovaron.cfg
Normal file
40
Server Files/DZE_Server_Config/23_cmr_ovaron.cfg
Normal 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";
|
||||
};
|
||||
|
||||
};
|
||||
Reference in New Issue
Block a user