Advertisement
Brenner650

config.cfg

Mar 30th, 2018
230
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
C++ 1.03 KB | None | 0 0
  1. // Config file generated 26/01/2018 05:33 with TADST.
  2.  
  3. hostname = "Exile Tanoa (you need: Arma 3 v1.80 | Exile Mod Client 1.0.3 | Extended Base Mod) Dynamic Missions, Occupation, Capture Point, Roaming Bandits";
  4. password = "";
  5. passwordAdmin = "brenner656";
  6. serverCommandPassword = "brenner656";
  7. logFile = "Tanoa.log";
  8.  
  9. motd[] = {
  10. };
  11. motdInterval = 3;
  12.  
  13. maxPlayers = 25;
  14. kickduplicate = 1;
  15. verifySignatures = 0;
  16. localClient[] = {127.0.0.1,192.168.0.20};
  17. headlessClients[] = {"127.0.0.1","192.168.0.20"};
  18. battleyeLicense=1;
  19.  
  20. allowedFilePatching = 2;
  21. requiredSecureId = 0;
  22.  
  23. allowedVoteCmds[] = {};
  24. voteMissionPlayers = 3;
  25. voteThreshold = 1.5;
  26.  
  27. disableVoN = 0;
  28. vonCodecQuality = 30;
  29. persistent = 1;
  30. MaxPing = 1900;
  31. timeStampFormat = "none";
  32. BattlEye = 0;
  33.  
  34. doubleIdDetected = "";
  35. onUserConnected = "";
  36. onUserDisconnected = "";
  37. onHackedData = "";
  38. onDifferentData = "";
  39. onUnsignedData = "";
  40. regularCheck = "";
  41.  
  42. class Missions
  43. {
  44.     class Mission_1
  45.     {
  46.         template = "Exile.Tanoa";
  47.         difficulty = "regular";
  48.     };
  49.  
  50.  
  51. };
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement