Advertisement
Guest User

config vulcanrvn

a guest
Jun 17th, 2014
56
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.79 KB | None | 0 0
  1. hostName = "DayZ Epoch Chernarus Server (1.0.4.2/103718)";
  2. password = "1234";
  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 = 0;
  18. doubleIdDetected = "";
  19. onUserConnected = "";
  20. onUserDisconnected = "";
  21. onUnsignedData = "kick (_this select 0)";
  22. onHackedData = "kick (_this select 0)";
  23. onDifferentData = "";
  24. regularCheck = "";
  25. requiredBuild = 103718;
  26.  
  27. class Missions
  28. {
  29. class Mission1
  30. {
  31. template = "DayZ_Epoch_11.Chernarus";
  32. difficulty="veteran";
  33. };
  34.  
  35. };
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement