|
发表于 2004-8-4 09:57:11
|
显示全部楼层
来自 中国–湖北–武汉
应该是METAMOD安装方法不对吧,偶前几天也如此,昨天看了AMXMOD0.99的安装文档恍然大悟:]
Windows Listen Servers": Right-click on your game (ie. Counter-Strike) from the Games menu in Steam and choose Properties. Then choose Launch options. Now just add -dll addons\metamod\dlls\metamod.dll to the space provided and choose OK.
"Windows Dedicated Servers from the Games menu in Steam": Right-click on Dedicated Server choose Properties. Then choose Launch options. Now just add -dll addons\metamod\dlls\metamod.dll to the space provided and choose OK.
"Windows Dedicated Servers not from Steam menu (also WON servers)": Right-click on the shortcut for your server and choose Properties. From the Shortcut tab find the Target field. At the end of that line, add -dll addons\metamod\dlls\metamod.dll and choose OK.
"Linux Dedicated Servers" Edit the script you use to start up your server and add -dll addons/metamod/dlls/metamod_i386.so to the end of the line. Save and exit.
D. Enabling MetaMod on WON based servers: (Click here for Steam instructions)
For WON servers, find the file called liblist.gam in your mod folder (ie. cstrike) and open it up in a text editor. Find the lines:
gamedll "dlls\mp.dll"
gamedll_linux "dlls/cs_i386.so"
And change them to this:
;gamedll "dlls\mp.dll"
gamedll "addons\metamod\dlls\metamod.dll"
;gamedll_linux "dlls/cs_i386.so"
gamedll_linux "addons/metamod/dlls/metamod_i386.so"
(Note: A semi-colon ; was inserted at the beginning of the original lines. This prevents them from being used without deleting the original lines. Also you can have both lines listed above in the liblist.gam file, but both are not required. If you are a Windows user, then the Linux line is ignored and vice vera.)
简单点就是在服务器启动参数上加-dll addons\metamod\dlls\metamod.dll就OK了 |
|