From 1b20883777e040883223c536375d058c166c18da Mon Sep 17 00:00:00 2001 From: Attila <1230402+borzaka@users.noreply.github.com> Date: Tue, 10 Sep 2019 13:05:00 +0200 Subject: [PATCH] Add sv_region to csgoserver From developer.valvesoftware.com: "This cvar might be deprecated, it has been removed from the HLDS (but still exists in SRCDS) and the Steam server browser doesn't have an option to select a region any more. (Though the in-game server browser might still have this option.)" And yes, the in-game server browser still have this option. --- CounterStrikeGlobalOffensive/server.cfg | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/CounterStrikeGlobalOffensive/server.cfg b/CounterStrikeGlobalOffensive/server.cfg index d038226..13db9ab 100644 --- a/CounterStrikeGlobalOffensive/server.cfg +++ b/CounterStrikeGlobalOffensive/server.cfg @@ -33,6 +33,11 @@ sv_cheats 0 // Example: sv_tags "128-tick,deathmatch,dm,ffa,pistol,dust2" sv_tags "" +// Region - The region of the world to report this server in. +// Default: -1 +// 0 - US East, 1 - US West, 2 - South America, 3 - Europe, 4 - Asia, 5 - Australia, 6 - Middle East, 7 - Africa +sv_region -1 + // ............................. Server Logging ............................. // // Enable log - Enables logging to file, console, and udp < on | off >.