Guest User

DayZ Config

a guest
Mar 1st, 2013
99
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.76 KB | None | 0 0
  1. hostName = "G!H Lingor Server (1.7.2.5 / 96493)";
  2. password = "**";
  3. passwordAdmin = "**";
  4. maxPlayers = 10;
  5. logFile = "server_log.txt";
  6. voteThreshold = 0.33;
  7. voteMissionPlayers = 3;
  8. reportingIP = "arma2oapc.master.gamespy.com";
  9. timeStampFormat = "short";
  10. motd[] = {"b0b","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 = 96493;
  26.  
  27. class Missions
  28. {
  29. class Mission1
  30. {
  31. template = "Saintly.Dayz_1.Lingor";
  32. difficulty="regular";
  33. };
  34.  
  35. };
Advertisement
Add Comment
Please, Sign In to add comment