Advertisement
Guest User

A3WTanoa_hmgt_SERVERCFG

a guest
Jun 15th, 2016
66
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
C++ 1.85 KB | None | 0 0
  1. hostName = "[HMGT] EU Wasteland Tanoa CLASSKITS|AIRDROPS";
  2. password = "";
  3. passwordAdmin = "xxxxx";
  4. logFile = "arma3server.log";
  5.  
  6. motd[] = {
  7. "",
  8. "::: Please read our rules. You can find them on the top left side after opening the map. They are under Server Rules. :::",
  9. "",
  10. "::: Teamspeak: ts.howlingmaggots.com :::",
  11. "::: Forums : www.howlingmaggots.com :::"
  12.  
  13. };
  14. motdInterval = 10;
  15.  
  16. upnp=0;
  17.  
  18. maxPlayers = 60;
  19. kickduplicate = 1;
  20. verifySignatures = 2;
  21. requiredSecureId = 2;
  22.  
  23. voteMissionPlayers = 5;
  24. voteThreshold = 1;
  25.  
  26. allowedVoteCmds[] = {
  27. {"missions", false, false},
  28. {"mission", false, false},
  29. {"admin", false, false},
  30. {"kick", false, true, 0.5},
  31. {"restart", false, false},
  32. {"reassign", false, false}
  33. };
  34.  
  35. allowedVotedAdminCmds[] = {
  36. {"mission", false, false},
  37. {"missions", false, false},
  38. {"restart", true, true},
  39. {"reassign", true, true},
  40. {"kick", true, true}
  41. };
  42.  
  43. disableVoN = 0;
  44. vonCodecQuality = 10;
  45. persistent = 1;
  46. timeStampFormat = "full";
  47. BattlEye = 1;
  48.  
  49. allowedLoadFileExtensions[] = {"hpp","h","sqs","sqf","fsm","cpp","paa","wav","txt","xml","inc","ext","sqm","ods","fxy","lip","csv","kb","bik","bikb","html","htm","biedi"};
  50. allowedPreprocessFileExtensions[] = {"hpp","h","sqs","sqf","fsm","cpp","paa","wav","txt","xml","inc","ext","sqm","ods","fxy","lip","csv","kb","bik","bikb","html","htm","biedi"};
  51. allowedHTMLLoadExtensions[] = {"htm","html","xml","txt"};
  52. allowedFilePatching = 1;
  53.  
  54. guaranteedUpdates = false;
  55. // guaranteedUpdates = true;
  56.  
  57. doubleIdDetected = "";
  58. onUserConnected = "";
  59. onUserDisconnected = "";
  60. onHackedData = "kick (_this select 0)";
  61. onDifferentData = "";
  62. onUnsignedData = "kick (_this select 0)";
  63. regularCheck = "";
  64.  
  65. //HC
  66. headlessClients[]={"127.0.0.1"};
  67. localClient[]={"127.0.0.1"};
  68.  
  69.  
  70. class Missions
  71. {
  72.     class A3WTanoa
  73.     {
  74.         template = "ArmA3_Wasteland.Tanoa";
  75.         difficulty = "Custom";
  76.     };
  77.  
  78. };
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement