A
Athan
Guest
To get it working with 1.2 servers you'll have to edit the filters.txt (until there's an update that fixes it).
Go into your ASE directory and find the filters.txt file. Open this in a text editor, and search for '1942' to find the section:
Ok, look up a few lines, see the version == "v1.1" bit? you want to change that to 1.2, then save filters.txt, et voila.
-Ath
Go into your ASE directory and find the filters.txt file. Open this in a text editor, and search for '1942' to find the section:
Battlefield 1942
ServerType: NEW
RegKey: HKEY_LOCAL_MACHINE\SOFTWARE\EA GAMES\Battlefield 1942\GAMEDIR
ExeName: BF1942.EXE
JoinTemplate: {EXEPATH} +restart 1 +joinServer {address} +isInternet 1[ +playerName "{NAME}"][ +password {PASSWORD}]
HostTemplate: {EXEPATH} +restart 1 +hostServer 1
Port: 14690
HostPort: 14567
Mutex: SV
IRC: irc.gamesnet.net/bf1942 GamesNET (US)
IRC: irc.enterthegame.com/bf1942 ETG (US)
IRC: irc.quakenet.org/bf1942 QuakeNet (Europe)
IRC: irc.quakenet.org/battlefield.dk Danish (QNet)
IRC: irc.quakenet.org/bf1942.nl Dutch (QNet)
IRC: irc.quakenet.org/bf1942.fi Finnish (QNet)
IRC: irc.quakenet.org/bf1942.fr French (QNet)
IRC: irc.quakenet.org/bf1942.de German (QNet)
IRC: irc.quakenet.org/bf1942.no Norwegian (QNet)
IRC: irc.quakenet.org/bf1942.se Swedish (QNet)
1 if servertype != "OLD" goto 6
2 if gamename != "bfield1942" remove
3 if ip == "159.153.234.*" keep
4 if version == "v1.1" keep
5 remove
6 if servertype != "NEW" remove
7 if gamename != "bf1942" remove
Ok, look up a few lines, see the version == "v1.1" bit? you want to change that to 1.2, then save filters.txt, et voila.
-Ath