Advertisement
Guest User

config.cfg

a guest
Nov 12th, 2014
238
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.84 KB | None | 0 0
  1. hostName = "V9GAMING DAYZ (1.0.5.1/103718)";
  2. password = "";
  3. passwordAdmin = "lcadmin";
  4. maxPlayers = 80;
  5. logFile = "server_log.txt";
  6. voteThreshold = 2;
  7. voteMissionPlayers = 3;
  8. steamport = 8766;
  9. steamqueryport = 27016;
  10. reportingIP = "arma2oapc.master.gamespy.com";
  11. timeStampFormat = "short";
  12. motd[] = {"THE SERVER IS UNDER MAINTENANCE"};
  13. motdInterval = 0;
  14. vonCodecQuality = 11;
  15. disableVoN = 0;
  16. kickduplicate = 1;
  17. verifySignatures = 2;
  18. persistent = 1;
  19. BattlEye = 1;
  20. doubleIdDetected = "";
  21. onUserConnected = "";
  22. onUserDisconnected = "";
  23. onUnsignedData = "kick (_this select 0)";
  24. onHackedData = "kick (_this select 0)";
  25. onDifferentData = "";
  26. regularCheck = "";
  27. requiredBuild = 125548;
  28. requiredSecureId = 2;
  29.  
  30. class Missions
  31. {
  32. class Mission1
  33. {
  34. template = "DayZ_Epoch_13.Tavi";
  35. difficulty="recruit";
  36. };
  37.  
  38. };
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement