|
发表于 2006-7-15 20:12:05
|
显示全部楼层
来自 中国–贵州–贵阳
回复: [求助]升级hlds一直显示“Connection Reset”
最好的办法,通过代理更新。
另外有个诀窍:就是先随便找个低版的hlds来运行,在启动参数中加上-autoupdate 这样基本都会升级服务器版本,然后你把这个版本删除,重新下载个hldsupdatetool.bin来运行更新即可解决。
正确的步骤如下:- mkdir hlds_l
- cd hlds_l
- wget http://www.steampowered.com/download/hldsupdatetool.bin
- chmod +x hldsupdatetool.bin
- ./hldsupdatetool.bin
复制代码 特别注意:
如果到这步出现以下错误信息:
Enter 'yes' to accept this agreement, 'no' to decline: yes
sh: uncompress: command not found
时,运行如下命令便可解决:- ln -s /usr/bin/gunzip /usr/bin/uncompress
复制代码 然后执行这个命令这个步骤一定不能省略,因为hldsupdatetool还需要作一次最后的检查更新,并且运行steam文件后,会在目录下多出test1.so test2.so test3.so几个文件。- ./steam -command update -game "cstrike" -dir .
复制代码 如果出现“Connection Reset”的提示,这是连接不上服务器的原因,请通过代理连接或者换个时间再试。不用怀疑操作步骤有问题。
至此,一个完整的、纯净的HLDS_L就更新下来了。 |
|