Advertisement
ImMrLink

server.cfg (config.cfg)

Jan 3rd, 2019
175
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.87 KB | None | 0 0
  1. hostname = "Malden Life RP #1 by LinkGaming.net";
  2. password = "PASSWORD";
  3. passwordAdmin = "PASSWORD";
  4. serverCommandPassword = "PASSWORD";
  5. logFile = "server.log";
  6. verifySignatures = 1; // Do NOT use verifySignatures=2! It costs too many FPS
  7. BattlEye = 1;
  8. //requiredBuild = 143869; // 1.80 stable
  9. allowedLoadFileExtensions[] = {"hpp","sqs","sqf","fsm","cpp","paa","txt","xml","inc","ext","sqm","ods","fxy","lip","csv","kb","bik","bikb","html","htm","sqf","biedi"}; //only allow files with those extensions to be loaded via loadFile command (since Arma 3 build 1.19.124216)
  10. allowedPreprocessFileExtensions[] = {"hpp","sqs","sqf","fsm","cpp","paa","txt","xml","inc","ext","sqm","ods","fxy","lip","csv","kb","bik","bikb","html","htm","sqf","biedi"}; //only allow files with those extensions to be loaded via preprocessFile/preprocessFileLineNumber commands (since Arma 3 build 1.19.124323)
  11. allowedHTMLLoadExtensions[] = {"htm","html","xml","txt"}; //only allow files with those extensions to be loaded via HTMLLoad command (since Arma 3 build 1.27.126715)
  12. motdInterval = 5;
  13. maxPlayers = 100;
  14. voteMissionPlayers = 200;
  15. voteThreshold = 200;
  16. allowedVoteCmds[] = {};
  17. allowedVotedAdminCmds[] = {};
  18. disableVoN = 0;
  19. vonCodecQuality = 30;
  20. persistent = 1;
  21. kickDuplicate = 1;
  22. equalModRequired = 0;
  23. kickClientsOnSlowNetwork = 0;
  24. timeStampFormat = "short";
  25. onUserConnected = "";
  26. onUserDisconnected = "";
  27. doubleIdDetected = "";
  28. onUnsignedData = "kick (_this select 0)";
  29. onHackedData = "kick (_this select 0)";
  30. onDifferentData = "kick (_this select 0)";
  31. motd[] = {"Enjoy your stay!" };
  32.  
  33. class Missions
  34. {
  35. class Exile
  36. {
  37. template = Altis_Life.Altis;
  38. difficulty = "Regular";
  39. };
  40. };
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement