This thread stems from something we covered when 1.03 came out. Please refer to it for further details on ASE tweaking.
>This is how to add the 1.12 patch filter to your ASE so you can connect.
Go to your ASE directory (default C:\Program Files\The All-Seeing Eye) and open up filters.txt. Search for "battlefield 2" and your version filter will be at the bottom of the Battlefield 2 filter list. Here's what it looks like:
Just add these lines above the current version filters to get v1.12 server in your list.
It should look like this:
Any issues? Post them here.
>This is how to add the 1.12 patch filter to your ASE so you can connect.
Go to your ASE directory (default C:\Program Files\The All-Seeing Eye) and open up filters.txt. Search for "battlefield 2" and your version filter will be at the bottom of the Battlefield 2 filter list. Here's what it looks like:
Code:
Battlefield 2\Version Group: NUL Battlefield 2\Version\1.03 Group: BF2VER Mutex: BF2VER 1 if gamever != "1.1.2551.0" remove Battlefield 2\Version\1.02 Group: BF2VER Mutex: BF2VER 1 if gamever != "1.1.2484.0" remove Battlefield 2\Version\1.01 Group: BF2VER Mutex: BF2VER 1 if gamever != "1.1.2475.0" remove Battlefield 2\Version\1.0 Group: BF2VER Mutex: BF2VER 1 if gamever != "1.0.2442.0" remove
Code:
Battlefield 2\Version\1.12 Group: BF2VER Mutex: BF2VER 1 if gamever != "1.1.2554-356.0" remove
Code:
Battlefield 2\Version Group: NUL Battlefield 2\Version\1.12 Group: BF2VER Mutex: BF2VER 1 if gamever != "1.1.2554-356.0" remove Battlefield 2\Version\1.03 Group: BF2VER Mutex: BF2VER 1 if gamever != "1.1.2551.0" remove Battlefield 2\Version\1.02 Group: BF2VER Mutex: BF2VER 1 if gamever != "1.1.2484.0" remove Battlefield 2\Version\1.01 Group: BF2VER Mutex: BF2VER 1 if gamever != "1.1.2475.0" remove Battlefield 2\Version\1.0 Group: BF2VER Mutex: BF2VER 1 if gamever != "1.0.2442.0" remove
Comment