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.
This commit is contained in:
ebaydayz
2016-12-07 16:31:49 -05:00
parent 90977e4a31
commit a60c1931ee
19 changed files with 57 additions and 57 deletions

View File

@@ -2,15 +2,15 @@ hostName = "DayZ Epoch Caribou Server (1.0.6/131129)";
password = "";
passwordAdmin = "changeme";
maxPlayers = 50;
steamport = 8766;
steamqueryport = 27016;
steamport = 2304;
steamqueryport = 2303;
motd[] = {"DayZ Epoch","Have fun!"};
motdInterval = 0;
logFile = "server_log.txt";
voteThreshold = 2;
voteMissionPlayers = 3;
voteMissionPlayers = 999;
timeStampFormat = "short";
vonCodecQuality = 11;