View Single Post
Metamod won't load plugins
Old
  (#1)
Ry Spy
Member
 
Ry Spy's Avatar
 
Status: Offline
Posts: 45
Join Date: Aug 2004
Default Metamod won't load plugins - 04-04-2005

Metamod won't load plugins, and I am going nuts analyzing and solving the problem.

I have tried reinstalling both Half-Life and cstrike, and I even redid the plugins configurations from scratch.

I also have tried different formats in the plugins.ini, but still no luck.

I also have tried re-downloading all files, but still no luck.

Metamod version is 1.17.4

Here are my configurations:

Liblist.gam
Code:
game "Counter-Strike"
url_info "www.counter-strike.net"
url_dl ""
version "1.5"
size "184000000"
svonly "0"
secure "1"
type "multiplayer_only"
cldll "1" 
hlversion "1110"
nomodels "1"
nohimodel "1"
mpentity "info_player_start"
gamedll "addons\metamod\dlls\metamod.dll"
gamedll_linux "dlls/cs_i386.so"
trainmap "tr_1"
plugins.ini
Code:
win32 ../addons/podbot/podbot_mm.dll
win32 ../addons/axn/axn_mm.dll
win32 ../addons/botaim/botaim_mm.dll
win32 ../addons/extranade/extranade_mm.dll
I used backward slash (/) instead of forward slash (\), because the code window doesn't show the forward slash (\).
Directories
Code:
Sierra/Half-Life/cstrike/addons/metamod/dlls/metamod.dll
Sierra/Half-Life/cstrike/addons/podbot/podbot_mm.dll
Sierra/Half-Life/cstrike/addons/axn/dlls/axn_mm.dll
Sierra/Half-Life/cstrike/addons/botaim/botaim_mm.dll
Sierra/Half-Life/cstrike/addons/extranade/extranade_mm.dll
Sierra/Half-Life/cstrike/addons/metamod/plugins.ini
Note: All files are in the right directory, yet I still get a badf load.

Edit: Oh, one more thing, I can only load the plugins when I delete the plugins.ini and load the plugins manually in-game, but the plugins do not load properly. It's as if they stacked-up/hang.

In-game commands
Code:
meta load ../addons/podbot/podbot_mm.dll
meta load ../addons/axn/dlls/axn_mm.dll
meta load ../addons/botaim/botaim_mm.dll
meta load ../addons/extranade/extranade_mm.dll


Ry Spy

Last edited by Ry Spy; 04-04-2005 at 07:30..
  
Reply With Quote