fengpcpop 发表于 2003-10-2 08:34:17

KA !


我的服务器也升级不了CD4。5呀!

sleepywoods 发表于 2003-10-2 15:28:03

我的也是……不知道为什么,和前面几位的一样。
不能加载进去。

sleepywoods 发表于 2003-10-2 15:38:04

我终于明白为什么无法运行了。
仔细看C-D4.5.0的READ ME文件,有这样一句很关键的话。
Note the forward slash in "addons/cdeath/cdmod.dll". You must use a forward slash. Backslashes will not work.
就是说在METAMOD.in里那句加载cdmod.dll的句子必须提到第一位,才能运行。
我的服务器已经能用CD4.5.0了。

niadie 发表于 2003-10-2 17:10:18

不会吧!!??我的就没有在第一位,还是运行的好好的啊???这是为什么?

kingle 发表于 2003-10-2 22:29:21

最初由 sleepywoods 发表
我终于明白为什么无法运行了。
仔细看C-D4.5.0的READ ME文件,有这样一句很关键的话。
Note the forward slash in "addons/cdeath/cdmod.dll". You must use a forward slash. Backslashes will not work.
就是说在METAMOD.in里那句加载cdmod.dll的句子必须提到第一位,才能运行。
我的服务器已经能用CD4.5.0了。

Config file: plugins.ini
Default location: $gamedir/addons/metamod/plugins.ini, ie "cstrike/addons/metamod/plugins.ini".
Plugins are described in a file "plugins.ini" and each line describes a plugin to load:

<platform> <filepath> [<description>]
Fields are whitespace delimited (tabs/spaces).

Platform is a keyword, either "linux" or "win32".

Filepath is a path to the DLL/so file. Relative paths are from the game dir; absolute paths are also valid. Paths should use unix-style forward slashes (/) and not backward slashes (\), even on windows platforms.

Description is an optional description of the plugin, used in place of the plugin's internal name in log messages and console output. Whitespace in the description is allowed; quoting is unnecessary.
Comments are recognized at only the beginning of a line, and can be in either shell style ("#") or c++ style ("//").
For instance, in "cstrike/addons/metamod/plugins.ini" these are all valid lines:


    // linux    dlls/mybot.so
    # win32   dlls/mybot-old.dll         Mybot old
    win32       dlls/mybot.dll             Mybot current
    linux       dlls/mm_stub_i386.so
    win32       dlls/mm_stub_i386.dll
    linux       dlls/mm_trace_i386.so
    win32       dlls/mm_trace_i386.dll
    linux       dlls/admin_MM.so
    win32       dlls/admin_MM.dll

以上是metamod的说明, forward slashes (/) and not backward slashes (\), 是说要用正杠,不能用反杠。。。。。: )

HarryPotter 发表于 2003-10-3 00:56:43

楼上的说对了,plugins.ini里只能在路径里用/,而不是WINDOWS的\
CDMOD.DLL一般是放在amx_mm.dll后面的

Caps_cn 发表于 2003-10-3 05:14:53

plugins.ini
//win32 addons/adminmod/dlls/admin_MM.dll
win32 addons/booster/booster_mm.dll
win32 addons/cdeath/cdmod.dll
//win32 addons/cdeath/cdmod_i586.dll
win32 addons/wwcl/dlls/pcawwclconfig_mm.dll

没错啊,而且在自己机器上试过没问题,可就不能在服务器上用,郁闷

koby 发表于 2003-10-3 17:52:32

我使用正常

用cdmod或586的都正常

yjxinhua 发表于 2003-10-3 20:05:08

高手请指点一下

高手请指点一下

金闪闪 发表于 2003-10-3 22:55:56

就是 / 与 \ 的错误.
必须使用 / 符号区别于大家熟悉的 \.
页: 1 [2] 3
查看完整版本: cd450的Server版,多了个dll文件,怎样用?