Advertisement
Guest User

config_Chernarus.cfg

a guest
Feb 14th, 2014
117
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.90 KB | None | 0 0
  1. config_Chernarus.cfg
  2.  
  3. hostName = "Dead Rising (New) - Epoch Chernarus (1.0.4.2) hosted by XstreamGaming.net";
  4. password = "";
  5. passwordAdmin = "removed";
  6. maxPlayers = 30;
  7.  
  8. logFile = "server_log.txt";
  9.  
  10. voteThreshold = 0.33;
  11. voteMissionPlayers = 3;
  12. reportingIP = "arma2oapc.master.gamespy.com";
  13.  
  14. timeStampFormat = "short";
  15. motd[] = {
  16. "Welcome to a DayZ Epoch Server hosted by XstreamGaming.net",
  17. "Have fun!",};
  18.  
  19. motdInterval = 5;
  20. vonCodecQuality = 11;
  21. disableVoN = 0;
  22.  
  23. kickduplicate = 1;
  24. verifySignatures = 2;
  25. persistent = 1;
  26. BattlEye = 1;
  27.  
  28. doubleIdDetected = "";
  29. onUserConnected = "";
  30. onUserDisconnected = "";
  31. onUnsignedData = "kick (_this select 0)";
  32. onHackedData = "kick (_this select 0)";
  33. onDifferentData = "";
  34. regularCheck = "";
  35.  
  36. requiredBuild = 103718;
  37.  
  38. class Missions
  39. {
  40. class Mission1
  41. {
  42. template = "DayZ_Epoch_11.Chernarus";
  43. difficulty="veteran";
  44. };
  45.  
  46. };
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement