wy119149 发表于 2003-10-3 23:07:19

CS1.6服务器如何加载CD4.5???

刚出的CD4.5,1.6可以加载,我建了个1.6的服务器,但我不懂得怎么加载,有朋友能赐教吗?
谢谢!!!

石中剑 发表于 2003-10-4 12:58:45

up
我也想知道

z81 发表于 2003-10-4 13:15:59

先安装metamod, 再安装CD

石中剑 发表于 2003-10-4 13:50:13

具体该怎么操作呢,大侠

kingle 发表于 2003-10-4 13:56:08

这是说明,不用metamod

Other Installations
Copy cdmod.dll to the \game\addons\cdeath directory.

Make a copy of \game\liblist.gam and save it.

In the liblist.gam file, rename "gamedll" to "cdmod_chain".

In the liblist.gam file, add the line 'gamedll "addons\cdeath\cdmod.dll"'.


For example, a Half-Life liblist.gam file should have this line:
    gamedll "dlls\hl.dll"

You would change that line into the following two lines:
    cdmod_chain "dlls\hl.dll"
    gamedll "addons\cdeath\cdmod.dll"

A Counter-Strike liblist.gam file should have this line:
    gamedll "dlls\mp.dll"

You would change that line into the following two lines:
    cdmod_chain "dlls\mp.dll"
    gamedll "addons\cdeath\cdmod.dll"
页: [1]
查看完整版本: CS1.6服务器如何加载CD4.5???