Advertisement
TBsThug

config.cfg

Dec 23rd, 2017
107
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.07 KB | None | 0 0
  1. hostName = "TESTING|Opoch Sauerland|WAI(1.0.6.1/131129)";
  2. password = "XXXXXXXX";
  3. passwordAdmin = "XXXXXXXX";
  4. maxPlayers = 50;
  5. //Gaming port 2377
  6. steamport = 2379;
  7. steamqueryport = 2378;
  8.  
  9. motd[] = {
  10. "",
  11. "tbsgaming.teamspeak3.com",
  12. "",
  13. "IF YOU NEED HELP COME TO tbsgaming.teamspeak3.com",
  14. "",
  15. "for updates check out tbsgaming.com",
  16. "",
  17. "IF YOU NEED HELP COME TO tbsgaming.teamspeak3.com",
  18. "",
  19. "tbsgaming.com",
  20. };
  21. motdInterval = 900; //in seconds
  22.  
  23. logFile = "server_log.txt";
  24. voteThreshold = 2;
  25. voteMissionPlayers = 999;
  26. timeStampFormat = "short";
  27.  
  28. vonCodecQuality = 10;
  29. disableVoN = 0;
  30. kickduplicate = 1;
  31. verifySignatures = 2;
  32. persistent = 1;
  33. BattlEye = 1;
  34. doubleIdDetected = "";
  35.  
  36. onUserConnected = "";
  37. onUserDisconnected = "";
  38. onUnsignedData = "kick (_this select 0)";
  39. onHackedData = "kick (_this select 0)";
  40. onDifferentData = "";
  41.  
  42. regularCheck = "";
  43. requiredBuild = 131129;
  44. class Missions
  45. {
  46. class Mission1
  47. {
  48. template = "DayZ_Epoch_26.sauerland_winter";
  49. difficulty="regular"; //Recruit Regular Veteran Mercenary
  50. };
  51. };
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement