|
发表于 2006-3-17 08:21:03
|
显示全部楼层
来自 中国–湖北–武汉
回复: 【注意】求助关于Leon008_anticheat 的问题
先检查你的CD Server是否正确启动:
在控制台输入meta list 看看有没有cdmod.dll
安装方法请看C-D Server自带的readme:
Installation
We will be talking about two different directories on your system. We will use the following to identify them:
\hl - This is the directory where hlds.exe is located.
\game - This is the game directory. For Half-Life the game directory is \hl\valve. For Team Fortress the game directory is \hl\tfc.
NOTE: If you unzip to the \game directory, using the zip folder names, the files should automatically be placed in the right locations.
MetaMod Installations (Including AdminMod)
- Copy cdmod.dll to the \game\addons\cdeath directory.
- Make a copy of \game\addons\metamod\plugins.ini and save it.
- In the plugins.ini file, add the line win32 addons/cdeath/cdmod.dll
For example, a metamod.ini file should have this line:
win32 addons/cdeath/cdmod.dll
Note the forward slash in "addons/cdeath/cdmod.dll". You must use a forward slash. Backslashes will not work.
If you are changing your configuration to the MetaMod method, remember to remove any changes you made to liblist.gam (cdmod_chain...), autoexec.cfg (localinfo mm_gamedll...), and the command line (+localinfo mm_gamedll...).
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"
Disabling VAC on DOD and Counter-Strike servers
- Make a copy of \game\liblist.gam and save it.
- In the liblist.gam file, change value of "secure" to "0"
For example, a Counter-Strike liblist.gam file should have this line:
secure "1"
You would change that line into the following line:
secure "0"
|
|