Jump to content

Home

Creating a custom ASE-Filter for Version 1.1


anders^on

Recommended Posts

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:

6683.jpg.

 

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 :)

Link to comment
Share on other sites

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

Link to comment
Share on other sites

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...