Same method, using the server browser favorites (keys I mentioned above), see the comments in /config/favourites.cfg for more info about the usage. e.g:
Above I showed you how to only add servers that are "not" playing a map, to match servers that are playing a specific map, you just need to modify the ac_douze block slightly:
...matches any servers currently playing SOME_MAP_1 through 3. You could take some away from, or add more to that list of keys of course. Notice how I removed the "!" in this example, it serves as the NOT ac_douze in the first example, for this one it's reversed...servers that ARE playing on maps that are matched within the keys you define for that specific category.
Hope I explained it well. Good luck :)
Above I showed you how to only add servers that are "not" playing a map, to match servers that are playing a specific map, you just need to modify the ac_douze block slightly:
[SELECT ALL] Code:
sbfavourite_YOURCATEGORY_keys = "%SOME_MAP_1 %SOME_MAP_2 %SOME_MAP_3"
...matches any servers currently playing SOME_MAP_1 through 3. You could take some away from, or add more to that list of keys of course. Notice how I removed the "!" in this example, it serves as the NOT ac_douze in the first example, for this one it's reversed...servers that ARE playing on maps that are matched within the keys you define for that specific category.
Hope I explained it well. Good luck :)