Raised This Month: $32 Target: $400
 8% 

Metamod working, Sourcemod not...


Post New Thread Reply   
 
Thread Tools Display Modes
Author Message
Quadrostanology
Junior Member
Join Date: Jun 2011
Old 06-29-2011 , 08:06   Metamod working, Sourcemod not...
Reply With Quote #1

Code:
] meta version
Metamod:Source version 1.8.7
Build ID: 772:99b7a0a11fec
Loaded As: Valve Server Plugin
Compiled on: Jun 23 2011
Plugin interface version: 15:14
SourceHook version: 5:5
http://www.metamodsource.net/

] meta list
Listing 2 plugins:
  [01] Mani Admin Plugin (1.2.22.5 SMM) by Mani
  [02] SourceMod (1.3.8) by AlliedModders LLC

] meta info 2
Plugin 2 is running.
  Name: "SourceMod" by AlliedModders LLC
  Version: 1.3.8
  Description: Extensible administration and scripting system
  License: See LICENSE.txt
  URL: http://www.sourcemod.net/
  Details: API 015, Date: Jun 25 2011
File: C:\Program Files (x86)\CSS\cstrike\addons\sourcemod\bin\sourcemod_mm.dll

] sm
Unknown command "sm"
srcds.exe crashes when metaplugins.ini is set to:

;********* LIST PLUGINS BELOW ***********
addons\sourcemod\bin\sourcemod_mm
sm addons\sourcemod\bin\sourcemod_mm

sourcemod.vdf:

"Metamod Plugin"
{
"alias" "sourcemod"
"file" "addons/sourcemod/bin/sourcemod_mm"
}

I manually load plugins in metamod and that seems to work...
I can't sm_admin or sm_***...

Please help!
Quadrostanology is offline
MindeLT
Senior Member
Join Date: Dec 2010
Location: Lithuania
Old 06-29-2011 , 08:25   Re: Metamod working, Sourcemod not...
Reply With Quote #2

You should unload mani admin plugin first. I think the problem is: 2 mod's in 1 server, which makes a conflict.

Last edited by MindeLT; 06-29-2011 at 08:27.
MindeLT is offline
Send a message via Skype™ to MindeLT
Quadrostanology
Junior Member
Join Date: Jun 2011
Old 06-29-2011 , 08:29   Re: Metamod working, Sourcemod not...
Reply With Quote #3

MindeLT, thx for replying but it didn't work even before I installed Mani... I unloaded it, problem still there.
Quadrostanology is offline
Ade
I love purple
Join Date: May 2010
Old 06-29-2011 , 09:05   Re: Metamod working, Sourcemod not...
Reply With Quote #4

try leaving metaplugins.ini empty and generate a metamod.vdf (place it in addons folder) or create one urself and put
Quote:
"Plugin"
{
"file" "../cstrike/addons/metamod/bin/server"
}
__________________
Ade is offline
Quadrostanology
Junior Member
Join Date: Jun 2011
Old 06-29-2011 , 09:38   Re: Metamod working, Sourcemod not...
Reply With Quote #5

Quote:
Originally Posted by Ade View Post
try leaving metaplugins.ini empty and generate a metamod.vdf (place it in addons folder) or create one urself and put
I have addons/metamod.vdf with:

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

And addons/metamod/sourcemod.vdf with:
"Metamod Plugin"
{
"alias" "sourcemod"
"file" "addons/sourcemod/bin/sourcemod_mm"
}

metaplugins.ini left empty...

Not working.

Do I need the sourcemod.vdf file to be sitting in the same folder as metamod.vdf? (addons)
Quadrostanology is offline
Ade
I love purple
Join Date: May 2010
Old 06-29-2011 , 10:04   Re: Metamod working, Sourcemod not...
Reply With Quote #6

no, locations are correct, but you should update sm to latest version/snapshot, i have "Version: 1.3.9-dev"
i had this problem a while ago, but i tried lots of stuff and restarted lots of times so idk exact solution, maybe it randomly worked for me; but if updating doesnt work, i suggest a fresh install of a server with only mm and sm, with metamod.vdf and latest SM

also, if u can, try on linux, i have troubles on one windows server, not even mm works and files on ftp acting weird, prolly will reinstall; no problems on linux though
__________________
Ade is offline
Quadrostanology
Junior Member
Join Date: Jun 2011
Old 06-29-2011 , 10:41   Re: Metamod working, Sourcemod not...
Reply With Quote #7

Downloaded and isntalled latest (unstable) release.

Strange thing is I can load the plugin (sourcemod), it shows as running but
it gives me this:

Code:
] meta list
No plugins loaded.
] meta load addons/sourcemod/bin/sourcemod_mm
Plugin "SourceMod" loaded with id 1.
] meta cmds 1
Console commands for SourceMod:
*NOTHING!
] meta info 1
Plugin 1 is running.
  Name: "SourceMod" by AlliedModders LLC
  Version: 1.3.9-dev
  Description: Extensible administration and scripting system
  License: See LICENSE.txt
  URL: http://www.sourcemod.net/
  Details: API 015, Date: Jun 28 2011
File: C:\Program Files (x86)\CSS\cstrike\addons\sourcemod\bin\sourcemod_mm.dll

] sm_admin
Unknown command "sm_admin"
I'm starting to get frustrated now.
Quadrostanology is offline
Bacardi
Veteran Member
Join Date: Jan 2010
Location: mom's basement
Old 06-29-2011 , 10:56   Re: Metamod working, Sourcemod not...
Reply With Quote #8

show us
Code:
status
version
Bacardi is offline
Quadrostanology
Junior Member
Join Date: Jun 2011
Old 06-30-2011 , 06:04   Re: Metamod working, Sourcemod not...
Reply With Quote #9

Quote:
Originally Posted by Bacardi View Post
show us
Code:
status
version
] meta load addons\sourcemod\bin\sourcemod_mm
Plugin "SourceMod" loaded with id 1.

# userid name uniqueid connected ping loss state adr
] version
Protocol version 7
Exe version 1.0.0.28 (cstrike)
Exe build: 14:16:57 May 30 2006 (2761)
Quadrostanology is offline
psychonic

BAFFLED
Join Date: May 2008
Old 06-30-2011 , 07:44   Re: Metamod working, Sourcemod not...
Reply With Quote #10

Quote:
Originally Posted by Quadrostanology View Post
] meta load addons\sourcemod\bin\sourcemod_mm
Plugin "SourceMod" loaded with id 1.

# userid name uniqueid connected ping loss state adr
] version
Protocol version 7
Exe version 1.0.0.28 (cstrike)
Exe build: 14:16:57 May 30 2006 (2761)
Your server is very outdated. Run hldsupdatetool to get the latest version.
psychonic is offline
Reply



Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off

Forum Jump


All times are GMT -4. The time now is 00:23.


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