AlliedModders

AlliedModders (https://forums.alliedmods.net/index.php)
-   Metamod:Source Questions (https://forums.alliedmods.net/forumdisplay.php?f=74)
-   -   Unable to load plugins (Team Fortress 2) (https://forums.alliedmods.net/showthread.php?t=168485)

GIANT_CRAB 11-06-2011 01:21

Re: Unable to load plugins (Team Fortress 2)
 
Make sure metamod.vdf is in ..\orangebox\tf\addons
Ignore the vdf inside metamod, it is not read.
Edit the vdf file in ..\orangebox\tf\addons with your favourite word editor.
Change it to
Code:

"Plugin"
{
        "file"        "../tf/addons/metamod/bin/server"
}


frickentrevor 11-06-2011 22:22

Re: Unable to load plugins (Team Fortress 2)
 
I loaded all the files, but now I get this message
Code:

Could not get IServerPluginCallbacks interface from plugin ../addons/sourcemod/bin/sourcemod_mm.dll

asherkin 11-06-2011 22:23

Re: Unable to load plugins (Team Fortress 2)
 
You're trying to load SourceMod as a VSP (plugin_load) rather than a MM:S plugin (meta load).

frickentrevor 11-07-2011 20:08

Re: Unable to load plugins (Team Fortress 2)
 
Quote:

Originally Posted by asherkin (Post 1591625)
You're trying to load SourceMod as a VSP (plugin_load) rather than a MM:S plugin (meta load).

Ok this tells me nothing. Its like saying 'the sky is blue'
So how can I fix this and load it as a MM:S plug-in?

asherkin 11-07-2011 20:45

Re: Unable to load plugins (Team Fortress 2)
 
Quote:

Originally Posted by frickentrevor (Post 1592343)
Ok this tells me nothing. Its like saying 'the sky is blue'
So how can I fix this and load it as a MM:S plug-in?

I included the console commands in parenthesis...

frickentrevor 11-10-2011 00:11

Re: Unable to load plugins (Team Fortress 2)
 
Ok well now we're back to the start again.. great. Like I said before

Quote:

Originally Posted by frickentrevor (Post 1566115)
From the Console :

Code:

] meta list
Unknown command "meta"

] metalist
Unknown command "metalist"

] plugin_print
Loaded plugins:
---------------------
---------------------


As well as
Code:


] meta load
Unknown command "metaload"

] plugin_load
plugin_load <filename>

] plugin_load sourcemod_mm
Can't find sourcemod_mm.dll on disk
Unable to load plugin "sourcemod_mm"

] plugin_load tf\addons\metamod\bin\sourcemod_mm.dll
Can't find tf\addons\metamod\bin\sourcemod_mm.dll on disk
Unable to load "tf\addons\metamod\bin\sourcemod_mm.dll"


Afronanny 11-16-2011 19:06

Re: Unable to load plugins (Team Fortress 2)
 
Quote:

Originally Posted by frickentrevor (Post 1593755)
Code:

] plugin_load sourcemod_mm
Can't find sourcemod_mm.dll on disk
Unable to load plugin "sourcemod_mm"

] plugin_load tf\addons\metamod\bin\sourcemod_mm.dll
Can't find tf\addons\metamod\bin\sourcemod_mm.dll on disk
Unable to load "tf\addons\metamod\bin\sourcemod_mm.dll"


That's wrong. You cannot plugin_load SourceMod.
ducks

frickentrevor 11-17-2011 10:00

Re: Unable to load plugins (Team Fortress 2)
 
Quote:

Originally Posted by Afronanny (Post 1597778)
That's wrong. You cannot plugin_load SourceMod.

Well meta load wont work either, and no one is helping me with this

Mavrick4283 11-17-2011 19:23

Re: Unable to load plugins (Team Fortress 2)
 
Quote:

] meta list
Unknown command "meta"

Meta mod is not loading that is why SM is not loading.

spelworm 11-18-2011 17:35

Re: Unable to load plugins (Team Fortress 2)
 
Download metamod here: http://sourcemm.net/
Install it and make sure it is loaded by typing "meta list" in the server console and it will say something like:
Code:

23:34:15 meta list
23:34:15 Listing 9 plugins:

If it doesn't load then make sure it does, after that start getting sourcemod to work.


All times are GMT -4. The time now is 16:51.

Powered by vBulletin®
Copyright ©2000 - 2024, vBulletin Solutions, Inc.