Arma 2 Server.cfg Download

  1. Arma 3 Server Cfg
  2. Best Arma 3 Servers
ArmaArma

Arma 3 Server Cfg

Aug 15, 2010  Download ARMA 2: Operation Arrowhead Dedicated Server; Step #3 – Server Configuration You are going to need some config files for your server.

Best Arma 3 Servers

  1. //
  2. // https://community.bistudio.com/wiki/server.cfg
  3. // default: 2302.
  4. // default: 2304.
  5. // default: 2303.
  6. // GENERAL SETTINGS
  7. // Server Name
  8. //password = 'arma3pass';
  9. // Admin Password
  10. maxPlayers = 100;
  11. // Logfile
  12. //requiredBuild = 95691
  13. // Message of the Day (MOTD)
  14. 'Welcome to My Arma 3 Server',
  15. 'Web: www.example.com'
  16. motdInterval = 30;
  17. // minimum number of clients before server starts mission
  18. // 0.33 = 33% clients.
  19. // 0 = voice enabled.
  20. disableVoN = 0;
  21. // VoN Codec Quality
  22. // 11-20 = 16kHz (wideband).
  23. vonCodecQuality = 3;
  24. //Persistent Battlefield
  25. // 1 = enable.
  26. // none, short, full
  27. // SERVER SECURITY/ANTI HACK
  28. // Verify Signitures for Client Addons
  29. // 1 = weak protection (depricated).
  30. verifySignatures = 2;
  31. // Secure Player ID
  32. // 2 = Kick client.
  33. kickDuplicate = 1;
  34. // BattlEye Anti-Cheat
  35. // 1 = enable
  36. allowedLoadFileExtensions[] = {'hpp','sqs','sqf','fsm','cpp','paa','txt','xml','inc','ext','sqm','ods','fxy','lip','csv','kb','bik','bikb','html','htm','biedi'};
  37. allowedPreprocessFileExtensions[] = {'hpp','sqs','sqf','fsm','cpp','paa','txt','xml','inc','ext','sqm','ods','fxy','lip','csv','kb','bik','bikb','html','htm','biedi'};
  38. allowedHTMLLoadExtensions[] = {'htm','html','xml','txt'};
  39. // SCRIPTING ISSUES
  40. onUserDisconnected = '; //
  41. // kick = kick (_this select 0)
  42. onUnsignedData = 'kick (_this select 0)';
  43. onDifferentData = ';
Posted :