anders^on Posted November 7, 2004 Posted November 7, 2004 Many of you guys might have noticed, that there's currently no way to see the difference between patched and non-patched servers in The All-Seeing Eye. Therefore I created my own filter, which provides support for Version 1.0 and 1.1. Just open the filters.txt in your main ASE-directory and search for the following lines: Star Wars: Battlefront ServerType: GS RegKey: HKEY_LOCAL_MACHINE\SOFTWARE\LucasArts\Star Wars Battlefront\1.0\ExePath ExeName: Battlefront.exe JoinTemplate: {EXEPATH} +connect {address}[ +password "{PASSWORD}"] HostTemplate: {EXEPATH} Port: 3658 Mutex: SV 1 if servertype != "GS" remove 2 if swbregion == "" remove Beneath this passage add the following: Star Wars: Battlefront\Version Group: NUL Star Wars: Battlefront\Version\1.0 Group: SWBVER Mutex: SWBVER 1 if gamever != "1.0" remove Star Wars: Battlefront\Version\1.1 Group: SWBVER Mutex: SWBVER 1 if gamever != "1.1" remove Star Wars: Battlefront\Version\Other Group: SWBVER Mutex: SWBVER Flags: OTHER In the end it should look like this: . Now start your serverbrowser and klick the 'plus' next to 'Star Wars: Battlefront' on the left hand side. You should see a filter 'Versions' that shows or removes all servers using version 1.1. For the full german tutorial look here. Hope it works for you guys
anders^on Posted November 7, 2004 Author Posted November 7, 2004 Here's one more filter for in- and excluding servers that have bots activated: Star Wars: Battlefront\Bots Group: NUL Star Wars: Battlefront\Bots\Yes Group: SWBBOTS Mutex: SWBBOTS 1 if numai = "0" remove Star Wars: Battlefront\Bots\No Group: SWBBOTS Mutex: SWBBOTS 1 if numai != "0" remove
Alegis Posted November 7, 2004 Posted November 7, 2004 1.1 filter may be handy for those using ASE a lot As for bots, I hope you know there is a "players" box.
anders^on Posted November 7, 2004 Author Posted November 7, 2004 That bot-disable in the playerbox never worked for me. That's why I made my own - which works perfectly.
DarthBelan Posted November 7, 2004 Posted November 7, 2004 Here's one I did a couple of days ago for the setting "Heroes." Star Wars: Battlefront\Heroes Group: NUL Star Wars: Battlefront\Heroes\On Group: SWBHER 1 if heroes >= "1" keep 2 remove Star Wars: Battlefront\Heroes\Off Group: SWBHER Flags: OTHER
anders^on Posted November 8, 2004 Author Posted November 8, 2004 I finished my filter-pack: Get the modified filters.txt here. Includes Version, Bots, Heroes and Spawn Invincibility.
Recommended Posts
Archived
This topic is now archived and is closed to further replies.