|
楼主 |
发表于 2011-11-17 16:52:09
|
显示全部楼层
来自 中国–河北–保定
本帖最后由 disremember 于 2011-11-20 15:14 编辑
提醒: 现在hlds的linux最新版本为v5408
注意,升级到v5408版本后,在hlds4617版本时候正常的的启动命令将会报错:- ./hlds_run -binary ./hlds_i686 -console -game cstrike -insecure -pingboost 3 -port 27015 +maxplayers 32 +map de_dust2 +sv_lan 0 -noipx -nojoy -nohltv
复制代码 错误点是在map de_deust2这句上,因此需取消这个参数,把启动命令更改为:- ./hlds_run -binary ./hlds_i686 -console -game cstrike -insecure -pingboost 3 -port 27015 +maxplayers 32 +sv_lan 0 -noipx -nojoy -nohltv
复制代码 然后将原来的map dust2参数加在server.cfg(hlds配置文件)中.
另外:v5408版本下加载dproto版本需要更新为:v0.9.87 , 早期的版本将提示兼容错。
dproto v.0.9.87下载:
http://cs.rin.ru/forum/viewtopic.php?f=29&t=55986 |
|