Raised This Month: $12 Target: $400
 3% 

mm_basedir and sm_basepath issue


Post New Thread Reply   
 
Thread Tools Display Modes
Author Message
Min2liz
AlliedModders Donor
Join Date: Feb 2008
Location: Street
Old 02-28-2017 , 02:40   mm_basedir and sm_basepath issue
Reply With Quote #1

Hi,

First of all sorry for my bad English

Main issue, I can't load metamod and sourcemod.

I'm trying run 2 seperate servers from the same csgo instaliation, but it's look that I'm too big noob to do this, so maybe someone can help me with this.

What I'm doing and what I have:

I have 1 CS:GO instaliation

I have 2 seperated metamod:source directories (mm_public and mm_jail) boths directories look like:

[ROOT_DIR]/addons/mm_public
[ROOT_DIR]/addons/mm_jail

In these directories I have (just say in mm_public):

2 directories:
metamod and sourcemod
and 1 file: metamod.vdf

metamod.vdf file content:

Quote:
"Plugin"
{
"file" "addons/mm_public/metamod/bin/server"
}
in metamod directory have 1 file and 1 directory:

Dir: bin
File: sourcemod.vdf

sourcemod.vdf file content:
Quote:
"Metamod Plugin"
{
"alias" "public"
"file" "addons/mm_public/sourcemod/bin/sourcemod_mm"
}

It's look everything ok, but Metamod and Sourcemod is not loaded.

I tried add cvars in [ROOT]/cfg/public-server.cfg file (this file really working and other cvars changing):

mm_basedir "addons/mm_public/metamod"
sm_basepath "addons/mm_public/sourcemod"

Also tried to add these cvars as command line options:

./srcds_run -game csgo +mm_basedir addons/mm_public/metamod +sm_basepath addons/mm_public/sourcemod

Nothing happend, server running, but then I trying in console: meta get answer:

Quote:
Unknown command "meta"
How I understand, metamod was not loaded. Same with command sm

Can anyone help me with this. I'm stuck for 2 days now

Last edited by Min2liz; 02-28-2017 at 04:07.
Min2liz is offline
Fyren
FyrenFyrenFyrenFyrenFyren FyrenFyrenFyrenFyrenFyren FyrenFyrenFyrenFyrenFyren FyrenFyrenFyrenFyrenFyren
Join Date: Feb 2106
Old 02-28-2017 , 05:07   Re: mm_basedir and sm_basepath issue
Reply With Quote #2

The server will not find your metamod.vdf files that are in addons/mm_public/ and addons/mm_jail/; it only looks in addons/. I guess you'll have to run plugin_load to manually load MM:S yourself.

Also, you have to set mm_basedir and sm_basepath on the command line and not in a config, but they're not related to actually loading MM:S or SM themselves.

Last edited by Fyren; 02-28-2017 at 05:07.
Fyren is offline
asherkin
SourceMod Developer
Join Date: Aug 2009
Location: OnGameFrame()
Old 02-28-2017 , 16:22   Re: mm_basedir and sm_basepath issue
Reply With Quote #3

The idea is that you have one metamod install with bin, then two other directories under addons that contain your differing copies of sourcemod and their respective VDF files - then point MM:S at these with mm_basedir. You only need to do this if you want different core binaries for each SourceMod, else you can just deal with sm_basepath. No matter what you do, you shouldn't be editing any of the VDF files.
__________________
asherkin is offline
Reply


Thread Tools
Display Modes

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 04:54.


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