// This file was auto-generated by SourceMod (v1.12.0.7223) // ConVars for plugin "Lobby.smx" // IP of the server to get redirected into, in case of failing to connect to DB, or if no servers are found (IP:PORT) // - // Default: "5.9.180.78:27017" l_backupserver "5.9.180.78:27017" // Population-stats URL used by !charts and periodic Lobby announcements. Leave empty to disable. // - // Default: "https://steamcharts.com/app/17740" l_chartsurl "https://steamcharts.com/app/17740" // How often to announce the configured charts link in chat (Seconds). Set to 0 to disable. // - // Default: "431" l_chartsannouncetimer "431" // Enable or disable bots and botson/off vote management and bots // - // Default: "1" l_botsenabled "1" // Deprecated compatibility cvar. When l_log_level is left at -1, l_debug is mapped to the new structured logging levels // - // Default: "0" l_debug "0" // Test different kind of connecting methods (0 = disabled, 1 = method 1, 2 = method 2) // - // Default: "0" l_fastconnecttest "0" // Discord invite URL used by !discord and periodic Lobby announcements. Leave empty to disable. // - // Default: "https://discord.gg/UH6Sc6B" l_discordurl "https://discord.gg/UH6Sc6B" // How often to announce the configured Discord link in chat (Seconds). Set to 0 to disable. // - // Default: "260" l_discordannouncetimer "260" // Force redirect target (IP:PORT). Set to 0 or leave empty to disable. // - // Default: "0" l_forceredirect "0" // How long to keep retrying a flaky automated redirect target before giving up (Seconds). // - // Default: "30" l_redirectholdtimeout "30" // Enable structured Lobby logging to the server console // - // Default: "1" l_log_console "1" // Enable structured Lobby logging to addons/sourcemod/logs/lobby/ // - // Default: "1" l_log_file "1" // Structured Lobby logging level (-1 = bridge deprecated l_debug, 0 = off, 1 = important events, 2 = normal operations, 3 = verbose diagnostics) // - // Default: "-1" l_log_level "-1" // How many players required to start a vote about joining another server. (Players who selected a team) // - // Default: "8" l_minplayers "8" // How many players needed on external server / active server. (Players) // - // Default: "8" l_minplayersext "8" // Maximum vote gap from the first-place result that still triggers a runoff vote. // - // Default: "1" l_runoffmargin "1" // How long to keep the runoff vote for (Seconds) // - // Default: "30" l_runoffvotetimer "30" // Minimum players for chosen by a vote preferred server needed // - // Default: "1" l_preferredservermp "1" // Optional override for the current lobby self-exclusion address (IP:PORT). Leave empty or set to 0 to auto-detect. // - // Default: "" l_selfserveraddr "" // For how long should the chosen server from voting be preferred for (Seconds) (It will also become unpreferred if the player number becomes 0) // - // Default: "1800" l_preferredservertimer "1800" // Server discovery method (0 = UDP master server, 1 = Steam Web API). // - // Default: "0" l_querymethod "0" // How often to refresh statuses of servers (Seconds)(0 means disabled) // - // Default: "10" l_refreshservers "10" // Maximum servers to refresh per discovery cycle. This is a hard cap; A2S and XP dispatch remain throttled within the cycle. // - // Default: "100" l_refreshmaxservers "100" // For how long to restrict the vote starting, after a vote happened (Seconds) // - // Default: "60" l_restrictvote "60" // Dont change, this is here because of issues with strings and % sign. // - // Default: "%name - %map (%numplayers/%maxplayers)" l_serverformat "%name - %map (%numplayers/%maxplayers)" // Steam Web API key for server discovery (IGameServersService). Leave empty to disable Web API method. // - // Default: "" l_steamapikey "" // Enable solo simulation testing for Lobby vote and redirect decisions // - // Default: "0" l_testmode "0" // Percantage needed for successful vote (Percentage, max 100) // - // Default: "50" l_threshold "50" // How long to keep the vote for (Seconds) // - // Default: "60" l_votetimer "60" // Maximum total servers shown in the vote across all pages. Native vote page size remains 6. // - // Default: "6" l_votemaxservers "6"