diff --git a/arma3basic.cfg b/arma3basic.cfg index 20deee8..a183972 100644 --- a/arma3basic.cfg +++ b/arma3basic.cfg @@ -4,6 +4,9 @@ // Full information on relevant settings is available at https://community.bistudio.com/wiki/Arma_3:_Basic_Server_Config_File +// Note that any lines below that begin with // are commented out and will not be applied by the server +// Remove the // from the beginning of any line that you want to apply + //MinBandwidth = 131072; // Bandwidth the server is guaranteed to have (in bps). This value helps server to estimate bandwidth available. Increasing it to too optimistic values can increase lag and CPU load, as too many messages will be sent but discarded. Default: 131072 //MaxBandwidth = 10000000000; // Bandwidth the server is guaranteed to never have. This value helps the server to estimate bandwidth available. diff --git a/arma3server.cfg b/arma3server.cfg index 8a6c13b..0757905 100644 --- a/arma3server.cfg +++ b/arma3server.cfg @@ -82,6 +82,9 @@ class AdvancedOptions // USER CONFIGURABLE SETTINGS - CHANGE/ADD ADDITIONAL SETTINGS HERE // ******* +// Note that any lines below that begin with // are commented out and will not be applied by the server +// Remove the // from the beginning of any line that you want to apply + // VOTING //allowedVoteCmds[] = { { "kick", false, false, 0.75 } }; //allowedVotedAdminCmds[] = { { "mission", true, true } };