Advertisement
tinboye

config.cfg

Mar 30th, 2017
105
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.40 KB | None | 0 0
  1. hostname = "exilemod.com (1.0.2|1.64)";
  2. password = "";
  3. passwordAdmin = "changeme";
  4. serverCommandPassword = "changeme";
  5. logFile = "server.log";
  6. verifySignatures = 1; // Do NOT use verifySignatures=2! It costs too many FPS
  7. BattlEye = 1;
  8. requiredBuild = 138497; // 1.64 stable
  9. allowedLoadFileExtensions[] = {:};
  10. allowedPreprocessFileExtensions[] = {"sqf"};
  11. allowedHTMLLoadExtensions[] = {"html"};
  12. motdInterval = 5;
  13. maxPlayers = 100;
  14. voteMissionPlayers = 200;
  15. voteThreshold = 200;
  16. disableVoN = 0;
  17. vonCodecQuality = 30;
  18. persistent = 1;
  19. kickDuplicate = 1;
  20. equalModRequired = 0;
  21. kickClientsOnSlowNetwork = 0;
  22. timeStampFormat = "short";
  23. onUserConnected = "";
  24. onUserDisconnected = "";
  25. doubleIdDetected = "";
  26. onUnsignedData = "kick (_this select 0)";
  27. onHackedData = "kick (_this select 0)";
  28. onDifferentData = "kick (_this select 0)";
  29. motd[] = {"Welcome to Arma 3 Exile Mod!", "www.exilemod.com", "Enjoy your stay!" };
  30.  
  31. class Missions
  32. {
  33. class Exile
  34. {
  35. template = Exile.Chernarus; // Exile.Namalsk, Exile.Altis
  36.  
  37. // do NOT use custom difficulties!
  38. // Use either ExileRegular or ExileHardcore
  39. // or you will break Exile!
  40. difficulty = "ExileRegular";
  41. };
  42. };
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement