Advertisement
Guest User

Untitled

a guest
Dec 5th, 2014
236
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.85 KB | None | 0 0
  1. hostName = "DayZ Epoch Chernarus Server (1.0.5/125548)";
  2. password = "";
  3. passwordAdmin = "changeme";
  4. maxPlayers = 50;
  5. logFile = "server_log.txt";
  6. voteThreshold = 2;
  7. voteMissionPlayers = 3;
  8. reportingIP = "arma2oapc.master.gamespy.com";
  9. timeStampFormat = "short";
  10. motd[] = {"DayZ Epoch","Have fun!"};
  11. motdInterval = 0;
  12. vonCodecQuality = 11;
  13. disableVoN = 0;
  14. kickduplicate = 1;
  15. verifySignatures = 2;
  16. persistent = 1;
  17. BattlEye = 1;
  18. doubleIdDetected = "";
  19. onUserConnected = "";
  20. onUserDisconnected = "";
  21. onUnsignedData = "kick (_this select 0)";
  22. onHackedData = "kick (_this select 0)";
  23. onDifferentData = "";
  24. regularCheck = "";
  25. requiredBuild = 125548;
  26. requiredSecureId = 2;
  27. steamport = 2300;
  28. steamqueryport = 2301;
  29.  
  30. class Missions
  31. {
  32. class Mission1
  33. {
  34. template = "DayZ_Epoch_11.Chernarus";
  35. difficulty="veteran";
  36. };
  37.  
  38. };
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement