Master Server Query Protocol: Difference between revisions
Jump to navigation
Jump to search
mNo edit summary |
m (→Filter) |
||
Line 29: | Line 29: | ||
==Filter== | ==Filter== | ||
Insert <code>\</code> in between filter parameters | Insert <code>\</code> in between filter parameters | ||
*<code>\type\d</code> | |||
::Servers running dedicated | ::Servers running dedicated | ||
*<code>\secure\1</code> | |||
::Servers using anti-cheat technology (VAC) | ::Servers using anti-cheat technology (VAC) | ||
*<code>\gamedir\[mod]</code> | |||
::Servers running the specified modification (ex. cstrike) | ::Servers running the specified modification (ex. cstrike) | ||
*<code>\map\[map]</code> | |||
::Servers running the specified map (ex. cs_italy) | ::Servers running the specified map (ex. cs_italy) | ||
*<code>\linux\1</code> | |||
::Servers running on a Linux platform | ::Servers running on a Linux platform | ||
*<code>\empty\1</code> | |||
::Servers that are not empty | ::Servers that are not empty | ||
*<code>\full\1</code> | |||
::Servers that are not full | ::Servers that are not full | ||
*<code>\proxy\1</code> | |||
::Servers that are spectator proxies | ::Servers that are spectator proxies | ||
[[Category:Programming]][[Category:Technical]] | [[Category:Programming]][[Category:Technical]] |
Revision as of 14:21, 31 August 2005
Send the following UDP query to 207.173.177.11:27011
Format:
1(Region Byte)0.0.0.0:0(Byte 0)Filter
Region Byte
Byte | Description |
---|---|
0 | US East coast |
1 | US West coast |
2 | South America |
3 | Europe |
4 | Asia |
5 | Australia |
6 | Middle East |
7 | Africa |
Filter
Insert \
in between filter parameters
\type\d
- Servers running dedicated
\secure\1
- Servers using anti-cheat technology (VAC)
\gamedir\[mod]
- Servers running the specified modification (ex. cstrike)
\map\[map]
- Servers running the specified map (ex. cs_italy)
\linux\1
- Servers running on a Linux platform
\empty\1
- Servers that are not empty
\full\1
- Servers that are not full
\proxy\1
- Servers that are spectator proxies