Browse Source

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.
pull/84/head
Attila 6 years ago
committed by GitHub
parent
commit
1b20883777
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
  1. 5
      CounterStrikeGlobalOffensive/server.cfg

5
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 >.

Loading…
Cancel
Save