Arma 2 Server.cfg Download

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
- //
- // https://community.bistudio.com/wiki/server.cfg
- // default: 2302.
- // default: 2304.
- // default: 2303.
- // GENERAL SETTINGS
- // Server Name
- //password = 'arma3pass';
- // Admin Password
- maxPlayers = 100;
- // Logfile
- //requiredBuild = 95691
- // Message of the Day (MOTD)
- 'Welcome to My Arma 3 Server',
- 'Web: www.example.com'
- motdInterval = 30;
- // minimum number of clients before server starts mission
- // 0.33 = 33% clients.
- // 0 = voice enabled.
- disableVoN = 0;
- // VoN Codec Quality
- // 11-20 = 16kHz (wideband).
- vonCodecQuality = 3;
- //Persistent Battlefield
- // 1 = enable.
- // none, short, full
- // SERVER SECURITY/ANTI HACK
- // Verify Signitures for Client Addons
- // 1 = weak protection (depricated).
- verifySignatures = 2;
- // Secure Player ID
- // 2 = Kick client.
- kickDuplicate = 1;
- // BattlEye Anti-Cheat
- // 1 = enable
- allowedLoadFileExtensions[] = {'hpp','sqs','sqf','fsm','cpp','paa','txt','xml','inc','ext','sqm','ods','fxy','lip','csv','kb','bik','bikb','html','htm','biedi'};
- allowedPreprocessFileExtensions[] = {'hpp','sqs','sqf','fsm','cpp','paa','txt','xml','inc','ext','sqm','ods','fxy','lip','csv','kb','bik','bikb','html','htm','biedi'};
- allowedHTMLLoadExtensions[] = {'htm','html','xml','txt'};
- // SCRIPTING ISSUES
- onUserDisconnected = '; //
- // kick = kick (_this select 0)
- onUnsignedData = 'kick (_this select 0)';
- onDifferentData = ';