Files
DayZ-Epoch/Server Files/Config-Examples/instance_3_shapur_baf/config.cfg
ebaydayz a60c1931ee Update default steam ports and disable mission voting
These default ports tend to work best for both A2 and A3 as recommended
here:

https://community.bistudio.com/wiki/Arma_3_Dedicated_Server#Port_Forwarding

Most Epoch servers only run one mission, so players should not be able
to vote for a mission change.
2016-12-07 16:31:49 -05:00

41 lines
779 B
INI

hostName = "DayZ Epoch Shapur BAF Server (1.0.6/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_3.Shapur_BAF";
difficulty="veteran";
};
};