Proper Ase Ns Beta Filter

LichoLicho Join Date: 2002-11-02 Member: 3858Members, NS1 Playtester
edited February 2004 in NS General Discussion
<div class="IPBDescription">for thos who like ASE :-)</div> Let's you to filter beta version (1,2,3..) and map style (combat vs. NS)

Add this to filter.txt in your All Seeing Eye directory right after steam natural selection section ends (it ends by this paragraph in filter.txt:
<!--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-->
Half-Life Steam\Natural Selection\Newer
Group: HLSNSVER
Mutex: HLSNSVER
Flags: OTHER
<!--c2--></td></tr></table><div class='postcolor'><!--ec2-->

And right after this add following:
<!--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-->
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
<!--c2--></td></tr></table><div class='postcolor'><!--ec2-->

Comments

Sign In or Register to comment.