This is a walkthrough to set up a filter for TC:E 0.49 for the
All Seeing Eye server scanner for Windows.
Open the program and right click on the field on the left on the program where your games list is and select 'New...'.
At name, type: TrueCombat:Elite v0.49.
In the text field below you can copy and paste this line of code.
Code:
1 if tce_version ~== "Beta 0.49*" goto 3
2 remove
Select 'Normal filter' from the radio button on the bottom left, and press 'OK'.
This would then look like this:
http://i10.tinypic.com/44vw27l.jpgYour filter should now appear at the bottom of your games list in the 'My Filters' folder. You are now ready to scan for TC:E 0.49 servers and connect to games through All Seeing Eye.
***
To set up mini-mod (gametype) and official server modifiers, read on.
Right click on the field on the left on the program where your games list is and select 'New...'.
At name, type: Reinforced Objective (CTF). In the text field below you can copy and paste this line of code.
Code:
1 if g_gametype == "2" goto 3
2 remove
Select 'Modifier' from the radio button on the bottom left, name it TCE1 and press 'OK'.
***
Right click on the field on the left on the program where your games list is and select 'New...'.
At name, type: Objective. In the text field below you can copy and paste this line of code.
Code:
1 if g_gametype == "5" goto 3
2 remove
Select 'Modifier' from the radio button on the bottom left, name it TCE1 and press 'OK'.
***
Right click on the field on the left on the program where your games list is and select 'New...'.
At name, type: Bodycount. In the text field below you can copy and paste this line of code.
Code:
1 if g_gametype == "7" goto 3
2 remove
Select 'Modifier' from the radio button on the bottom left, name it TCE1 and press 'OK'.
Official Servers
The following modifier will allow you to filter for servers without modified content or map downloads.
Right click on the field on the left on the program where your games list is and select 'New...'.
At name, type: Official Server. In the text field below you can copy and paste this line of code.
Code:
1 if sv_official == "1" goto 3
2 remove
Select 'Modifier' from the radio button on the bottom left, name it TCE
2 and press 'OK'.