
OF魔戒更新问题解决办法
经研究,OF魔戒更新问题终于解决了,并不是封国内IP问题。具体操作如下:
1。先在OF魔戒的文件夹中找到文件:TurbineLauncher.exe.config 用写字板打开。
2。更改
----------------------------------------------------------------------------------------------------------
原文件。注意:下划线处需要修改
<?xml version="1.0" encoding="utf-8"?>
<configuration>
<system.windows.forms jitDebugging="true"/>
<startup>
<requiredRuntime version="V1.1.4322" safemode="true"/>
<supportedRuntime version="V1.1.4322" />
</startup>
<appSettings>
<add key="Launcher.DataCenterService.GLS" value="http://195.33.152.240/GLS.DataCenterServer/Service.asmx"/>
<add key="DataCenter.GameName" value="LOTROBeta"/>
<add key="DataCenter.DefaultCenter" value="LOTROBeta"/>
<add key="roduct.DocumentFolder" value="The Lord of the Rings Online"/>
<add key="Launcher.DocumentFolder" value="Launcher"/>
</appSettings>
</configuration>
-------------------------------------------------------------------------------------------------------------
改动后
<?xml version="1.0" encoding="utf-8"?>
<configuration>
<system.windows.forms jitDebugging="true"/>
<startup>
<requiredRuntime version="V1.1.4322" safemode="true"/>
<supportedRuntime version="V1.1.4322" />
</startup>
<appSettings>
<add key="Launcher.DataCenterService.GLS" value="http://lotroeugls.com/GLS.DataCenterServer/Service.asmx" />
<add key="DataCenter.GameName" value="LOTROEU"/>
<add key="DataCenter.DefaultCenter" value="LOTROEU"/>
<add key="roduct.DocumentFolder" value="The Lord of the Rings Online"/>
<add key="Launcher.DocumentFolder" value="Launcher"/>
</appSettings>
</configuration>
·用户发表意见仅代表其个人意见,并且承担一切因发表内容引起的纠纷和责任
·本站管理人员有权在不通知用户的情况下删除不符合规定的评论信息或留做证据
·请客观的评价您所看到的资讯,提倡就事论事,杜绝漫骂和人身攻击等不文明行为