.:: Bots United ::.

.:: Bots United ::. (http://forums.bots-united.com/index.php)
-   Metamod and metamod plugins (http://forums.bots-united.com/forumdisplay.php?f=15)
-   -   Metamod won't load plugins (http://forums.bots-united.com/showthread.php?t=3813)

Ry Spy 04-04-2005 03:34

Metamod won't load plugins
 
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


lilbastard101 04-04-2005 08:16

Re: Metamod won't load plugins
 
One thing you could try is go and download the installer for metamod that the podbot guys included with there bots. I can't remember exactly what the download is called but it will install metamod,podbot,amx and statsme all in one go.Just disable any of the plugins you don't want and away you go

Pierre-Marie Baty 04-04-2005 11:25

Re: Metamod won't load plugins
 
Correct version of your 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

:)

Ry Spy 06-04-2005 09:14

Re: Metamod won't load plugins
 
Code:

version = "r2b46" win32 addons/podbot/podbot_mm.dll
version = "1.05" win32 addons/axn/axn_mm.dll
version = "2" win32 addons/botaim/botaim_mm.dll
version = "1" win32 addons/extranade/extranade_mm.dll


Pierre-Marie Baty 06-04-2005 16:20

Re: Metamod won't load plugins
 
So does it work now ?

sfx1999 06-04-2005 22:12

Re: Metamod won't load plugins
 
Also, check in your console to see if Metamod loads at all. It is possible it isn't running or you put the plugins.ini in the wrong place (I did that once and it drove me insane).

Ry Spy 07-04-2005 01:30

Re: Metamod won't load plugins
 
Quote:

Originally Posted by Pierre Marie Baty
So does it work now ?

Nope.:(
Quote:

Originally Posted by sfx1999
Also, check in your console to see if Metamod loads at all. It is possible it isn't running or you put the plugins.ini in the wrong place (I did that once and it drove me insane).

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

Ry Spy 07-04-2005 01:30

Re: Metamod won't load plugins
 
Quote:

Originally Posted by Pierre Marie Baty
So does it work now ?

Nope.:(

Quote:

Originally Posted by sfx1999
Also, check in your console to see if Metamod loads at all. It is possible it isn't running or you put the plugins.ini in the wrong place (I did that once and it drove me insane).

Yes, metamod is loading.

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

Edit: Please delete message above.

sPlOrYgOn 07-04-2005 02:35

Re: Metamod won't load plugins
 
I thought backslashes are \ and forward slashes are /
I don't see how it couldn't work if you did what PMB said..
Quote:

win32 addons/podbot/podbot_mm.dll
win32 addons/axn/axn_mm.dll
win32 addons/botaim/botaim_mm.dll
win32 addons/extranade/extranade_mm.dll

Ry Spy 08-04-2005 01:49

Re: Metamod won't load plugins
 
Quote:

Originally Posted by sPlOrYgOn
I thought backslashes are \ and forward slashes are /
I don't see how it couldn't work if you did what PMB said..

Oh, I stand corrected. :o

It really doesn't work. I don't know what happened.

Here is what I did, I just backed-up my cstrike models, sounds, and sprites folder with WinRAR before I made a clean install of Windows XP, and after I reinstalled Half-Life with cstrike, I extracted all the files to the cstrike folder.

The models are working fine, but metamod is not. BTW, I did not backup metamod I made a complete do-over, and also with all the plugins.

This is what metamod shows when I type in the console "meta info podbot_mm.dll" or "meta info 1"

podbot file: ../addons/podbot/podbot_mm.dll instead of podbot_mm.dll

The other plugins as well show the same characteristic.

When I try to load the manually, they load fine but do nothing.

This is what metamod shows in the console when I load every plugins manually

podbot file: podbot_mm.dll

The other plugins as well, but they do not do anything, it's as if its in stand-by mode.


All times are GMT +2. The time now is 22:48.

Powered by vBulletin® Version 3.8.2
Copyright ©2000 - 2025, Jelsoft Enterprises Ltd.