server menu options
#5
Custom categories can be created/edited using the in-game menus for /config/favourites.cfg - or by using the existing categories in there as a template to create your own that will be automatically applied upon starting AC (via /config/autoexec.cfg), your categories "keys" will probably look something like this (to only match servers that are NOT playing ac_douze:

sbfavourite_YOURCATEGORY_keys = "!%ac_douze"

...for not showing servers with OSOK/TOSOK, something like this:

sbfavourite_YOURCATEGORY_keys = "!#10 !#11"

...all in one:

sbfavourite_YOURCATEGORY_keys = "!%ac_douze !#10 !#11"

...and so on. Don't forget to change "YOURCATEGORY" to the name of your new category. HTH! :)
Thanks given by:


Messages In This Thread
server menu options - by Kush_Slayer - 05 Apr 11, 12:10AM
RE: server menu options - by Mael - 05 Apr 11, 12:12AM
RE: server menu options - by eftertanke - 05 Apr 11, 12:56AM
RE: server menu options - by OpenSource - 05 Apr 11, 10:37AM
RE: server menu options - by Bukz - 05 Apr 11, 08:28PM
RE: server menu options - by Kush_Slayer - 05 Apr 11, 09:29PM
RE: server menu options - by Bukz - 05 Apr 11, 09:51PM
RE: server menu options - by Kush_Slayer - 05 Apr 11, 09:52PM