Ase Ns V3.0 B2 Filter
<div class="IPBDescription">...for ASE users</div> for anyone who uses <a href='http://www.udpsoft.com/eye2/index.html' target='_blank'>The All-Seeing Eye</a>, here is a filter to for only Beta 2 Servers. (Note: this is <b>not</b> a thread for discussing which server browser is the best.)
1) Start up ASE
2) Click Filter > New
3) Name: NS 3.0 B2 (or anything else you can change it)
4) in the box below paste this into it:
<!--c1--></div><table border='0' align='center' width='95%' cellpadding='3' cellspacing='1'><tr><td><b>CODE</b> </td></tr><tr><td id='CODE'><!--ec1-->
1 if gamename != "*beta 2" remove
<!--c2--></td></tr></table><div class='postcolor'><!--ec2-->
5) Leave all the other settings alone and click OK.
6) You're done.
1) Start up ASE
2) Click Filter > New
3) Name: NS 3.0 B2 (or anything else you can change it)
4) in the box below paste this into it:
<!--c1--></div><table border='0' align='center' width='95%' cellpadding='3' cellspacing='1'><tr><td><b>CODE</b> </td></tr><tr><td id='CODE'><!--ec1-->
1 if gamename != "*beta 2" remove
<!--c2--></td></tr></table><div class='postcolor'><!--ec2-->
5) Leave all the other settings alone and click OK.
6) You're done.
Comments
the filter I posted checks the a server variable called: 'gamename' which all NS {afaik} servers have by default. for Beta 2 it's:
gamename = Natural Selection v3.0 beta 2
there is no other way that I know of to determine the version on the server other than this variable, an example of variables on a server can be found here:
<a href='http://crypt.wack.us/ns/server.php?address=12.147.59.99:27015' target='_blank'>sample variable list from a random server</a>
Half-Life Steam\Natural Selection BETA
Mutex: HLSGAME
Flags: NEW
Icon: $BASE\nsp\ns.ico
IRC: irc.gamesnet.net/naturalselection
1 if gamedir ~!= "nsp" remove
Half-Life Steam\Natural Selection BETA\beta 1
Group: HLSNSPVER
Mutex: HLSNSPVER
1 if gamename != "Natural Selection v3.0 beta 1" remove
Half-Life Steam\Natural Selection BETA\beta 2
Group: HLSNSPVER
Mutex: HLSNSPVER
1 if gamename != "Natural Selection v3.0 beta 2" remove
Half-Life Steam\Natural Selection BETA\beta 3
Group: HLSNSPVER
Mutex: HLSNSPVER
1 if gamename != "Natural Selection v3.0 beta 3" remove
Half-Life Steam\Natural Selection BETA\combat
Group: HLSNSMAPTYPE
Mutex: HLSNSMAPTYPE
1 if map != "co_*" remove
Half-Life Steam\Natural Selection BETA\NS classic
Group: HLSNSMAPTYPE
Mutex: HLSNSMAPTYPE
1 if map != "ns_*" remove
This filter lets you choose version and filter map types..