Sv region: Difference between revisions

From Valve Developer Community
Jump to navigation Jump to search
m (For most people this seems to be resolved now.)
(caps, table, notes)
Line 2: Line 2:
This console variable is queried by the server browser to determine what part of the world the server is in.  
This console variable is queried by the server browser to determine what part of the world the server is in.  


* eastcoast - sv_region 0
{| class="wikitable"
* westcoast - sv_region 1
|-
* south america - sv_region 2
! Value
* europe - sv_region 3
! Location
* asia - sv_region 4
|-
* australia - sv_region 5
| 0
* middle east - sv_region 6
| US - East
* africa - sv_region 7
|-
* world - sv_region 255
| 1
| US - West
|-
| 2
| South America
|-
| 3
| Europe
|-
| 4
| Asia
|-
| 5
| Australia
|-
| 6
| Middle East
|-
| 7
| Africa
|-
| 255
| World
|}
 
Please note:
* If sv_region is set to a specific region (0 to 7), your server will be listed if this region or "<All>" is selected in the Steam server browser's location filter.
* If sv_region is set to anything else, your server will only be listed if "<All>" is selected in the Steam server browser's location filter.


[[Category:Console Variables]]
[[Category:Console Variables]]

Revision as of 04:34, 13 October 2011

Template:Wrongtitle This console variable is queried by the server browser to determine what part of the world the server is in.

Value Location
0 US - East
1 US - West
2 South America
3 Europe
4 Asia
5 Australia
6 Middle East
7 Africa
255 World

Please note:

  • If sv_region is set to a specific region (0 to 7), your server will be listed if this region or "<All>" is selected in the Steam server browser's location filter.
  • If sv_region is set to anything else, your server will only be listed if "<All>" is selected in the Steam server browser's location filter.