Advertisement
Guest User

Untitled

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