mirror of
https://github.com/EpochModTeam/DayZ-Epoch.git
synced 2025-12-20 10:26:28 +03:00
Move no longer used maps to archive.
All files in the archive will no be updated. Ive added a copy of the current trader files too, so the old traders and trader cities can still be used with the current trader files. Give me a hint if you think some of the files should be moved back.
This commit is contained in:
40
Server Files/Archive/Maps/Utes/DZE_Server_Config/2_utes.cfg
Normal file
40
Server Files/Archive/Maps/Utes/DZE_Server_Config/2_utes.cfg
Normal file
@@ -0,0 +1,40 @@
|
||||
hostName = "DayZ Epoch Utes Server (1.0.6.2/131129/No Traders)";
|
||||
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 = 131129;
|
||||
class Missions
|
||||
{
|
||||
class Mission1
|
||||
{
|
||||
template = "DayZ_Epoch_2.Utes";
|
||||
difficulty="veteran";
|
||||
};
|
||||
|
||||
};
|
||||
Reference in New Issue
Block a user