//bot_suffix "" // append this to all botnames
//g_maplist_check_waypoints 0 // set this to 1 to skip maps without waypoints if there aren't enough players to play without bots
+// Map voting screen
//g_maplist_votable
//g_maplist_votable_suggestions
//g_maplist_votable_abstain
//g_maplist_votable_nodetail
+// Gametype voting screen (also includes an example of creating a custom gamemode)
sv_vote_gametype 1 // uncommented because it's a suggested default
-
-// this also includes an example of creating a custom gamemode
//sv_vote_gametype_options "dm tdm ca ctf 1v1ctf"
// sv_vote_gametype_*_type Must be set to the name of the gametype the option is based on
// sv_vote_gametype_*_name Contains a human-readable name of the gametype
//alias sv_vote_gametype_hook_all "g_maxplayers 0"
//alias sv_vote_gametype_hook_1v1ctf "g_maxplayers 2"
+// Votes available by 'vcall'
//sv_vote_call
//sv_vote_commands
//sv_vote_majority_factor
//rcon_restricted_commands
//rcon_restricted_password
+// Autokick idle players (conditionally only if there are enough free slots)
//sv_maxidle
//sv_taunt
/////////////////////////////////////////////////////////////////////
// Some more advanced settings. You probably are not interested in changing them at all.
+// Allow restarting the current match using the "ready" button
//sv_ready_restart
//sv_ready_restart_after_countdown
//sv_ready_restart_repeatable
//sv_autoscreenshot 0 // Useful for competitions or the ladder.
+// Different hit detection options
//g_antilag
//sv_maxrate 1000000 // limits client connections to this rate in bytes/seconds
// see Docs/mapdownload.txt for more info
//sv_curl_defaulturl
+// Force player models for everyone
//sv_defaultcharacter
//sv_defaultplayermodel
//sv_defaultplayerskin
//g_fullbrightplayers
//g_fullbrightitems
+// Gives players the freedom to make better teams than automatic but makes abuse easier
//g_balance_teams
//g_balance_teams_prevent_imbalance
/////////////////////////////////////////////////////////////////////
// "Obvious" mutators that are allowed on a "pure" server
+// Note that they often have more config options, use 'apropos'
//g_instagib
//g_weapon_stay
//g_powerups
+//g_jetpack
+//g_grappling_hook
+//g_nix
/////////////////////////////////////////////////////////////////////
-// Overkill mod settings
+// Overkill ruleset
// To enable Overkill, put 'exec ruleset-overkill.cfg' at the top of this file (above any other cvar changes), don't use 'g_overkill 1' directly.
/////////////////////////////////////////////////////////////////////
// WARNING: anything below this line makes your server "impure"!
-
-// some mutators (and other cvars) you might find interesting
+// Some more mutators (and other cvars) you might find interesting
//g_cloaked
-//g_grappling_hook
-//g_jetpack
//g_midair
//g_vampire
//sv_gravity
-
-//g_nix
-//g_nix_with_healtharmor
-//g_nix_with_blaster
-//g_nix_with_powerups