mirror of
https://github.com/GameServerManagers/Game-Server-Configs.git
synced 2025-01-07 03:07:04 +08:00
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.
This commit is contained in:
parent
16a8c802fd
commit
1b20883777
@ -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…
Reference in New Issue
Block a user