|
发表于 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" |
|