TrueCombat http://www.truecombatelite.com/forums/ |
|
All Seeing Eye 0.49 filter setup http://www.truecombatelite.com/forums/viewtopic.php?f=29&t=1399 |
Page 1 of 1 |
Author: | it [ Sun Feb 18, 2007 5:07 pm ] |
Post subject: | All Seeing Eye 0.49 filter setup |
Taken from here. Liquid wrote: 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.jpg Your 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 TCE2 and press 'OK'. |
Page 1 of 1 | All times are UTC |
Powered by phpBB © 2000, 2002, 2005, 2007 phpBB Group http://www.phpbb.com/ |