Arma 3: add additional information on comments to template config files (#319)
This commit is contained in:
parent
505051099c
commit
f42fc6b09f
@ -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.
|
||||
|
||||
|
@ -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 } };
|
||||
|
Loading…
Reference in New Issue
Block a user