Browse Source

fix: DayZ config typo, comment log file, add steamQueryPort (#120)

pull/122/head
Marcin Jakubowski 4 years ago
committed by GitHub
parent
commit
733f4d4ac8
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
  1. 7
      DayZ/server.cfg

7
DayZ/server.cfg

@ -28,7 +28,12 @@ enableWhitelist = 0;
maxPlayers = 60;
// Saves the server console log to a file in the folder with the other server logs
logFile = "server_console.log";
// This variable can crash server on early dayz experimental linux builds
//logFile = "server_console.log";
// Defines Steam query port, should fix the issue with server not being visible in client server browser
// If you are host multiple instances, you can use 2305 (game port + 3)
steamQueryPort = 27016;
// INGAME SETTINGS

Loading…
Cancel
Save