From c4acccd2c70cdc74ef419172ed7ed1c089802b5f Mon Sep 17 00:00:00 2001 From: Attila <1230402+borzaka@users.noreply.github.com> Date: Mon, 29 Apr 2019 15:32:44 +0200 Subject: [PATCH] Add sv_tags to CS:GO server config Server tags. Used to provide extra information to clients when they're browsing for servers. Separate tags with a comma. --- CounterStrikeGlobalOffensive/server.cfg | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/CounterStrikeGlobalOffensive/server.cfg b/CounterStrikeGlobalOffensive/server.cfg index 9bc488f..2ebf3dd 100644 --- a/CounterStrikeGlobalOffensive/server.cfg +++ b/CounterStrikeGlobalOffensive/server.cfg @@ -24,6 +24,10 @@ sv_contact "" // Default: sv_lan 0 sv_lan 0 +// Tags - Used to provide extra information to clients when they're browsing for servers. Separate tags with a comma. +// Example: sv_tags "128tick,deathmatch,dm,ffa,pistol,dust2" +sv_tags "" + // ............................. Server Logging ............................. // // Enable log - Enables logging to file, console, and udp < on | off >.