Advertisement
diehardx95

config.cfg

Jul 23rd, 2014
206
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.86 KB | None | 0 0
  1. D:\Dayz_Test_Server\instance_1_Overpoch\config.cfg
  2.  
  3. hostName = "DayZ Overpoch Napf Test Server (1.0.5/103718)";
  4. password = "Meow";
  5. passwordAdmin = "poop";
  6. maxPlayers = 10;
  7. logFile = "server_log.txt";
  8. voteThreshold = 2;
  9. voteMissionPlayers = 3;
  10. reportingIP = "arma2oapc.master.gamespy.com";
  11. timeStampFormat = "short";
  12. motd[] = {"DayZ Epoch","Have fun!"};
  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 = 103718;
  28. requiredSecureId = 2;
  29.  
  30. class Missions
  31. {
  32. class Mission1
  33. {
  34. template = "DayZ_Overpoch_1.Napf";
  35. difficulty="veteran";
  36. };
  37.  
  38. };
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement