55820627 发表于 2006-1-23 22:01:48

服务器端CD问题

:confused: 哪位大哥知道服务器端的CD怎么关吗,

tangjianbin 发表于 2006-1-23 23:21:42

回复: 服务器端CD问题

你的服务器用的是CDserver4.29.4?有没有Metamod?

彻底关掉CDserver4.29.4

编辑liblist.gam文件:

代码:......
url_dl ""
version "1.6"
size "184000000"
svonly "0"
secure "0"
type "multiplayer_only"
cldll "1"
hlversion "1125"
nomodels "1"
nohimodel "1"
mpentity "info_player_start"
cdmod_chain "addons\metamod\dlls\metamod.dll"
gamedll "addons\cdeath\cdmod.dll"
gamedll_linux "dlls/cs_i386.so"
trainmap "tr_1"



改为

代码:......
url_dl ""
version "1.6"
size "184000000"
svonly "0"
secure "0"
type "multiplayer_only"
cldll "1"
hlversion "1125"
nomodels "1"
nohimodel "1"
mpentity "info_player_start"
gamedll "addons\metamod\dlls\metamod.dll"
gamedll_linux "dlls/cs_i386.so"
trainmap "tr_1"

zpffpz 发表于 2006-1-25 11:47:06

回复: 服务器端CD问题

还有就是直接把cdrequied改成-1
页: [1]
查看完整版本: 服务器端CD问题