From f42fc6b09f4a600f7b4834992edddd195c267518 Mon Sep 17 00:00:00 2001 From: Greelan <53196309+Greelan@users.noreply.github.com> Date: Wed, 29 Mar 2023 10:24:43 +1100 Subject: [PATCH] Arma 3: add additional information on comments to template config files (#319) --- arma3basic.cfg | 3 +++ arma3server.cfg | 3 +++ 2 files changed, 6 insertions(+) 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 } };