crhash

Untitled

Feb 25th, 2014
150
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.76 KB | None | 0 0
  1. hostName = "Myhost name (1.0.4.2/103718)";
  2. password = "mypassword";
  3. passwordAdmin = "changeme";
  4. maxPlayers = 50;
  5. logFile = "server_log.txt";
  6. voteThreshold = 0,33;
  7. voteMissionPlayers = 3;
  8. reportingIP = "arma2oapc.master.gamespy.com";
  9. timeStampFormat = "short";
  10. motd[] = {"Lenin"};
  11. motdInterval = 30;
  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 = 95248;
  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