|
发表于 2006-3-21 09:03:25
|
显示全部楼层
让The All-Seeinging Eye 支持战地2直接进游戏的方法
#1 让The All-Seeinging Eye 支持战地2直接进游戏的方法
升了1.03后,EYE不直接支持进游戏了,等了半天它还没升级,国外已经有了直接进的方法,我试了一下可行,现在将方法告知:
找到你EYE的安装文件夹,比如:C:\Program Files\The All-Seeing Eye,在里面找到filters.txt文件,打开它,找到下面这行代码:
Code:
Battlefield 2
ServerType: GS
RegKey: HKEY_LOCAL_MACHINE\SOFTWARE\Electronic Arts\EA GAMES\Battlefield 2\INSTALLDIR
ExeName: BF2.EXE
JoinTemplate: {EXEPATH} +restart 1 +joinServer {ip} +port {port} [ +password "{PASSWORD}"]
HostTemplate: {EXEPATH} +restart 1 +hostServer 1
将这行:
JoinTemplate: {EXEPATH} +restart 1 +joinServer {ip} +port {port} [ +password "{PASSWORD}"]
改为:
JoinTemplate: {EXEPATH} +joinServer {ip} +port {port} +username yourusername +playerPassword yourpassword [ +password "{PASSWORD}"]
注意将里面的 yourusername改为你的登陆游戏的用户名,将里面的 yourpassword改为你登陆游戏的密码。
到这里EYE已经直接支持了,不过还要添加一下1.03版本的信息:
这这行下面:
Battlefield 2\Version
Group: NUL
空一行,加入:
Battlefield 2\Version\1.03
Group: BF2VER
Mutex: BF2VER
1 if gamever != "1.1.2551.0" remove
到现在基本完成,将文件保存,启动EYE,在EYE的战地2里勾选1.03,搜索服务器,进游戏爽吧!!!!! |
|