Arma 3: add additional information on comments to template config files (#319)

This commit is contained in:
Greelan 2023-03-29 10:24:43 +11:00 committed by GitHub
parent 505051099c
commit f42fc6b09f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 6 additions and 0 deletions

View File

@ -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.

View File

@ -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 } };