05 Apr 11, 12:10AM
is there a script or something that will make it so the server browser wont show servers playing ac_douze at the time or TOSOK/OSOK
server menu options
|
05 Apr 11, 12:10AM
is there a script or something that will make it so the server browser wont show servers playing ac_douze at the time or TOSOK/OSOK
05 Apr 11, 12:12AM
Not that I know of but it's a decent feature request. Other filters would be nice as well.
05 Apr 11, 12:56AM
You can add the server names of 24/7 "maphere" servers to your favorites with a low weight. It's not exactly the same, but it will cut those servers down at least.
05 Apr 11, 10:37AM
Try using right arrow key until you see serverlist is sorted by "mode".
I guess this make it sort modes alphabetically so tosok will at least be way down the serverslist.
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:
[SELECT ALL] Code: sbfavourite_YOURCATEGORY_keys = "!%ac_douze" ...for not showing servers with OSOK/TOSOK, something like this: [SELECT ALL] Code: sbfavourite_YOURCATEGORY_keys = "!#10 !#11" ...all in one: [SELECT ALL] Code: sbfavourite_YOURCATEGORY_keys = "!%ac_douze !#10 !#11" ...and so on. Don't forget to change "YOURCATEGORY" to the name of your new category. HTH! :)
05 Apr 11, 09:29PM
thank you, is there also a way to make it put the server on the list if it has a string in the name such as "rifle@camper" too?
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: [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 :)
05 Apr 11, 09:52PM
(This post was last modified: 05 Apr 11, 09:56PM by Kush_Slayer.)
ok, thanks again
|
« Next Oldest | Next Newest »
|