callofdutyuo:;*****************************************************************************
;
; Filter Settings for Call of Duty: United Offensive
; --------------------------------
;
; is a SQL-style boolean statement such as:
;
; "gametype='ctf'"
; "numplayers > 1 and numplayers < 8"
; "gamemode='openplaying'"
;
; The filter can be arbitrarily complex and supports all standard SQL
; groupings and boolean operations. The following fields are available
; for filtering:
;
; hostport, gamever, location, hostname, mapname, gametype, gamemode,
; numplayers and maxplayers.
;
;*****************************************************************************
[-all]
title=All Call of Duty: United Offensive Servers
filter=
[-zzz]
title=separator
[01_version1.41]
title=All COD: United Offensive 1.41 Servers
filter=(shortversion = '1.41')
[01_version1.51]
title=All COD: United Offensive 1.51 Servers
filter=(shortversion = '1.51')
[01_zzz]
title=separator
[02_dom]
title=Game Type: Domination
filter=(gamevariant = 'dom')
[02_baseass]
title=Game Type: Base Assault
filter=(gamevariant = 'bas')
[02_ctf]
title=Game Type: Capture the Flag
filter=(gamevariant = 'ctf')
[02_teamdm]
title=Game Type: Team Deathmatch
filter=(gamevariant = 'tdm')
[02_dm]
title=Game Type: Deathmatch
filter=(gamevariant = 'dm')
[02_bel]
title=Game Type: Behind Enemy Lines
filter=(gamevariant = 'bel')
[02_retrieval]
title=Game Type: Retrieval
filter=(gamevariant = 're')
[02_sd]
title=Game Type: Search & Destroy
filter=(gamevariant = 'sd')
[02_zzz]
title=separator
[09_1_full]
title=Full Servers
filter=(numplayers = maxplayers)
[09_2_empty]
title=Empty Servers
filter=(numplayers = 0)
[09_3_notfull]
title=Open Servers, No Password
filter=(numplayers < maxplayers and numplayers > 0) AND (pswrd = 0)
tacticalops:;*****************************************************************************
;
; Filter Settings for Tactical Ops: Assault on Terror
; ---------------------------------------------------
;
; is a SQL-style boolean statement such as:
;
; "gametype='ctf'"
; "numplayers > 1 and numplayers < 8"
; "gamemode='openplaying'"
;
; The filter can be arbitrarily complex and supports all standard SQL
; groupings and boolean operations. The following fields are available
; for filtering:
;
; hostport, gamever, location, hostname, mapname, gametype, gamemode,
; numplayers and maxplayers.
;
;*****************************************************************************
[-all]
title=All Tactical Ops Servers
filter=(gametype='s_SwatGame')
s_darkmmm:;*****************************************************************************
;
; Filter Settings for Dark Messiah Multi-player
; --------------------------------------------
;
; is a SQL-style boolean statement such as:
;
; "gametype='ctf'"
; "numplayers > 1 and numplayers < 8"
; "gamemode='openplaying'"
;
; The filter can be arbitrarily complex and supports all standard SQL
; groupings and boolean operations. The following fields are available
; for filtering:
;
; hostport, gamever, location, hostname, mapname, gametype, gamemode,
; numplayers and maxplayers.
;
;*****************************************************************************
[-all]
title=All Dark Messiah Multi-player Servers
filter=(gametype='mmdarkmessiah')
callofduty:;*****************************************************************************
;
; Filter Settings for Call of Duty
; --------------------------------
;
; is a SQL-style boolean statement such as:
;
; "gametype='ctf'"
; "numplayers > 1 and numplayers < 8"
; "gamemode='openplaying'"
;
; The filter can be arbitrarily complex and supports all standard SQL
; groupings and boolean operations. The following fields are available
; for filtering:
;
; hostport, gamever, location, hostname, mapname, gametype, gamemode,
; numplayers and maxplayers.
;
;*****************************************************************************
[-all]
title=All Call of Duty Servers
filter=
[-zzz]
title=separator
[01_version1.3]
title=All Call of Duty 1.3 Servers
filter=(shortversion = '1.3')
[01_version1.4]
title=All Call of Duty 1.4 Servers
filter=(shortversion = '1.4')
[01_version1.5]
title=All Call of Duty 1.5 Servers
filter=(shortversion = '1.5')
[02_separator]
title=separator
[02_teamdm]
title=Game Type: Team Deathmatch
filter=(gamevariant = 'tdm')
[03_dm]
title=Game Type: Deathmatch
filter=(gamevariant = 'dm')
[04_bel]
title=Game Type: Behind Enemy Lines
filter=(gamevariant = 'bel')
[04_retrieval]
title=Game Type: Retrieval
filter=(gamevariant = 're')
[05_sd]
title=Game Type: Search & Destroy
filter=(gamevariant = 'sd')
[05_zzz]
title=separator
[06_mod_hob]
title=Mod: Heat of Battle
filter=(gamevariant like 'hob')
[06_mod_rev]
title=Mod: Revolt
filter=(fs_game = 'Revolt')
[06_zzz]
title=separator
[09_1_full]
title=Full Servers
filter=(numplayers = maxplayers)
[09_2_empty]
title=Empty Servers
filter=(numplayers = 0)
[09_3_notfull]
title=Open Servers, No Password
filter=(numplayers < maxplayers and numplayers > 0) AND (pswrd = 0)
callofduty2:;*****************************************************************************
;
; Filter Settings for Call of Duty 2
; --------------------------------
;
; is a SQL-style boolean statement such as:
;
; "gametype='ctf'"
; "numplayers > 1 and numplayers < 8"
; "gamemode='openplaying'"
;
; The filter can be arbitrarily complex and supports all standard SQL
; groupings and boolean operations. The following fields are available
; for filtering:
;
; hostport, gamever, location, hostname, mapname, gametype, gamemode,
; numplayers and maxplayers.
;
;*****************************************************************************
[-all]
title=All Call of Duty 2 Servers
filter=
[-zzz]
title=separator
[01_teamdm]
title=Game Type: Team Deathmatch
filter=(gamevariant = 'tdm')
[02_dm]
title=Game Type: Deathmatch
filter=(gamevariant = 'dm')
[03_retrieval]
title=Game Type: Retrieval
filter=(gamevariant = 're')
[04_sd]
title=Game Type: Search & Destroy
filter=(gamevariant = 'sd')
[05_ctf]
title=Game Type: Capture The Flag
filter=(gamevariant = 'ctf')
[06_hq]
title=Game Type: Headquarters
filter=(gamevariant = 'hq')
[07_zzz]
title=separator
[08_1_v1.0]
title=Game Version: 1.0
filter=(shortversion = '1.0')
[08_2_v1.1]
title=Game Version: 1.1
filter=(shortversion = '1.1')
[08_3_v1.2]
title=Game Version: 1.2
filter=(shortversion = '1.2')
[08_3_v1.3]
title=Game Version: 1.3
filter=(shortversion = '1.3')
[08_zzz]
title=separator
[08_m_1]
title=Protocol 115
filter=(protocol = '115')
[08_m_2]
title=Protocol 118
filter=(protocol = '118')
[08_m_zzz]
title=separator
[09_1_full]
title=Full Servers
filter=(numplayers = maxplayers)
[09_2_empty]
title=Empty Servers
filter=(numplayers = 0)
[09_3_notfull]
title=Open Servers, No Password
filter=(numplayers < maxplayers and numplayers > 0) AND (pswrd = 0)
ut2004:[-all]
title=All UT 2004 Servers
filter=
[00_aaa]
title=separator
[00_gt_as]
title=Assault
filter=(gametype = 'ASGameInfo')
[00_gt_dm]
title=Deathmatch
filter=(gametype = 'xDeathMatch')
[00_gt_ctf]
title=Capture the Flag
filter=(gametype = 'xCTFGame')
[00_gt_bomb]
title=Bombing Run
filter=(gametype = 'xBombingRun')
[00_gt_onslaught]
title=Onslaught
filter=(gametype = 'ONSOnslaughtGame')
[00_gt_teamdm]
title=Team Deathmatch
filter=(gametype = 'xTeamGame')
[00_zzz]
title=separator
[01_1_v3204]
title=All UT2004 v3204 Servers
filter=(gamever = 3204)
[01_1_v3236]
title=All UT2004 v3236 Servers
filter=(gamever = 3236)
[01_zzz]
title=separator
[02_1_RO]
title=Red Orchestra Mod
filter=(gametype = 'ROTeamGame')
[02_zzz]
title=separator
[09_1_full]
title=Full Servers
filter=(numplayers = maxplayers)
[09_2_empty]
title=Empty Servers
filter=(numplayers = 0)
[09_3_notfull]
title=Open Servers, No Password
filter=(numplayers < maxplayers and numplayers > 0) AND (password = 0)
ut2:[-all]
title=All Unreal Tournament 2003 Servers
filter=
[00_aaa]
title=separator
[00_gt_dm]
title=Deathmatch
filter=(gametype = 'xDeathMatch')
[00_gt_ctf]
title=Capture the Flag
filter=(gametype = 'xCTFGame')
[00_gt_bomb]
title=Bombing Run
filter=(gametype = 'xBombingRun')
[00_gt_teamdm]
title=Team Deathmatch
filter=(gametype = 'xTeamGame')
[00_zzz]
title=separator
[01_mod_excessive]
title=Mr. Pants Excessive
filter=(excessive > 0)
[08_zzz]
title=separator
[09_1_full]
title=Full Servers
filter=(numplayers = maxplayers)
[09_2_empty]
title=Empty Servers
filter=(numplayers = 0)
[09_3_notfull]
title=Open Servers, No Password
filter=(numplayers < maxplayers and numplayers > 0)
ut:;*****************************************************************************
;
; Filter Settings for UT
; ----------------------
;
; is a SQL-style boolean statement such as:
;
; "gametype='ctf'"
; "numplayers > 1 and numplayers < 8"
; "gamemode='openplaying'"
;
; The filter can be arbitrarily complex and supports all standard SQL
; groupings and boolean operations. The following fields are available
; for filtering:
;
; hostport, gamever, location, hostname, mapname, gametype, gamemode,
; numplayers and maxplayers.
;
;*****************************************************************************
[-all]
title=All UT Servers
filter=
[-zzz]
title=separator
[@01ut]
title=All Basic UT Game Types
filter=(gametype='DeathMatchPlus' or gametype='TeamGamePlus' or gametype='CTFGame' or gametype='Assault' or gametype='Domination' or gametype='LastManStanding')
[@02utDeathMatchPlus]
title=UT Deathmatch
filter=(gametype='DeathMatchPlus')
[@03utTeamGamePlus]
title=UT Team DM
filter=(gametype='TeamGamePlus')
[@04utCTFGame]
title=UT CTF
filter=(gametype='CTFGame')
[@05utAssault]
title=UT Assault
filter=(gametype='Assault')
[@06utDomination]
title=UT Domination
filter=(gametype='Domination')
[@07utLastManStanding]
title=UT Last Man Standing
filter=(gametype='LastManStanding')
[game_unrealfortress]
title=Unreal Fortress
filter=(gametype='game_unrealfortress')
[sfteamdm]
title=Strike Force Team DM
filter=(gametype='sfteamdm')
[neocairo]
title=NeoCairo
filter=(gametype like 'OW%')
cmdline= OWI-NeoCairoCityIntro?Game=TeamOrbit.OW_LadderTransition -ini=TeamOrbit.ini Log=TeamOrbit.log
[@zzz]
title=separator
rtcwet:;*****************************************************************************
;
; Filter Settings for Enemy Territory
; ------------------------------------------------
;
; is a SQL-style boolean statement such as:
;
; "gametype='ctf'"
; "numplayers > 1 and numplayers < 8"
; "gamemode='openplaying'"
;
; The filter can be arbitrarily complex and supports all standard SQL
; groupings and boolean operations. The following fields are available
; for filtering:
;
; hostport, gamever, location, hostname, mapname, gametype, gamemode,
; numplayers and maxplayers.
;
;*****************************************************************************
[-all]
title=All Enemy Territory Servers
filter=
[-zzz]
title=separator
[00_2.55]
title=All Enemy Territory v2.55 Servers
filter=(version = ET 2.55)
[00_2.60]
title=All Enemy Territory v2.60 Servers
filter=(version = ET 2.60)
[00_zzz]
title=separator
[01_objective]
title=Game Type: Objective
filter=(gamevariant = 2)
[01_stopwatch]
title=Game Type: Stopwatch
filter=(gamevariant = 3)
[01_campaign]
title=Game Type: Campaign
filter=(gamevariant = 4)
[01_lastman]
title=Game Type: Last Man Standing
filter=(gamevariant = 5)
[01_zzz]
title=separator
[08_1_ffireon]
title=Friendy Fire On
filter=(g_friendlyfire = 1)
[08_2_ffireoff]
title=Friendy Fire Off
filter=(g_friendlyfire = 0)
[08_zzz]
title=separator
[09_1_full]
title=Full Servers
filter=(numplayers = maxplayers)
[09_2_empty]
title=Empty Servers
filter=(numplayers = 0)
[09_3_notfull]
title=Open Servers, No Password
filter=(numplayers < maxplayers and numplayers > 0) AND (password = 0)
rtcw:;*****************************************************************************
;
; Filter Settings for Return to Castle Wolfenstein
; ------------------------------------------------
;
; is a SQL-style boolean statement such as:
;
; "gametype='ctf'"
; "numplayers > 1 and numplayers < 8"
; "gamemode='openplaying'"
;
; The filter can be arbitrarily complex and supports all standard SQL
; groupings and boolean operations. The following fields are available
; for filtering:
;
; hostport, gamever, location, hostname, mapname, gametype, gamemode,
; numplayers and maxplayers.
;
;*****************************************************************************
[-all]
title=All Wolf Version 1.4 and 1.41 Servers
filter=(gamever like 'Wolf 1.4%')
[-zzz]
title=separator
[@main1]
title=All Wolf Servers
filter=
[@main2]
title=Version 1.0
filter=(gamever like '%1.0%')
[@main3]
title=Version 1.1
filter=(gamever like '%1.1%')
[@main4]
title=Version 1.3
filter=(gamever like 'Wolf 1.3-%')
[@main5]
title=Version 1.31
filter=(gamever like 'Wolf 1.31-%')
[@main6]
title=Version 1.32
filter=(gamever like 'Wolf 1.32-%')
[@main7]
title=Version 1.33
filter=(gamever like 'Wolf 1.33-%')
[@main8]
title=Version 1.4
filter=(gamever like 'Wolf 1.4-%')
[@main9]
title=Version 1.41
filter=(gamever like 'Wolf 1.41-%')
[@zzz]
title=separator
[ffire1]
title=Friendy Fire On
clientfilter=(g_friendlyfire = 1)
[ffire2]
title=Friendy Fire Off
clientfilter=(g_friendlyfire = 0)
mohaas:;*****************************************************************************
;
; Filter Settings for Medal of Honor: Allied Assault - Spearhead
; --------------------------------------------------------------
;
; is a SQL-style boolean statement such as:
;
; "gametype='ctf'"
; "numplayers > 1 and numplayers < 8"
; "gamemode='openplaying'"
;
; The filter can be arbitrarily complex and supports all standard SQL
; groupings and boolean operations. The following fields are available
; for filtering:
;
; hostport, gamever, location, hostname, mapname, gametype, gamemode,
; numplayers and maxplayers.
;
;*****************************************************************************
[-all]
title=All Spearhead Servers
filter=(gamever NOT LIKE 'd%')
[-zzz]
title=separator
[00_FFA]
title=GameType: Free-for-all Deathmatch
filter=(gametype='Free-For-All') and (gamever NOT LIKE 'd%')
[00_Teamdeathmatch]
title=GameType: Team Deathmatch
filter=(gametype='Team-Match') and (gamever NOT LIKE 'd%')
[00_Roundbased]
title=GameType: Round-based Match
filter=(gametype='Round-Based-Match') and (gamever NOT LIKE 'd%')
[00_Objective]
title=GameType: Objective Match
filter=(gametype='Objective-Match') and (gamever NOT LIKE 'd%')
[00_Tugofwar]
title=GameType: Tug-of-War
filter=(gametype='Tug-of-War') and (gamever NOT LIKE 'd%')
[00_zzz]
title=separator
[01_CTF]
title=Mod: Capture the Flag
filter=(gametype='Capture-The-Flag') and (gamever NOT LIKE 'd%')
[01_FreezeTag]
title=Mod: Freeze-Tag
filter=(gametype='Freeze-Tag') or (gametype='Freeze-Tag-Objective') and (gamever NOT LIKE 'd%')
[01_zzz]
title=separator
[09_NotEmpty]
title=Not Empty
filter=(numplayers > 0) and (gamever NOT LIKE 'd%')
[09_NotFull]
title=Not Full
filter=(numplayers < maxplayers) and (gamever NOT LIKE 'd%')
[09_Dedicated]
title=Dedicated Servers
filter=(dedicated = 1) and (gamever NOT LIKE 'd%')
mohaab:;*****************************************************************************
;
; Filter Settings for Medal of Honor: Allied Assault
; --------------------------------------------------
;
; is a SQL-style boolean statement such as:
;
; "gametype='ctf'"
; "numplayers > 1 and numplayers < 8"
; "gamemode='openplaying'"
;
; The filter can be arbitrarily complex and supports all standard SQL
; groupings and boolean operations. The following fields are available
; for filtering:
;
; hostport, gamever, location, hostname, mapname, gametype, gamemode,
; numplayers and maxplayers.
;
;*****************************************************************************
[-all]
title=All Servers
filter=
[-zzz]
title=separator
[0_1Deathmatch]
title=Free-for-all Deathmatch
filter=(gametype='' or gametype='Free-For-All')
[0_2Teamdeathmatch]
title=Team Deathmatch
filter=(gametype='Team-Match')
[0_3Roundbased]
title=Round-based Match
filter=(gametype='Round-Based-Match')
[0_4Objective]
title=Objective Match
filter=(gametype='Objective-Match')
[0_5Liberation]
title=Liberation
filter=(gametype='Liberation')
[0_zzz]
title=separator
[1_CTF]
title=Mod: Capture the Flag
filter=(gametype='Capture-The-Flag') and (gamever NOT LIKE 'd%')
[1_FreezeTag]
title=Mod: Freeze-Tag
filter=(gametype='Freeze-Tag') or (gametype='Freeze-Tag-Objective') and (gamever NOT LIKE 'd%')
[1_zzz]
title=separator
[9_NotEmpty]
title=Not Empty
filter=(numplayers > 0) and (gamever NOT LIKE 'd%')
[9_NotFull]
title=Not Full
filter=(numplayers < maxplayers) and (gamever NOT LIKE 'd%')
mohaa:;*****************************************************************************
;
; Filter Settings for Medal of Honor: Allied Assault
; --------------------------------------------------
;
; is a SQL-style boolean statement such as:
;
; "gametype='ctf'"
; "numplayers > 1 and numplayers < 8"
; "gamemode='openplaying'"
;
; The filter can be arbitrarily complex and supports all standard SQL
; groupings and boolean operations. The following fields are available
; for filtering:
;
; hostport, gamever, location, hostname, mapname, gametype, gamemode,
; numplayers and maxplayers.
;
;*****************************************************************************
[-all]
title=All Servers
filter=
[-zzz]
title=separator
[0_1Deathmatch]
title=Free-for-all Deathmatch
filter=(gametype='' or gametype='Free-For-All')
[0_2Teamdeathmatch]
title=Team Deathmatch
filter=(gametype='Team-Match')
[0_3Roundbased]
title=Round-based Match
filter=(gametype='Round-Based-Match')
[0_4Objective]
title=Objective Match
filter=(gametype='Objective-Match')
[1_00Server]
title=1.00 Servers
filter=(gamever='1.00')
[1_11Server]
title=1.11 Servers
filter=(gamever='1.11')
[1_zzz]
title=separator
[2_CTF]
title=Mod: Capture the Flag
filter=(gametype='Capture-The-Flag') and (gamever NOT LIKE 'd%')
[2_FreezeTag]
title=Mod: Freeze-Tag
filter=(gametype='Freeze-Tag') or (gametype='Freeze-Tag-Objective') and (gamever NOT LIKE 'd%')
[2_zzz]
title=separator
[3_NotEmpty]
title=Not Empty
filter=(numplayers > 0) and (gamever NOT LIKE 'd%')
[3_NotFull]
title=Not Full
filter=(numplayers < maxplayers) and (gamever NOT LIKE 'd%')
bfield1942sw:[-all]
title=All Battlefield 1942: Secret Weapons of WW2 servers
filter=(gameId='xpack2')
[00_aaa]
title=separator
[00_patch1.5]
title=All Battlefield 1942 Patch 1.5 servers
filter=(gamever='v1.5') AND (gameId!='xpack1') AND (gameId!='xpack2')
[00_patch1.6]
title=All Battlefield 1942 Patch 1.6 servers
filter=(gamever='v1.6') AND (gameId!='xpack1') AND (gameId!='xpack2')
[00_zzz]
title=separator
[01_gt_conquest]
title=Conquest
filter=(gametype = 'conquest' ) AND (gameId='xpack2')
[01_gt_coop]
title=Co-op
filter=(gametype = 'coop') AND (gameId='xpack2')
[01_gt_capture]
title=Capture the Flag
filter=(gametype = 'ctf') AND (gameId='xpack2')
[01_gt_teamdm]
title=Team Death Match
filter=(gametype = 'tdm') AND (gameId='xpack2')
[01_zzz]
title=separator
[09_1_full]
title=Full Servers
filter=(numplayers = maxplayers) AND (gameId='xpack2')
[09_2_empty]
title=Empty Servers
filter=(numplayers = 0) AND (gameId='xpack2')
[09_3_notfull]
title=Open Servers, No Password
filter=(numplayers < maxplayers and numplayers > 0) AND (gameId='xpack2')
clientfilter=(password = 0)
bfield1942rtr:[-all]
title=All Battlefield 1942 servers
filter=(gameId!='xpack1') AND (gameId!='xpack2')
[-non_mod]
title=All Battlefield 1942 non-mod servers
filter=(gameId='BF1942')
[00_aaa]
title=separator
[00_patch1.5]
title=All Battlefield 1942 Patch 1.5 servers
filter=(gamever='v1.5') AND (gameId!='xpack1') AND (gameId!='xpack2')
[00_patch1.6]
title=All Battlefield 1942 Patch 1.6 servers
filter=(gamever='v1.6') AND (gameId!='xpack1') AND (gameId!='xpack2')
[00_zzz]
title=separator
[01_gt_conquest]
title=Conquest
filter=(gametype = 'conquest') AND (gameId!='xpack1') AND (gameId!='xpack2')
[01_gt_coop]
title=Co-op
filter=(gametype = 'coop') AND (gameId!='xpack1') AND (gameId!='xpack2')
[01_gt_capture]
title=Capture the Flag
filter=(gametype = 'ctf') AND (gameId!='xpack1') AND (gameId!='xpack2')
[01_gt_teamdm]
title=Team Death Match
filter=(gametype = 'tdm') AND (gameId!='xpack1') AND (gameId!='xpack2')
[01_zzz]
title=separator
[02_map_europe]
title=Maps: European Theater
filter=(mapname = 'Berlin' or mapname = 'Battle of the Bulge' or mapname = 'Bocage' or mapname = 'Omaha Beach' or mapname = 'Market Garden') AND (gameId!='xpack1') AND (gameId!='xpack2')
[02_map_pacific]
title=Maps: Pacific Theater
filter=((mapname='Iwo Jima') or (mapname='Guadalcanal') or (mapname='Wake') or (mapname='Midway')) AND (gameId!='xpack1') AND (gameId!='xpack2')
[02_map_africa]
title=Maps: African Theater
filter=(mapname = 'El Alamein' or mapname = 'Gazala' or mapname = 'Tobruk' or mapname = 'Battleaxe') AND (gameId!='xpack1') AND (gameId!='xpack2')
[02_map_russia]
title=Maps: Russian Theater
filter=(mapname = 'Kharkov' or mapname = 'Kursk' or mapname = 'Stalingrad') AND (gameId!='xpack1') AND (gameId!='xpack2')
[02_zzz]
title=separator
[03_mod_desert_combat]
title=Mod: Desert Combat
filter=((gameid = 'desert_combat') or (gameid = 'desertcombat'))
[03_mod_cis]
title=Mod: Combat in Somalia
filter=(gameid = 'cis')
[03_mod_killercommando]
title=Mod: Killer Commandos
filter=(gameid = 'killercommando')
[03_mod_parallel]
title=Mod: Parallel World
filter=(gameid like 'parallelworld%')
[03_mod_eod]
title=Mod: Eve of Destruction
filter=(gameid like 'EOD')
[03_mod_action_bf]
title=Mod: ActionBattlefield
filter=(gameid like 'ActionBF')
[03_mod_bfpirates]
title=Mod: Battlefield Pirates
filter=(gameid like 'Pirates')
[03_mod_galactic]
title=Mod: Galactic Conquest
filter=(gameid like 'GCMOD')
[03_mod_interstate]
title=Mod: Interstate 1982
filter=(gameid like 'interstate')
[03_mod_siege]
title=Mod: Siege Mod
filter=(gameid like 'siege')
[03_mod_forgotten]
title=Mod: Forgotten Hope
filter=(gameid like 'FH')
[03_mod_battlegroup42]
title=Mod: BattleGroup42
filter=(gameid like 'Battlegroup42')
[03_zzz]
title=separator
[09_1_full]
title=Full Servers
filter=(numplayers = maxplayers)
[09_2_empty]
title=Empty Servers
filter=(numplayers = 0)
[09_3_notfull]
title=Open Servers, No Password
filter=(numplayers < maxplayers and numplayers > 0)
clientfilter=(password = 0)
bfield1942:[-all]
title=All Battlefield 1942 servers
filter=(gameId!='xpack1') AND (gameId!='xpack2')
[-non_mod]
title=All Battlefield 1942 non-mod servers
filter=(gameId='BF1942')
[00_aaa]
title=separator
[00_patch1.5]
title=All Battlefield 1942 Patch 1.5 servers
filter=(gamever='v1.5') AND (gameId!='xpack1') AND (gameId!='xpack2')
[00_patch1.6]
title=All Battlefield 1942 Patch 1.6 servers
filter=(gamever='v1.6') AND (gameId!='xpack1') AND (gameId!='xpack2')
[00_patch1.61b]
title=All Battlefield 1942 Patch 1.61b servers
filter=(gamever='v1.61') AND (gameId!='xpack1') AND (gameId!='xpack2')
[00_zzz]
title=separator
[01_gt_conquest]
title=Conquest
filter=(gametype = 'conquest') AND (gameId!='xpack1') AND (gameId!='xpack2')
[01_gt_coop]
title=Co-op
filter=(gametype = 'coop') AND (gameId!='xpack1') AND (gameId!='xpack2')
[01_gt_capture]
title=Capture the Flag
filter=(gametype = 'ctf') AND (gameId!='xpack1') AND (gameId!='xpack2')
[01_gt_teamdm]
title=Team Death Match
filter=(gametype = 'tdm') AND (gameId!='xpack1') AND (gameId!='xpack2')
[01_zzz]
title=separator
[02_map_europe]
title=Maps: European Theater
filter=(mapname = 'Berlin' or mapname = 'Battle of the Bulge' or mapname = 'Bocage' or mapname = 'Omaha Beach' or mapname = 'Market Garden') AND (gameId!='xpack1') AND (gameId!='xpack2')
[02_map_pacific]
title=Maps: Pacific Theater
filter=((mapname='Iwo Jima') or (mapname='Guadalcanal') or (mapname='Wake') or (mapname='Midway')) AND (gameId!='xpack1') AND (gameId!='xpack2')
[02_map_africa]
title=Maps: African Theater
filter=(mapname = 'El Alamein' or mapname = 'Gazala' or mapname = 'Tobruk' or mapname = 'Battleaxe') AND (gameId!='xpack1') AND (gameId!='xpack2')
[02_map_russia]
title=Maps: Russian Theater
filter=(mapname = 'Kharkov' or mapname = 'Kursk' or mapname = 'Stalingrad') AND (gameId!='xpack1') AND (gameId!='xpack2')
[02_zzz]
title=separator
[03_mod_desert_combat]
title=Mod: Desert Combat
filter=((gameid = 'desert_combat') or (gameid = 'desertcombat'))
[03_mod_desert_combat_final]
title=Mod: Desert Combat Final
filter=(gameid = 'dc_final')
[03_mod_desert_combat_extended]
title=Mod: Desert Combat Extended
filter=(gameid = 'dc_extended')
[03_mod_bf1918]
title=Mod: Battlefield 1918
filter=(gameid = 'battlefield1918')
[03_mod_cis]
title=Mod: Combat in Somalia
filter=(gameid = 'cis')
[03_mod_killercommando]
title=Mod: Killer Commandos
filter=(gameid = 'killercommando')
[03_mod_parallel]
title=Mod: Parallel World
filter=(gameid like 'parallelworld%')
[03_mod_eod]
title=Mod: Eve of Destruction
filter=(gameid like 'EOD')
[03_mod_action_bf]
title=Mod: ActionBattlefield
filter=(gameid like 'ActionBF')
[03_mod_bfpirates]
title=Mod: Battlefield Pirates
filter=(gameid like 'Pirates')
[03_mod_galactic]
title=Mod: Galactic Conquest
filter=(gameid like 'GCMOD')
[03_mod_interstate]
title=Mod: Interstate 1982
filter=(gameid like 'interstate')
[03_mod_siege]
title=Mod: Siege Mod
filter=(gameid like 'siege')
[03_mod_silent]
title=Mod: Silent Heroes
filter=(gameid like 'SilentHeroes')
[03_mod_forgotten]
title=Mod: Forgotten Hope
filter=(gameid like 'FH')
[03_mod_battlegroup42]
title=Mod: BattleGroup42
filter=(gameid like 'Battlegroup42')
[03_zzz]
title=separator
[09_1_full]
title=Full Servers
filter=(numplayers = maxplayers)
[09_2_empty]
title=Empty Servers
filter=(numplayers = 0)
[09_3_notfull]
title=Open Servers, No Password
filter=(numplayers < maxplayers and numplayers > 0)
clientfilter=(password = 0)
bf2142:[-all]
title=All Battlefield 2142 servers
filter=(gameId!='stella')
[00_aaa]
title=separator
[00_patch1.10]
title=All Battlefield 2142 Patch 1.10 Servers
filter=(gamever='1.10.48.0')
[01_patch1.09]
title=All Battlefield 2142 Patch 1.09 Servers
filter=(gamever='1.09.79.0')
[01_patch1.08]
title=All Battlefield 2142 Patch 1.08 Servers
filter=(gamever='1.08.21.0')
[01_patch1.07]
title=All Battlefield 2142 Patch 1.07 Servers
filter=(gamever='1.07.94.0')
[01_patch1.06]
title=All Battlefield 2142 Patch 1.06 Servers
filter=(gamever='1.06.25.0')
[01_patch1.05]
title=All Battlefield 2142 Patch 1.05 Servers
filter=(gamever='1.05.23.0')
[02_aaa]
title=separator
[02_map_europe]
title=Maps: European Theater
filter=(mapname = 'Belgrade' or mapname = 'Cerbere_Landing' or mapname = 'Fall_of_Berlin' or mapname = 'Minsk' or mapname = 'Minsk_Day_2' or mapname = 'Verdun')
[02_map_africa]
title=Maps: African Theater
filter=(mapname = 'Camp_Gibraltar' or mapname = 'Suez_Canal' or mapname = 'Shuhia_Taiba' or mapname = 'Sidi_Power_Plant' or mapname = 'Tunis_Harbor' or mapname = 'Operation_Shingle')
[02_map_northern_strike]
title=Maps: Northern Strike
filter=(mapname = 'Port_Bavaria' or mapname = 'Bridge_at_Remagen' or mapname = 'Liberation_of_Leipzig')
[02_map_middle_east]
title=Maps: Middle East
filter=(mapname = 'Highway_Tampa')
[02_map_pacific]
title=Maps: Pacific
filter=(mapname = 'Wake_Island_2142')
[03_aaa]
title=separator
[03_ranked]
title=Battlefield 2142 Ranked servers
filter=(bf2142_ranked='1')
[04_unranked]
title=Battlefield 2142 Unranked Servers
filter=(bf2142_ranked='0')
[05_autobalanced]
title=All Autoblanced Servers
filter=(bf2142_autobalanced='1')
[05_zzz]
title=separator
[09_1_full]
title=Full Servers
filter=(numplayers = maxplayers)
[09_2_empty]
title=Empty Servers
filter=(numplayers = 0)
[09_3_notfull]
title=Open Servers, No Password
filter=(numplayers < maxplayers and numplayers > 0)
clientfilter=(password = 0)
battlefield2:[-all]
title=All Battlefield 2 servers
filter=(gameId!='battlefield2')
[00_aaa]
title=separator
[00_patch1.03]
title=All Battlefield 2 Patch 1.3 Servers
filter=(gamever='1.1.2878-710.0')
[01_patch1.04]
title=All Battlefield 2 Patch 1.22 Servers
filter=(gamever='1.1.2720-552.0')
[01_patch1.05]
title=All Battlefield 2 Patch 1.2 Servers
filter=(gamever='1.1.2696-528.0')
[01_patch1.06]
title=All Battlefield 2 Patch 1.12 Servers
filter=(gamever='1.1.2554-356.0')
[01_patch1.07]
title=All Battlefield 2 Patch 1.03 Servers
filter=(gamever='1.1.2551.0')
[01_patch1.08]
title=All Battlefield 2 Patch 1.02 Servers
filter=(gamever='1.1.2484.0')
[01_patch1.09]
title=All Battlefield 2 Unpatched Servers
filter=(gamever='1.0.2442.0')
[02_aaa]
title=separator
[02_ranked]
title=Battlefield 2 Ranked servers
filter=(bf2_ranked='1')
[03_unranked]
title=Battlefield 2 Unranked Servers
filter=(bf2_ranked='0')
[04_password]
title=Battlefield 2 Private servers
filter=(password='1')
[05_nopassword]
title=Battlefield 2 Public servers
filter=(password='0')
[05_zzz]
title=separator
[06_naw]
title=Mod: Battlefield 2 - Nations At War
filter=(gamevariant='naw')
[06_bf1918]
title=Mod: Battlefield 2 - Battlefield 1918
filter=(gamevariant='bf1918')
[06_bf2nights]
title=Mod: Battlefield 2 - Battlefield Nights
filter=(gamevariant='bf2nights')
[06_bf221cw]
title=Mod: Battlefield 2 - 21st Century Warfare
filter=(gamevariant='21cw')
[06_zzz]
title=separator
[09_1_full]
title=Full Servers
filter=(numplayers = maxplayers)
[09_2_empty]
title=Empty Servers
filter=(numplayers = 0)
[09_3_notfull]
title=Open Servers, No Password
filter=(password = 0) and (numplayers < maxplayers and numplayers > 0)
s_tf2:[-all]
title=All Team Fortress 2 Servers
filter=(gameId!='source') AND (gametype='tf')
[00_aaa]
title=separator
[01_ctf_maps]
title=Maps: Capture the Flag
filter=(mapname like 'ctf%')
[01_cp_maps]
title=Maps: Traditional Control Point
filter=(mapname like 'cp%')
[01_cp_attack_defend_maps]
title=Maps: Attack/Defend Control Point
filter=(mapname= 'cp_dustbowl' or mapname='cp_gravelpit')
[01_tc_maps]
title=Maps: Territorial Control
filter=(mapname like 'tc%')
[01_pl_maps]
title=Maps: Payload
filter=(mapname like 'pl%')
[01_dm_duel_maps]
title=Maps: Death Match/Duel
filter=(mapname like 'dm%' or mapname like 'duel%')
[01_jumps_maps]
title=Maps: Jump
filter=(mapname like 'jump%')
[01_sniper_maps]
title=Maps: Sniper
filter=(mapname like 'sniper%')
[01_melee_maps]
title=Maps: Melee
filter=(mapname like 'melee%')
[01_zzz]
title=separator
[09_dedicated]
title=Dedicated Servers
filter=(dedicated = 1)
[09_empty]
title=Empty Servers
filter=(numplayers = 0)
[09_open]
title=Open Servers, No Password
filter=(numplayers < maxplayers and numplayers > 0 and password = 0)
s_tfc:;*****************************************************************************
;
; Filter Settings for Steam Team Fortress Classic
; -----------------------------------------------
;
; is a SQL-style boolean statement such as:
;
; "gametype='ctf'"
; "numplayers > 1 and numplayers < 8"
; "gamemode='openplaying'"
;
; The filter can be arbitrarily complex and supports all standard SQL
; groupings and boolean operations. The following fields are available
; for filtering:
;
; hostport, gamever, location, hostname, mapname, gametype, gamemode,
; numplayers and maxplayers.
;
;*****************************************************************************
[-all]
title=All Steam Team Fortress Classic Servers
filter=(gametype='tfc') AND ((steam = 1) OR (steam is NULL))
s_ricochet:;*****************************************************************************
;
; Filter Settings for Steam Ricochet
; ----------------------------------------
;
; is a SQL-style boolean statement such as:
;
; "gametype='ctf'"
; "numplayers > 1 and numplayers < 8"
; "gamemode='openplaying'"
;
; The filter can be arbitrarily complex and supports all standard SQL
; groupings and boolean operations. The following fields are available
; for filtering:
;
; hostport, gamever, location, hostname, mapname, gametype, gamemode,
; numplayers and maxplayers.
;
;*****************************************************************************
[-all]
title=All Steam Ricochet Servers
filter=(gametype='ricochet') AND ((steam = 1) OR (steam is NULL))
s_opfor:;*****************************************************************************
;
; Filter Settings for Steam Opposing Force
; ----------------------------------------
;
; is a SQL-style boolean statement such as:
;
; "gametype='ctf'"
; "numplayers > 1 and numplayers < 8"
; "gamemode='openplaying'"
;
; The filter can be arbitrarily complex and supports all standard SQL
; groupings and boolean operations. The following fields are available
; for filtering:
;
; hostport, gamever, location, hostname, mapname, gametype, gamemode,
; numplayers and maxplayers.
;
;*****************************************************************************
[-all]
title=All Steam Opposing Force Servers
filter=(gametype='gearbox') AND ((steam = 1) OR (steam is NULL))
s_hl2dm:;*****************************************************************************
;
; Filter Settings for Half-Life 2 Multi-player
; --------------------------------------------
;
; is a SQL-style boolean statement such as:
;
; "gametype='ctf'"
; "numplayers > 1 and numplayers < 8"
; "gamemode='openplaying'"
;
; The filter can be arbitrarily complex and supports all standard SQL
; groupings and boolean operations. The following fields are available
; for filtering:
;
; hostport, gamever, location, hostname, mapname, gametype, gamemode,
; numplayers and maxplayers.
;
;*****************************************************************************
[-all]
title=All Half-Life 2 Multi-player Servers
filter=(gametype='hl2mp')
s_halflife:;*****************************************************************************
;
; Filter Settings for Steam Half-Life
; -----------------------------------
;
; is a SQL-style boolean statement such as:
;
; "gametype='ctf'"
; "numplayers > 1 and numplayers < 8"
; "gamemode='openplaying'"
;
; The filter can be arbitrarily complex and supports all standard SQL
; groupings and boolean operations. The following fields are available
; for filtering:
;
; hostport, gamever, location, hostname, mapname, gametype, gamemode,
; numplayers and maxplayers.
;
;*****************************************************************************
[-all]
title=All Steam Half-Life Servers
filter=(gametype='valve') AND ((steam = 1) OR (steam is NULL))
s_dod:;*****************************************************************************
;
; Filter Settings for Steam Day of Defeat
; ---------------------------------------
;
; is a SQL-style boolean statement such as:
;
; "gametype='ctf'"
; "numplayers > 1 and numplayers < 8"
; "gamemode='openplaying'"
;
; The filter can be arbitrarily complex and supports all standard SQL
; groupings and boolean operations. The following fields are available
; for filtering:
;
; hostport, gamever, location, hostname, mapname, gametype, gamemode,
; numplayers and maxplayers.
;
;*****************************************************************************
[-all]
title=All Steam Day of Defeat Servers
filter=(gametype='dod') AND ((steam = 1) OR (steam is NULL))
s_dmc:;*****************************************************************************
;
; Filter Settings for Steam Deathmatch Classic
; --------------------------------------------
;
; is a SQL-style boolean statement such as:
;
; "gametype='ctf'"
; "numplayers > 1 and numplayers < 8"
; "gamemode='openplaying'"
;
; The filter can be arbitrarily complex and supports all standard SQL
; groupings and boolean operations. The following fields are available
; for filtering:
;
; hostport, gamever, location, hostname, mapname, gametype, gamemode,
; numplayers and maxplayers.
;
;*****************************************************************************
[-all]
title=All Steam Deathmatch Classic Servers
filter=(gametype='dmc') AND ((steam = 1) OR (steam is NULL))
s_cstrike:;*****************************************************************************
;
; Filter Settings for Steam Counter-Strike
; ----------------------------------------
;
; is a SQL-style boolean statement such as:
;
; "gametype='ctf'"
; "numplayers > 1 and numplayers < 8"
; "gamemode='openplaying'"
;
; The filter can be arbitrarily complex and supports all standard SQL
; groupings and boolean operations. The following fields are available
; for filtering:
;
; hostport, gamever, location, hostname, mapname, gametype, gamemode,
; numplayers and maxplayers.
;
;*****************************************************************************
[-all]
title=All Steam Counter-Strike Servers
filter=(gametype='cstrike') AND ((steam = 1) OR (steam is NULL))
s_cssource:;*****************************************************************************
;
; Filter Settings for Counter-Strike: Source
; ------------------------------------------
;
; is a SQL-style boolean statement such as:
;
; "gametype='ctf'"
; "numplayers > 1 and numplayers < 8"
; "gamemode='openplaying'"
;
; The filter can be arbitrarily complex and supports all standard SQL
; groupings and boolean operations. The following fields are available
; for filtering:
;
; hostport, gamever, location, hostname, mapname, gametype, gamemode,
; numplayers and maxplayers.
;
;*****************************************************************************
[-all]
title=All Counter-Strike: Source Servers
filter=(gametype='cstrike')
tribes2:;*****************************************************************************
;
; Filter Settings for Tribes 2
; ----------------------------
;
; is a SQL-style boolean statement such as:
;
; "gametype='ctf'"
; "numplayers > 1 and numplayers < 8"
; "gamemode='openplaying'"
;
; The filter can be arbitrarily complex and supports all standard SQL
; groupings and boolean operations. The following fields are available
; for filtering:
;
; hostport, gamever, location, hostname, mapname, gametype, gamemode,
; numplayers and maxplayers.
;
;*****************************************************************************
[-all]
title=All Tribes2 Servers
filter=
[-zzz]
title=separator
[@t21]
title=Bounty
filter=(gametype='Bounty')
[@t22]
title=Capture and Hold
filter=(gametype='Capture and Hold')
[@t23]
title=Capture the Flag
filter=(gametype='Capture the Flag')
[@t24]
title=Deathmatch
filter=(gametype='Deathmatch')
[@t25]
title=Hunters
filter=(gametype='Hunters')
[@t26]
title=Rabbit
filter=(gametype='Rabbit')
[@t27]
title=Siege
filter=(gametype='Siege')
[@t28]
title=Team Hunters
filter=(gametype='Team Hunters')
ccrenegade:;*****************************************************************************
;
; Filter Settings for Command & Conquer: Renegade
; -----------------------------------------------
;
; is a SQL-style boolean statement such as:
;
; "gametype='ctf'"
; "numplayers > 1 and numplayers < 8"
; "gamemode='openplaying'"
;
; The filter can be arbitrarily complex and supports all standard SQL
; groupings and boolean operations. The following fields are available
; for filtering:
;
; hostport, gamever, location, hostname, mapname, gametype, gamemode,
; numplayers and maxplayers.
;
;*****************************************************************************
[-all]
title=All Renegade Servers
filter=
[-zzz]
title=separator
[@patch130]
title=Renegade Patch 1.30 Servers
filter=(gametype='815')
quake3:;*****************************************************************************
;
; Filter Settings for Quake 3
; ---------------------------
;
; is a SQL-style boolean statement such as:
;
; "gametype='ctf'"
; "numplayers > 1 and numplayers < 8"
; "gamemode='openplaying'"
;
; The filter can be arbitrarily complex and supports all standard SQL
; groupings and boolean operations. The following fields are available
; for filtering:
;
; hostport, gamever, location, hostname, mapname, gametype, gamemode,
; numplayers and maxplayers.
;
;*****************************************************************************
[-all]
title=All Quake 3 Servers
filter=
[-zzz]
title=separator
[=baseq30]
title=Standard Q3 Game Types
filter=(gametype='deathmatch' or gametype='team deathmatch' or gametype='ctf' or gametype='tournament')
[=baseq31ffa]
title=Q3 Free-For-All
filter=(gametype='deathmatch')
[=baseq32team]
title=Q3 Team Deathmatch
filter=(gametype='team deathmatch')
[=baseq33tourney]
title=Q3 1v1 Tourney
filter=(gametype='tournament')
[=baseq34ctf]
title=Q3 Capture The Flag
filter=(gametype='ctf')
image=mod_baseq3ctf
[=zzz]
title=separator
[areaction]
title=Mod: Rocket Arena 3
filter=(gametype='arena')
[aq3ut2]
title=Mod: Urban Terror Beta 2
filter=(gametype='Q3UT2')
[aq3ut3]
title=Mod: Urban Terror Beta 3
filter=(gametype='Q3UT3')
[acpma]
title=Mod: Challenge Pro Mode Arena
filter=(gametype='cpma')
[aexcessive]
title=Mod: Excessive
filter=(gametype='excessive')
[aufreeze]
title=Mod: Ultra Freeze
filter=(gametype='ufreeze')
[afreeze]
title=Mod: Freeze
filter=(gametype='freeze' or gametype='Freeze' or gametype='freezeDT' or gametype='freezedt' or gametype='freezeinstaunlagged')
[athreewave]
title=Mod: Threewave
filter=(gametype='threewave')
[ainstagib]
title=Mod: Instagib
filter=(gametype='instagib' or gametype='instagibplus')
[aosp]
title=Mod: OSP
filter=(gametype='osp')
[ainstunlagged]
title=Mod: InstaUnlagged
filter=(gametype='instaunlagged' or gametype='InstaUnlagged' or gametype='freezeinstaunlagged')
[anoghost]
title=Mod: NoGhost
filter=(gametype='noghost' or gametype='NoGhost')
[azaa]
title=separator
[bver1.30]
title=Version 1.30
filter=(gamever like '%1.30%')
[bver1.31]
title=Version 1.31
filter=(gamever like '%1.31%')
[bver1.32]
title=Version 1.32
filter=(gamever like '%1.32%')
quake2:;*****************************************************************************
;
; Filter Settings for Quake 2
; ---------------------------
;
; is a SQL-style boolean statement such as:
;
; "gametype='ctf'"
; "numplayers > 1 and numplayers < 8"
; "gamemode='openplaying'"
;
; The filter can be arbitrarily complex and supports all standard SQL
; groupings and boolean operations. The following fields are available
; for filtering:
;
; hostport, gamever, location, hostname, mapname, gametype, gamemode,
; numplayers and maxplayers.
;
;*****************************************************************************
[-all]
title=All Quake 2 Servers
filter=
[-zzz]
title=separator
[@1baseq2]
title=Standard Q2 Game Types
filter=(gametype='' or gametype='ctf')
[@1dm]
title=Deathmatch
filter=(gametype='')
[@1ctf]
title=Capture the Flag
filter=(gametype='ctf')
[@1zzz]
title=separator
[@2xatrix]
title=The Reckoning Mission Pack
filter=(gametype='xatrix')
[@2rogue]
title=Ground Zero Mission Pack
filter=(gametype='rogue')
[@2zzz]
title=separator
jk3:;*****************************************************************************
;
; Filter Settings for Jedi Knight: Jedi Academy
; ---------------------------------------------
;
; is a SQL-style boolean statement such as:
;
; "gametype='ctf'"
; "numplayers > 1 and numplayers < 8"
; "gamemode='openplaying'"
;
; The filter can be arbitrarily complex and supports all standard SQL
; groupings and boolean operations. The following fields are available
; for filtering:
;
; hostport, gamever, location, hostname, mapname, gametype, gamemode,
; numplayers and maxplayers.
;
;*****************************************************************************
[-all]
title=All Jedi Knight: Jedi Academy Servers
filter=(gamever NOT LIKE '%Aug%')
jk2:;*****************************************************************************
;
; Filter Settings for Jedi Knight II: Jedi Outcast
; ------------------------------------------------
;
; is a SQL-style boolean statement such as:
;
; "gametype='ctf'"
; "numplayers > 1 and numplayers < 8"
; "gamemode='openplaying'"
;
; The filter can be arbitrarily complex and supports all standard SQL
; groupings and boolean operations. The following fields are available
; for filtering:
;
; hostport, gamever, location, hostname, mapname, gametype, gamemode,
; numplayers and maxplayers.
;
;*****************************************************************************
[-all]
title=All Jedi Knight II: Jedi Outcast Servers
filter=
[-zzz]
title=separator
[@nopatch]
title=Jedi Knight II Release 1.02a Servers
filter=(gamever like 'JK2MP: v1.02%')
[@patch1]
title=Jedi Knight II Patch 1.03 Servers
filter=(gamever like 'JK2MP: v1.03%')
[@patch2]
title=Jedi Knight II Patch 1.04 Servers
filter=(gamever like 'JK2MP: v1.04%')
sof2:;*****************************************************************************
;
; Filter Settings for Soldier of Fortune 2: Double Helix
; ------------------------------------------------------
;
; is a SQL-style boolean statement such as:
;
; "gametype='ctf'"
; "numplayers > 1 and numplayers < 8"
; "gamemode='openplaying'"
;
; The filter can be arbitrarily complex and supports all standard SQL
; groupings and boolean operations. The following fields are available
; for filtering:
;
; hostport, gamever, location, hostname, mapname, gametype, gamemode,
; numplayers and maxplayers.
;
;*****************************************************************************
[-all]
title=All Soldier of Fortune 2 Servers
filter=
[-zzz]
title=separator
[@main1]
title=Soldier of Fortune 1.00 Release
filter=(gamever like '%V1.00%')
[@main2]
title=Soldier of Fortune Patch 1.01
filter=(gamever like '%V1.01%')
[@main3]
title=Soldier of Fortune Patch 1.02
filter=(gamever like '%V1.02%')
[ffire1]
title=Friendy Fire On
clientfilter=(g_friendlyfire = 1)
[ffire2]
title=Friendy Fire Off
clientfilter=(g_friendlyfire = 0)
nwn:;*****************************************************************************
;
; Filter Settings for Neverwinter Nights
; --------------------------------------
;
; is a SQL-style boolean statement such as:
;
; "gametype='ctf'"
; "numplayers > 1 and numplayers < 8"
; "gamemode='openplaying'"
;
; The filter can be arbitrarily complex and supports all standard SQL
; groupings and boolean operations. The following fields are available
; for filtering:
;
; hostport, gamever, location, hostname, mapname, gametype, gamemode,
; numplayers and maxplayers.
;
;*****************************************************************************
[-all]
title=All Neverwinter Nights Servers
filter=(expansions!=1)
[-zzz]
title=separator
[@01action]
title=Action
filter=(groupid=274 and expansions!=1)
[@02roleplaying]
title=Roleplaying
filter=(groupid=275 and expansions!=1)
[@03team]
title=Team (N vs N)
filter=(groupid=276 and expansions!=1)
[@04social]
title=Social
filter=(groupid=277 and expansions!=1)
[@05pwaction]
title=Persistent World Action
filter=(groupid=278 and expansions!=1)
[@06alternative]
title=Alternative
filter=(groupid=279 and expansions!=1)
[@07story]
title=Story
filter=(groupid=363 and expansions!=1)
[@08storylite]
title=Story Lite
filter=(groupid=364 and expansions!=1)
[@09melee]
title=Melee (1 vs N)
filter=(groupid=365 and expansions!=1)
[@10arena]
title=Arena (1 vs N)
filter=(groupid=366 and expansions!=1)
[@11pwstory]
title=Persistant World Story
filter=(groupid=367 and expansions!=1)
[@12solo]
title=Solo
filter=(groupid=368 and expansions!=1)
halor:;*****************************************************************************
;
; Filter Settings for Halo
; ----------------------
;
; is a SQL-style boolean statement such as:
;
; "gametype='ctf'"
; "numplayers > 1 and numplayers < 8"
; "gamemode='openplaying'"
;
; The filter can be arbitrarily complex and supports all standard SQL
; groupings and boolean operations. The following fields are available
; for filtering:
;
; hostport, gamever, location, hostname, mapname, gametype, gamemode,
; numplayers and maxplayers.
;
;*****************************************************************************
[-all]
title=All Halo Servers
filter=
[-tourny]
title=All Halo Tournament Servers
filter=(hostname like '%TOURNY%')
[-zzz]
title=separator
[00_map_ctf]
title=Capture the Flag
filter=(gametype like 'CTF')
[00_map_king]
title=King of the Hill
filter=(gametype like 'King')
[00_map_oddball]
title=Oddball
filter=(gametype like 'Oddball')
[00_map_race]
title=Race
filter=(gametype like 'Race')
[00_map_slayer]
title=Slayer
filter=(gametype like 'Slayer')
[00_zzz]
title=separator
[09_dedicated]
title=Dedicated Servers
filter=(dedicated = 1)
[09_empty]
title=Empty Servers
filter=(numplayers = 0)
[09_open]
title=Open Servers, No Password
filter=(numplayers < maxplayers and numplayers > 0 and password = 0)
armygame:[-all]
title=All America's Army: Special Forces Servers
filter=
[-patch2.00]
title=Only America's Army: Special Forces 2.00 Servers
filter=(gamever='2.0.0')
[-patch2.1.0]
title=Only America's Army: Special Forces 2.1.0 Servers
filter=(gamever='2.1.0')
[-patch2.2.0]
title=Only America's Army: Special Forces 2.2.0 Servers
filter=(gamever='2.2.0')
[-patch2.2.1]
title=Only America's Army: Special Forces 2.2.1 Servers
filter=(gamever='2.2.1')
[-patch2.3.0]
title=Only America's Army: Special Forces 2.3.0 Servers
filter=(gamever='2.3.0')
[-patch2.4.0]
title=Only America's Army: Special Forces 2.4.0 Servers
filter=(gamever='2.4.0')
[-patch2.5.0]
title=Only America's Army: Special Forces 2.5.0 Servers
filter=(gamever='2.5.0')
[-zzz]
title=separator
[@01_map_mout]
title=Map: Mout McKenna
filter=(mapname like 'Mout McKenna')
[@01_map_bridgec]
title=Map: Bridge Crossing
filter=(mapname like 'Bridge Crossing')
[@01_map_bridgese]
title=Map: Bridge SE
filter=(mapname like 'Bridge SE')
[@01_map_hqraid]
title=Map: Headquarters Raid
filter=(mapname like 'Headquarters Raid')
[@01_map_insurgent]
title=Map: Insurgent Camp
filter=(mapname like 'Insurgent Camp')
[@01_map_pipeline]
title=Map: Pipeline
filter=(mapname like 'Pipeline')
[@01_map_tunnel]
title=Map: Collapsed Tunnel
filter=(mapname like 'Collapsed Tunnel')
[@01_map_mountainpassse]
title=Map: Mountain Pass SE
filter=(mapname like 'Mountain Pass SE')
[@01_map_mountainpass]
title=Map: Mountain Pass
filter=(mapname like 'Mountain Pass')
[@01_map_riverbasin]
title=Map: River Basin
filter=(mapname like 'River Basin')
[@01_map_weapon]
title=Map: Weapons Cache
filter=(mapname like 'Weapons Cache')
[@01_map_weaponse]
title=Map: Weapons Cache SE
filter=(mapname like 'Weapons Cache SE')
[@01_map_radio]
title=Map: Radio Tower
filter=(mapname like 'Radio Tower')
[@01_map_swamp]
title=Map: Swamp Raid
filter=(mapname like 'Swamp Raid')
[@01_map_mountainambush]
title=Map: Mountain Ambush
filter=(mapname like 'Mountain Ambush')
[@01_map_jrtc]
title=Map: JRTC Farm Raid
filter=(mapname like 'JRTC Farm Raid')
[@01_map_FLS]
title=Map: FLS Assault
filter=(mapname like 'FLS Assault')
[@02-zzzz]
title=separator
[@02_map_PiplineSF]
title=Map: PipelineSF
filter=(mapname like 'Pipeline SF')
[@02_map_SFArctic]
title=Map: SF Arctic
filter=(mapname like 'SF Arctic')
[@02_map_SFCSAR]
title=Map: SF CSAR
filter=(mapname like 'SF CSAR')
[@02_map_SFHosp]
title=Map: SF Hospital
filter=(mapname like 'SF Hospital')
[@02_map_SFRecon]
title=Map: SF Recon
filter=(mapname like 'SF Recon')
[@02_map_SFSand]
title=Map: SF SandStorm
filter=(mapname like 'SF SandStorm')
[@02_map_SFVillage]
title=Map: SF Village
filter=(mapname like 'SF Village')
[@03-zzzz]
title=separator
[@03_empty]
title=Empty Servers
filter=(numplayers = 0)
[@03_notfull]
title=Open Servers, No Password
filter=(numplayers < maxplayers and numplayers > 0)
clientfilter=(password = 0)
bfvietnam:;*****************************************************************************
;
; Filter Settings for Battlefield Vietnam
; ---------------------------
;
; is a SQL-style boolean statement such as:
;
; "gametype='ctf'"
; "numplayers > 1 and numplayers < 8"
; "gamemode='openplaying'"
;
; The filter can be arbitrarily complex and supports all standard SQL
; groupings and boolean operations. The following fields are available
; for filtering:
;
; hostport, gamever, location, hostname, mapname, gametype, gamemode,
; numplayers and maxplayers.
;
;*****************************************************************************
[-all]
title=All Battlefield Vietnam servers
filter=
[-non_mod]
title=All Battlefield Vietnam non-mod servers
filter=(game_id='BFVIETNAM')
[00-_zzz]
title=separator
[01_gt_conquest]
title=Conquest
filter=(gametype = 'conquest')
[01_gt_coop]
title=Co-op
filter=(gametype = 'coop')
[01_gt_capture]
title=Capture the Flag
filter=(gametype = 'ctf')
[01_gt_evolution]
title=Evolution
filter=(gametype = 'evolution')
[01_gt_customcombat]
title=Custom Combat
filter=(gametype = 'customcombat')
[01_zzz]
title=separator
[02_gv_1.1]
title=All Battlefield Vietnam v1.1 Servers
filter=(gamever = 'v1.1')
[02_gv_1.2]
title=All Battlefield Vietnam v1.2 Servers
filter=(gamever = 'v1.2')
[02_gv_1.21]
title=All Battlefield Vietnam v1.21 Servers
filter=(gamever = 'v1.21')
[02_zzz]
title=separator
[03_mod_tourofduty]
title=Mod: Tour of Duty
filter=(game_id = 'tourofduty')
[03_mod_wwii]
title=Mod: WWII Mod
filter=(game_id = 'bfv_ww2mod')
[03_mod_PoE]
title=Mod: Point of Existence
filter=(game_id = 'PoE')
[03_mod_eod]
title=Mod: Eve of Destruction
filter=(game_id = 'eod')
[03_mod_dicecity]
title=Mod: Dice City
filter=(game_id = 'dicecity_v')
[03_mod_homefront]
title=Mod: HomeFront
filter=(game_id = 'homefront')
[03_mod_opk]
title=Mod: Operation Peacekeeper
filter=(game_id = 'opk')
[03_zzz]
title=separator
[09_1_full]
title=Full Servers
filter=(numplayers = maxplayers)
[09_2_empty]
title=Empty Servers
filter=(numplayers = 0)
[09_3_notfull]
title=Open Servers, No Password
filter=(numplayers < maxplayers and numplayers > 0)
clientfilter=(password = 0)
nwnxp1:;*****************************************************************************
;
; Filter Settings for Neverwinter Nights
; --------------------------------------
;
; is a SQL-style boolean statement such as:
;
; "gametype='ctf'"
; "numplayers > 1 and numplayers < 8"
; "gamemode='openplaying'"
;
; The filter can be arbitrarily complex and supports all standard SQL
; groupings and boolean operations. The following fields are available
; for filtering:
;
; hostport, gamever, location, hostname, mapname, gametype, gamemode,
; numplayers and maxplayers.
;
;*****************************************************************************
[-all]
title=All Neverwinter Nights Servers
filter=
[-zzz]
title=separator
[@01action]
title=Action
filter=(groupid=274)
[@02roleplaying]
title=Roleplaying
filter=(groupid=275)
[@03team]
title=Team (N vs N)
filter=(groupid=276)
[@04social]
title=Social
filter=(groupid=277)
[@05pwaction]
title=Persistent World Action
filter=(groupid=278)
[@06alternative]
title=Alternative
filter=(groupid=279)
[@07story]
title=Story
filter=(groupid=363)
[@08storylite]
title=Story Lite
filter=(groupid=364)
[@09melee]
title=Melee (1 vs N)
filter=(groupid=365)
[@10arena]
title=Arena (1 vs N)
filter=(groupid=366)
[@11pwstory]
title=Persistant World Story
filter=(groupid=367)
[@12solo]
title=Solo
filter=(groupid=368)
[@13]
title=separator
[@nwnxp1]
title=Shadows of Undrentide Servers Only
filter=(expansions=1)
ut2004d:[-all]
title=All UT 2004 Demo Servers
filter=
[00_aaa]
title=separator
[00_gt_as]
title=Assault
filter=(gametype = 'ASGameInfo')
[00_gt_dm]
title=Deathmatch
filter=(gametype = 'xDeathMatch')
[00_gt_ctf]
title=Capture the Flag
filter=(gametype = 'xCTFGame')
[00_gt_bomb]
title=Bombing Run
filter=(gametype = 'xBombingRun')
[00_gt_onslaught]
title=Onslaught
filter=(gametype = 'ONSOnslaughtGame')
[00_gt_teamdm]
title=Team Deathmatch
filter=(gametype = 'xTeamGame')
[00_zzz]
title=separator
[09_1_full]
title=Full Servers
filter=(numplayers = maxplayers)
[09_2_empty]
title=Empty Servers
filter=(numplayers = 0)
[09_3_notfull]
title=Open Servers, No Password
filter=(numplayers < maxplayers and numplayers > 0) AND (password = 0)
battlefield2sf:[-all]
title=All Battlefield 2 servers
filter=(gamever='1.1.2552-344.0')
[00_aaa]
title=separator
[02_ranked]
title=Battlefield 2 Ranked servers
filter=(bf2_ranked='1')
[03_unranked]
title=Battlefield 2 Unranked Servers
filter=(bf2_ranked='0')
[04_password]
title=Battlefield 2 Private servers
filter=(password='1')
[05_nopassword]
title=Battlefield 2 Public servers
filter=(password='0')
[06_zzz]
title=separator
[09_1_full]
title=Full Servers
filter=(numplayers = maxplayers)
[09_2_empty]
title=Empty Servers
filter=(numplayers = 0)
[09_3_notfull]
title=Open Servers, No Password
filter=(password = 0) and (numplayers < maxplayers and numplayers > 0)
virtualpool3:[-all]
title=All Servers
filter=(groupid is null)
ut2d:[-all]
title=All Unreal Tournament 2003 Servers
filter=
[00_gt_dm]
title=Deathmatch
filter=(gametype = 'xDeathMatch')
[00_gt_ctf]
title=Capture the Flag
filter=(gametype = 'xCTFGame')
[00_gt_bomb]
title=Bombing Run
filter=(gametype = 'xBombingRun')
[00_gt_teamdm]
title=Team Deathmatch
filter=(gametype = 'xTeamGame')
[00_zzz]
title=separator
[09_1_full]
title=Full Servers
filter=(numplayers = maxplayers)
[09_2_empty]
title=Empty Servers
filter=(numplayers = 0)
[09_3_notfull]
title=Open Servers, No Password
filter=(numplayers < maxplayers and numplayers > 0)
unreal2d:;*****************************************************************************
;
; Filter Settings for Unreal II Expanded Multiplayer Demo
; -------------------------------------------------------
;
; is a SQL-style boolean statement such as:
;
; "gametype='ctf'"
; "numplayers > 1 and numplayers < 8"
; "gamemode='openplaying'"
;
; The filter can be arbitrarily complex and supports all standard SQL
; groupings and boolean operations. The following fields are available
; for filtering:
;
; hostport, gamever, location, hostname, mapname, gametype, gamemode,
; numplayers and maxplayers.
;
;*****************************************************************************
[-all]
title=All Unreal II XMP Demo Servers
filter=(gametype='XMPGameDemo')
unreal2:;*****************************************************************************
;
; Filter Settings for Unreal II Expanded Multiplayer
; --------------------------------------------------
;
; is a SQL-style boolean statement such as:
;
; "gametype='ctf'"
; "numplayers > 1 and numplayers < 8"
; "gamemode='openplaying'"
;
; The filter can be arbitrarily complex and supports all standard SQL
; groupings and boolean operations. The following fields are available
; for filtering:
;
; hostport, gamever, location, hostname, mapname, gametype, gamemode,
; numplayers and maxplayers.
;
;*****************************************************************************
[-all]
title=All Unreal II XMP Servers
filter=(gametype='XMPGame')
tron20d:[-all]
title=All Tron 2.0 Demo Servers
filter=
[-zzz]
title=separator
[@demo1.005d]
title=Tron 2.0 Demo v1.005d Servers
filter=(gamever='1.005d')
[@demo1.233d]
title=Tron 2.0 Demo v1.233d Servers
filter=(gamever='1.233d')
tribesvd:;*****************************************************************************
;
; Filter Settings for the Tribes Vengeance Demo
; ---------------------------
;
; is a SQL-style boolean statement such as:
;
; "gametype='ctf'"
; "numplayers > 1 and numplayers < 8"
; "gamemode='openplaying'"
;
; The filter can be arbitrarily complex and supports all standard SQL
; groupings and boolean operations. The following fields are available
; for filtering:
;
; hostport, gamever, location, hostname, mapname, gametype, gamemode,
; numplayers and maxplayers.
;
;*****************************************************************************
[-all]
title=All Tribes Vengeance Demo Servers
filter=
[-zzz]
title=separator
[=ctf]
title=Capture the Flag
filter=(gametype='CTF')
[=arena]
title=Arena
filter=(gametype='arena')
[=ball]
title=Ball
filter=(gametype='ball')
[=fuel]
title=Fuel
filter=(gametype='Fuel')
stefdemo:;*****************************************************************************
;
; Filter Settings for Elite Force
; -------------------------------
;
; is a SQL-style boolean statement such as:
;
; "gametype='ctf'"
; "numplayers > 1 and numplayers < 8"
; "gamemode='openplaying'"
;
; The filter can be arbitrarily complex and supports all standard SQL
; groupings and boolean operations. The following fields are available
; for filtering:
;
; hostport, gamever, location, hostname, mapname, gametype, gamemode,
; numplayers and maxplayers.
;
;*****************************************************************************
[-all]
title=All Elite Force Servers
filter=(gamever='demo' or gamever='ST:V HM v1.10 win-x86 Oct 25 2000')
[-zzz]
title=separator
[@stvef_01]
title=Free for All
filter=(gametype='deathmatch')
[@stvef_02]
title=Team Holomatch
filter=(gametype='team deathmatch')
[@stvef_03]
title=CTF
filter=(gametype='ctf')
[@stvef_04]
title=Tournament
filter=(gametype='tournament')
stef1exp:;*****************************************************************************
;
; Filter Settings for Elite Force
; -------------------------------
;
; is a SQL-style boolean statement such as:
;
; "gametype='ctf'"
; "numplayers > 1 and numplayers < 8"
; "gamemode='openplaying'"
;
; The filter can be arbitrarily complex and supports all standard SQL
; groupings and boolean operations. The following fields are available
; for filtering:
;
; hostport, gamever, location, hostname, mapname, gametype, gamemode,
; numplayers and maxplayers.
;
;*****************************************************************************
[-all]
title=All Elite Force Servers
filter=
[-zzz]
title=separator
[@stvef_01]
title=Free for All
filter=(gametype='deathmatch')
[@stvef_02]
title=Team Holomatch
filter=(gametype='team deathmatch')
[@stvef_03]
title=CTF
filter=(gametype='ctf')
[@stvef_04]
title=Tournament
filter=(gametype='tournament')
[excessive]
title=Excessive
filter=(gametype='excessive')
stef1:;*****************************************************************************
;
; Filter Settings for Elite Force
; -------------------------------
;
; is a SQL-style boolean statement such as:
;
; "gametype='ctf'"
; "numplayers > 1 and numplayers < 8"
; "gamemode='openplaying'"
;
; The filter can be arbitrarily complex and supports all standard SQL
; groupings and boolean operations. The following fields are available
; for filtering:
;
; hostport, gamever, location, hostname, mapname, gametype, gamemode,
; numplayers and maxplayers.
;
;*****************************************************************************
[-all]
title=All Elite Force Servers
filter=
[-zzz]
title=separator
[@stvef_01]
title=Free for All
filter=(gametype='deathmatch')
[@stvef_02]
title=Team Holomatch
filter=(gametype='team deathmatch')
[@stvef_03]
title=CTF
filter=(gametype='ctf')
[@stvef_04]
title=Tournament
filter=(gametype='tournament')
[excessive]
title=Excessive
filter=(gametype='excessive')
sofretail:;*****************************************************************************
;
; Filter Settings for SoF
; -----------------------
;
; is a SQL-style boolean statement such as:
;
; "gametype='ctf'"
; "numplayers > 1 and numplayers < 8"
; "gamemode='openplaying'"
;
; The filter can be arbitrarily complex and supports all standard SQL
; groupings and boolean operations. The following fields are available
; for filtering:
;
; hostport, gamever, location, hostname, mapname, gametype, gamemode,
; numplayers and maxplayers.
;
;*****************************************************************************
;[-all]
;title=All Soldier of Fortune Servers
;filter=
;
;[-zzz]
;title=separator
rtcwtest:[-all]
title=All RTCW Demo Servers
filter=
[-zzz]
title=separator
[@test2]
title=Test 2 Servers
filter=(gamever not like '%Wolf 1.1%')
[@demo]
title=Newest Demo Servers
filter=(gamever like '%Wolf 1.1%')
quake4:;*****************************************************************************
;
; Filter Settings for Quake 4
; ---------------------------
;
; is a SQL-style boolean statement such as:
;
; "gametype='ctf'"
; "numplayers > 1 and numplayers < 8"
; "gamemode='openplaying'"
;
; The filter can be arbitrarily complex and supports all standard SQL
; groupings and boolean operations. The following fields are available
; for filtering:
;
; hostport, gamever, location, hostname, mapname, gametype, gamemode,
; numplayers and maxplayers.
;
;*****************************************************************************
[-all]
title=All Quake 4 Servers
filter=
[-zzz]
title=separator
[=baseQUAKE4-12DM]
title=Q4 Deathmatch
filter=(gametype='DM')
[=baseQUAKE4-13TDM]
title=Q4 Team Deathmatch
filter=(gametype='Team DM')
[=baseQUAKE4-14TOURNEY]
title=Q4 Tourney
filter=(gametype='Tourney')
[=baseQUAKE4-15CTF]
title=Q4 Capture The Flag
filter=(gametype='CTF')
[=baseQUAKE4-16ACTF]
title=Q4 Arena CTF
filter=(gametype='Arena CTF')
q3tafull:;*****************************************************************************
;
; Filter Settings for Quake 3
; ---------------------------
;
; is a SQL-style boolean statement such as:
;
; "gametype='ctf'"
; "numplayers > 1 and numplayers < 8"
; "gamemode='openplaying'"
;
; The filter can be arbitrarily complex and supports all standard SQL
; groupings and boolean operations. The following fields are available
; for filtering:
;
; hostport, gamever, location, hostname, mapname, gametype, gamemode,
; numplayers and maxplayers.
;
;*****************************************************************************
[-all]
title=All Team Arena Servers
filter=
[-zzz]
title=separator
[@ta1]
title=TA Free-For-All
filter=(gametype='deathmatch')
[@ta2]
title=TA Team Deathmatch
filter=(gametype='team deathmatch')
[@ta3]
title=TA 1v1 Tourney
filter=(gametype='tournament')
[@ta4]
title=TA Capture The Flag
filter=(gametype='ctf')
[@ta5]
title=TA 1 Flag CTF
filter=(gametype='1fctf')
[@ta6]
title=TA Harvester
filter=(gametype='harvester')
[@ta7]
title=TA Overload
filter=(gametype='overload')
[@zzz]
title=separator
q3tademo:;*****************************************************************************
;
; Filter Settings for Quake 3
; ---------------------------
;
; is a SQL-style boolean statement such as:
;
; "gametype='ctf'"
; "numplayers > 1 and numplayers < 8"
; "gamemode='openplaying'"
;
; The filter can be arbitrarily complex and supports all standard SQL
; groupings and boolean operations. The following fields are available
; for filtering:
;
; hostport, gamever, location, hostname, mapname, gametype, gamemode,
; numplayers and maxplayers.
;
;*****************************************************************************
[-all]
title=All Team Arena Demo Servers
filter=(mapname='mpteam3')
[-zzz]
title=separator
[@ta1]
title=TA Free-For-All
filter=(gametype='deathmatch')
[@ta2]
title=TA Team Deathmatch
filter=(gametype='team deathmatch')
[@ta3]
title=TA 1v1 Tourney
filter=(gametype='tournament')
[@ta4]
title=TA Capture The Flag
filter=(gametype='ctf')
[@ta5]
title=TA 1 Flag CTF
filter=(gametype='1fctf')
[@ta6]
title=TA Harvester
filter=(gametype='harvester')
[@ta7]
title=TA Overload
filter=(gametype='overload')
[@zzz]
title=separator
painkillerd:;*****************************************************************************
;
; Filter Settings for the Painkiller Demo
; ---------------------------------------
;
; is a SQL-style boolean statement such as:
;
; "gametype='ctf'"
; "numplayers > 1 and numplayers < 8"
; "gamemode='openplaying'"
;
; The filter can be arbitrarily complex and supports all standard SQL
; groupings and boolean operations. The following fields are available
; for filtering:
;
; hostport, gamever, location, hostname, mapname, gametype, gamemode,
; numplayers and maxplayers.
;
;*****************************************************************************
[-all]
title=All Painkiller Demo Servers
filter=
[ffa]
title=Gametype: Free For All
filter=(gametype='Free For All')
[tlb]
title=Gametype: The Light Bearer
filter=(gametype='The Light Bearer')
[@zzz]
title=separator
opfor:;*****************************************************************************
;
; Filter Settings for Half-Life: Opposing Force
; ---------------------------------------------
;
; is a SQL-style boolean statement such as:
;
; "gametype='ctf'"
; "numplayers > 1 and numplayers < 8"
; "gamemode='openplaying'"
;
; The filter can be arbitrarily complex and supports all standard SQL
; groupings and boolean operations. The following fields are available
; for filtering:
;
; hostport, gamever, location, hostname, mapname, gametype, gamemode,
; numplayers and maxplayers.
;
;*****************************************************************************
[-all]
title=All Half-Life OpFor Servers
filter=(gametype='gearbox' or gametype='gearbox:OpFor CTF')
nfs6:;*****************************************************************************
;
; Filter Settings for Need for Speed Hot Pursuit 2
; ------------------------------------------------
;
; is a SQL-style boolean statement such as:
;
; "gametype='ctf'"
; "numplayers > 1 and numplayers < 8"
; "gamemode='openplaying'"
;
; The filter can be arbitrarily complex and supports all standard SQL
; groupings and boolean operations. The following fields are available
; for filtering:
;
; hostport, gamever, location, hostname, mapname, gametype, gamemode,
; numplayers and maxplayers.
;
;*****************************************************************************
[-all]
title=All Need for Speed Hot Pursuit 2 servers
filter=
[-zzz]
title=separator
[@version242]
title=All Need for Speed Hot Pursuit 2 Patch 242 servers
filter=(gamever='242')
mohaasd:;*****************************************************************************
;
; Filter Settings for Medal of Honor: Allied Assault - Spearhead Demo
; -------------------------------------------------------------------
;
; is a SQL-style boolean statement such as:
;
; "gametype='ctf'"
; "numplayers > 1 and numplayers < 8"
; "gamemode='openplaying'"
;
; The filter can be arbitrarily complex and supports all standard SQL
; groupings and boolean operations. The following fields are available
; for filtering:
;
; hostport, gamever, location, hostname, mapname, gametype, gamemode,
; numplayers and maxplayers.
;
;*****************************************************************************
[-all]
title=All Spearhead Demo Servers
filter=(gamever LIKE 'd%')
[-zzz]
title=separator
[00_FFA]
title=Free-for-all Deathmatch
filter=(gametype='Free-For-All') and (gamever LIKE 'd%')
[00_Teamdeathmatch]
title=Team Deathmatch
filter=(gametype='Team-Match') and (gamever LIKE 'd%')
[00_Roundbased]
title=Round-based Match
filter=(gametype='Round-Based-Match') and (gamever LIKE 'd%')
s
[00_Objective]
title=Objective Match
filter=(gametype='Objective-Match') and (gamever LIKE 'd%')
[00_Tugofwar]
title=Tug-of-War
filter=(gametype='Tug-of-War') and (gamever LIKE 'd%')
[00_zzz]
title=separator
[09_NotEmpty]
title=Not Empty
filter=(numplayers > 0) and (gamever LIKE 'd%')
[09_NotFull]
title=Not Full
filter=(numplayers < maxplayers) and (gamever LIKE 'd%')
[09_Dedicated]
title=Dedicated Servers
filter=(dedicated = 1) and (gamever LIKE 'd%')
mohaad:;*****************************************************************************
;
; Filter Settings for Medal of the Honor: Allied Assault Demo
; -----------------------------------------------------------
;
; is a SQL-style boolean statement such as:
;
; "gametype='ctf'"
; "numplayers > 1 and numplayers < 8"
; "gamemode='openplaying'"
;
; The filter can be arbitrarily complex and supports all standard SQL
; groupings and boolean operations. The following fields are available
; for filtering:
;
; hostport, gamever, location, hostname, mapname, gametype, gamemode,
; numplayers and maxplayers.
;
;*****************************************************************************
[-all]
title=All Servers
filter=
[-zzz]
title=separator
[@1Deathmatch]
title=Free-for-all Deathmatch
filter=(gametype='' or gametype='Free-For-All')
[@2Teamdeathmatch]
title=Team Deathmatch
filter=(gametype='Team-Match')
[@3Roundbased]
title=Round-based Match
filter=(gametype='Round-Based-Match')
[@4Objective]
title=Objective Match
filter=(gametype='Objective-Match')
mohaabd:;*****************************************************************************
;
; Filter Settings for Medal of Honor: Allied Assault Breakthrough Demo
; --------------------------------------------------------------------
;
; is a SQL-style boolean statement such as:
;
; "gametype='ctf'"
; "numplayers > 1 and numplayers < 8"
; "gamemode='openplaying'"
;
; The filter can be arbitrarily complex and supports all standard SQL
; groupings and boolean operations. The following fields are available
; for filtering:
;
; hostport, gamever, location, hostname, mapname, gametype, gamemode,
; numplayers and maxplayers.
;
;*****************************************************************************
[-all]
title=All MOHAA Breakthrough Demo Servers
filter=
[-zzz]
title=separator
[01_NotEmpty]
title=Not Empty
filter=(numplayers > 0)
[01_NotFull]
title=Not Full
filter=(numplayers < maxplayers)
[01_Dedicated]
title=Dedicated Servers
filter=(dedicated = 1)
kohanag:[-all]
title=All Kohan: Ahriman's Gift Servers
filter=(gamever LIKE '%AG%')
hd2d:;*****************************************************************************
;
; Filter Settings for the Hidden & Dangerous 2 Demo
; -------------------------------------------------
;
; is a SQL-style boolean statement such as:
;
; "gametype='ctf'"
; "numplayers > 1 and numplayers < 8"
; "gamemode='openplaying'"
;
; The filter can be arbitrarily complex and supports all standard SQL
; groupings and boolean operations. The following fields are available
; for filtering:
;
; hostport, gamever, location, hostname, mapname, gametype, gamemode,
; numplayers and maxplayers.
;
;*****************************************************************************
[-all]
title=All Hidden & Dangerous 2 Demo Servers
filter=(hostname LIKE '%DEMO%')
hd2:;*****************************************************************************
;
; Filter Settings for Hidden & Dangerous 2
; ----------------------------------------
;
; is a SQL-style boolean statement such as:
;
; "gametype='ctf'"
; "numplayers > 1 and numplayers < 8"
; "gamemode='openplaying'"
;
; The filter can be arbitrarily complex and supports all standard SQL
; groupings and boolean operations. The following fields are available
; for filtering:
;
; hostport, gamever, location, hostname, mapname, gametype, gamemode,
; numplayers and maxplayers.
;
;*****************************************************************************
[-all]
title=All Hidden & Dangerous 2 Servers
filter=(hostname NOT LIKE '%DEMO%')
globalops:;*****************************************************************************
;
; Filter Settings for Global Operations
; -------------------------------------
;
; is a SQL-style boolean statement such as:
;
; "gametype='ctf'"
; "numplayers > 1 and numplayers < 8"
; "gamemode='openplaying'"
;
; The filter can be arbitrarily complex and supports all standard SQL
; groupings and boolean operations. The following fields are available
; for filtering:
;
; hostport, gamever, location, hostname, mapname, gametype, gamemode,
; numplayers and maxplayers.
;
;*****************************************************************************
[-all]
title=All Global Operations Servers
filter=
[-zzz]
title=separator
[release]
title=Global Operations v1.0 Servers
filter=(gamever='0.1')
[update1]
title=Global Operations v1.1 (Patch)
filter=(gamever='1.1')
[update2]
title=Global Operations v1.2 (Patch)
filter=(gamever='1.2')
[update3]
title=Global Operations v2.0 (Patch)
filter=(gamever='2.0')
doom3:;*****************************************************************************
;
; Filter Settings for DOOM 3
; ---------------------------
;
; is a SQL-style boolean statement such as:
;
; "gametype='ctf'"
; "numplayers > 1 and numplayers < 8"
; "gamemode='openplaying'"
;
; The filter can be arbitrarily complex and supports all standard SQL
; groupings and boolean operations. The following fields are available
; for filtering:
;
; hostport, gamever, location, hostname, mapname, gametype, gamemode,
; numplayers and maxplayers.
;
;*****************************************************************************
[-all]
title=All DOOM 3 Servers
filter=
[-zzz]
title=separator
[bver1.0]
title=Version 1.0
filter=(protocol = '65569')
[bver1.1]
title=Version 1.1
filter=(protocol = '65571')
dod:;*****************************************************************************
;
; Filter Settings for Day of Defeat
; ---------------------------------
;
; is a SQL-style boolean statement such as:
;
; "gametype='ctf'"
; "numplayers > 1 and numplayers < 8"
; "gamemode='openplaying'"
;
; The filter can be arbitrarily complex and supports all standard SQL
; groupings and boolean operations. The following fields are available
; for filtering:
;
; hostport, gamever, location, hostname, mapname, gametype, gamemode,
; numplayers and maxplayers.
;
;*****************************************************************************
[-all]
title=All Day of Defeat Servers
filter=(gametype='dod') AND ((steam = 0) OR (steam is NULL))
cstrike:;*****************************************************************************
;
; Filter Settings for Half-Life: Counter-Strike
; ---------------------------------------------
;
; is a SQL-style boolean statement such as:
;
; "gametype='ctf'"
; "numplayers > 1 and numplayers < 8"
; "gamemode='openplaying'"
;
; The filter can be arbitrarily complex and supports all standard SQL
; groupings and boolean operations. The following fields are available
; for filtering:
;
; hostport, gamever, location, hostname, mapname, gametype, gamemode,
; numplayers and maxplayers.
;
;*****************************************************************************
[-all]
title=All Half-Life Servers
filter=((steam = 0) OR (steam is NULL))
[-zzz]
title=separator
[=valve]
title=Standard Half-Life
filter=(gametype='valve') AND ((steam = 0) OR (steam is NULL))
[action]
title=Action Half-Life
filter=(gametype='action') AND ((steam = 0) OR (steam is NULL))
[cstrike]
title=Counter Strike
filter=(gametype='cstrike') AND ((steam = 0) OR (steam is NULL))
cmdline=-game cstrike
[firearms]
title=FireArms
filter=(gametype='firearms') AND ((steam = 0) OR (steam is NULL))
[gearbox]
title=Opposing Force
filter=(gametype='gearbox') AND ((steam = 0) OR (steam is NULL))
[nselection]
title=Natural Selection
filter=((gametype='NS') OR (gametype='NSP')) AND ((steam = 0) OR (steam is NULL))
[tfc]
title=Team Fortress Classic
filter=(gametype='tfc') AND ((steam = 0) OR (steam is NULL))
cmdline=-game tfc
[ricochet]
title=Ricochet
filter=(gametype='ricochet') AND ((steam = 0) OR (steam is NULL))
[wantedhl]
title=Wanted!
filter=(gametype='wantedhl') AND ((steam = 0) OR (steam is NULL))
[redempt]
title=Absolute Redemption
filter=(gametype='redempt') AND ((steam = 0) OR (steam is NULL))
[dod]
title=Day of Defeat
filter=(gametype='dod') AND ((steam = 0) OR (steam is NULL))
[wasteland]
title=WastelandHL
filter=(gametype='wasteland') AND ((steam = 0) OR (steam is NULL))
[@zzz]
title=separator
chspades:;*****************************************************************************
;
; Filter Settings for Elite Force
; -------------------------------
;
; is a SQL-style boolean statement such as:
;
; "gametype='ctf'"
; "numplayers > 1 and numplayers < 8"
; "gamemode='openplaying'"
;
; The filter can be arbitrarily complex and supports all standard SQL
; groupings and boolean operations. The following fields are available
; for filtering:
;
; hostport, gamever, location, hostname, mapname, gametype, gamemode,
; numplayers and maxplayers.
;
;*****************************************************************************
[-all]
title=All Spades Servers
filter=(gametype LIKE '%Spades%') OR (hostname LIKE '%Spades%')
chhearts:;*****************************************************************************
;
; Filter Settings for Elite Force
; -------------------------------
;
; is a SQL-style boolean statement such as:
;
; "gametype='ctf'"
; "numplayers > 1 and numplayers < 8"
; "gamemode='openplaying'"
;
; The filter can be arbitrarily complex and supports all standard SQL
; groupings and boolean operations. The following fields are available
; for filtering:
;
; hostport, gamever, location, hostname, mapname, gametype, gamemode,
; numplayers and maxplayers.
;
;*****************************************************************************
[-all]
title=All Hearts Servers
filter=(gametype LIKE '%Hearts%') OR (hostname LIKE '%Hearts%')
cheuchre:[-all]
title=All Euchre Servers
filter=(gametype LIKE '%Euchre%') OR (hostname LIKE '%Euchre%')
ccrenegadedemo:;*****************************************************************************
;
; Filter Settings for C&C Renegade Demo
; -----------------------------
;
; is a SQL-style boolean statement such as:
;
; "gametype='ctf'"
; "numplayers > 1 and numplayers < 8"
; "gamemode='openplaying'"
;
; The filter can be arbitrarily complex and supports all standard SQL
; groupings and boolean operations. The following fields are available
; for filtering:
;
; hostport, gamever, location, hostname, mapname, gametype, gamemode,
; numplayers and maxplayers.
;
;*****************************************************************************
[-all]
title=Renegade Demo v1.019 Servers
filter=(gamever='262')
[-zzz]
title=separator
[patch1]
title=Official Westwood Servers
filter=(hostname like 'Westwood%')
[patch2]
title=Renegade Demo v1.006 Servers
filter=(gamever='236')
[patch3]
title=Renegade Demo v1.007 Servers
filter=(gamever='261')
[patch4]
title=All Renegade Demo Servers
filter=
bfield1942swd:[-all]
title=All Battlefield 1942: Secret Weapons of WW2 servers
filter=(gameId='xpack2')
[00_aaa]
title=separator
[01_gt_conquest]
title=Conquest
filter=(gametype = 'conquest' ) AND (gameId='xpack2')
[01_gt_coop]
title=Co-op
filter=(gametype = 'coop') AND (gameId='xpack2')
[01_gt_capture]
title=Capture the Flag
filter=(gametype = 'ctf') AND (gameId='xpack2')
[01_gt_teamdm]
title=Team Death Match
filter=(gametype = 'tdm') AND (gameId='xpack2')
[01_zzz]
title=separator
[09_1_full]
title=Full Servers
filter=(numplayers = maxplayers) AND (gameId='xpack2')
[09_2_empty]
title=Empty Servers
filter=(numplayers = 0) AND (gameId='xpack2')
[09_3_notfull]
title=Open Servers, No Password
filter=(numplayers < maxplayers and numplayers > 0) AND (gameId='xpack2')
clientfilter=(password = 0)
bfield1942d:[-all]
title=All Battlefield 1942 servers
filter=
[-zzz]
title=separator
[01_1_full]
title=Full Servers
filter=(numplayers = maxplayers)
[01_2_empty]
title=Empty Servers
filter=(numplayers = 0)
[01_3_notfull]
title=Open Servers, No Password
filter=(numplayers < maxplayers and numplayers > 0)
clientfilter=(password = 0)
avp2demo:[-all]
title=All AvP 2 Servers
filter=
[-zzz]
title=separator
[@01dedicated]
title=Patched, dedicated servers
filter=(hostname like '%[[]D%')
[@02nondedicated]
title=Patched, non-dedicated servers
filter=(gamever='1.0.9.2' and hostname not like '%[[]D%')
[@03unpatched]
title=Unpatched servers
filter=(gamever='1.0.9.1')
avp2:[-all]
title=All AvP 2 Servers
filter=
[-zzz]
title=separator
[@01dedicated]
title=Dedicated servers
filter=(ded='1')
[@02nondedicated]
title=Non-dedicated servers
filter=(ded='0')
halflife:;*****************************************************************************
;
; Filter Settings for Half-Life
; -----------------------------
;
; is a SQL-style boolean statement such as:
;
; "gametype='ctf'"
; "numplayers > 1 and numplayers < 8"
; "gamemode='openplaying'"
;
; The filter can be arbitrarily complex and supports all standard SQL
; groupings and boolean operations. The following fields are available
; for filtering:
;
; hostport, gamever, location, hostname, mapname, gametype, gamemode,
; numplayers and maxplayers.
;
;*****************************************************************************
[-all]
title=All Half-Life Servers
filter=((steam = 0) OR (steam is NULL))
[-zzz]
title=separator
[=valve]
title=Standard Half-Life
filter=(gametype='valve') AND ((steam = 0) OR (steam is NULL))
[dod]
title=Day of Defeat
filter=(gametype='dod') AND ((steam = 0) OR (steam is NULL))
[wasteland]
title=WastelandHL
filter=(gametype='wasteland') AND ((steam = 0) OR (steam is NULL))
[svencoop]
title=Sven Co-op
filter=(gametype='svencoop') AND ((steam = 0) OR (steam is NULL))
[oz]
title=OZ Deathmatch
filter=(gametype='oz') AND ((steam = 0) OR (steam is NULL))
[holywars]
title=Holy Wars
filter=(gametype='holywars') AND ((steam = 0) OR (steam is NULL))
[dmc]
title=Deathmatch Classic
filter=(gametype='dmc') AND ((steam = 0) OR (steam is NULL))
[opera]
title=The Opera
filter=(gametype='opera') AND ((steam = 0) OR (steam is NULL))
[dcrisis]
title=Desert Crisis
filter=(gametype='dcrisis') AND ((steam = 0) OR (steam is NULL))
[ricochet]
title=Ricochet
filter=(gametype='ricochet') AND ((steam = 0) OR (steam is NULL))
[ts]
title=The Specialists
filter=(gametype='TS') AND ((steam = 0) OR (steam is NULL))
[nselection]
title=Natural Selection
filter=((gametype='NS') OR (gametype='NSP')) AND ((steam = 0) OR (steam is NULL))
[vampslayer]
title=Vampire Slayer
filter=(gametype='vs') AND ((steam = 0) OR (steam is NULL))
[monkeystrike]
title=MonkeyStrike
filter=(gametype='monkeystrike') AND ((steam = 0) OR (steam is NULL))
[esf]
title=Earth Special Forces
filter=(gametype='esf') AND ((steam = 0) OR (steam is NULL))
[@zzz]
title=separator
tf15:[-all]
title=All TFC Servers
filter=(gametype='tfc')