Dedicated autoconfig.gm

From King Arthur's Gold Wiki
Revision as of 07:04, 8 January 2013 by Splittingred (Talk | contribs)

(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to: navigation, search

This is a GML script, located in Base/Scripts/, that loads a list of global variables (settings) for KAG.

Server Variables

sv_gold_only 
If set to 1 only premium account players can join (aka Gold Server). Defaults to 0.
sv_allow_globals_mods 
If set to 1 global KAG moderators and admins (Guards) can kick/ban players on server. Defaults to 0. Recommended to set to 1 unless you have your own team of mods.
sv_deltapos_modifier 
Controls the threshold for delta packet updating. Value higher than 1 will reduce bandwidth, lower increase. Defaults to 1.
sv_compression 
Compress network data or not. Disabling compression may improve performance. DO NOT change this while running the server! Defaults to 1.
sv_fastdeltas 
Faster deltas mean less CPU intensive but more bandwidth used. Defaults to 0.
sv_maxping 
Max ping allowed on server after which player is kicked. Large ping players will slow down server. Defaults to 450
sv_maxping_warnings 
Because of ping spikes, warnings are issued if a player has ping over max number. Defaults to 300.
sv_maxhack_warnings 
Maximum amount of warnings where server thinks player is hacking. Defaults to 25.
sv_alloweditor 
If set to 1 players that have RCON can start map editor on server. Defaults to 1.
sv_name 
Sets the server name displayed in server browser. A string, use backticks (`) to enclose the string.
sv_info 
Sets the server info displayed in server browser. A string, use backticks (`) to enclose the string.