Ase Ns V3.0 B2 Filter

SiliconSilicon Join Date: 2003-02-18 Member: 13683Members
edited January 2004 in Off-Topic
<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.

Comments

  • JefeJefe Join Date: 2003-04-21 Member: 15734Members, Constellation
    Is there a way to filter it by the mod folder name instead of the name in the server?
  • SiliconSilicon Join Date: 2003-02-18 Member: 13683Members
    <!--QuoteBegin-Jefe+Jan 31 2004, 10:21 PM--></div><table border='0' align='center' width='95%' cellpadding='3' cellspacing='1'><tr><td><b>QUOTE</b> (Jefe @ Jan 31 2004, 10:21 PM)</td></tr><tr><td id='QUOTE'><!--QuoteEBegin--> Is there a way to filter it by the mod folder name instead of the name in the server? <!--QuoteEnd--> </td></tr></table><div class='postcolor'> <!--QuoteEEnd-->
    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>
  • VarsityVarsity Join Date: 2004-01-29 Member: 25687Members
    I've found that with the new Steam server list I have no real use for ASE. For an ingame browser, it's very good indeed.
  • LichoLicho Join Date: 2002-11-02 Member: 3858Members, NS1 Playtester
    Try to add this to filters.txt right after steam natural selection there:

    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..
Sign In or Register to comment.