AlliedModders

AlliedModders (https://forums.alliedmods.net/index.php)
-   Metamod:Source Questions (https://forums.alliedmods.net/forumdisplay.php?f=74)
-   -   CS:GO meta is unknown command (https://forums.alliedmods.net/showthread.php?t=194211)

JUSTO 08-26-2012 07:14

CS:GO meta is unknown command
 
Hi,

i saw same problems at TF2 or CSS, but i have this at CS:GO server. So i installed everything like was in Documentation, but command "meta version" did nothing and meta command is unknown. I include picture [IMG]http://img571.**************/img571/8123/beznzvupb.jpg[/IMG]

JUSTO 08-26-2012 07:48

Re: CS:GO meta is unknown command
 
OS - Linux Debian
Everything checked, metamod.vdf for csgo, metamod version 1.8.8-hg777, i try write new path to gameinfo.txt but nothing

Old and Slow 08-26-2012 08:20

Re: CS:GO meta is unknown command
 
From everything I have read, you will need v1.9 of MM:S for CS:GO. I think the current build is Hg 799.

snapshot link

I am using 799 on my CS:GO test server.

JUSTO 08-26-2012 08:32

Re: CS:GO meta is unknown command
 
ahh i always download only stable branch, ok i try ty

ger580 08-31-2012 19:05

Re: CS:GO meta is unknown command
 
@Old and Slow

I have the newest Dev Files from MM:S & SM but it doesn't work.
I Downloaded RoundSound,JoinSound,Goremod

but on join i hear nothing. @ RoundEnd i hear Nothing... i added the commands from Join&RoundSound in the server.cfg and in the Server Console appear"Unknown Command",so the Goremod doesn't work too nothing changed. And i have no idea what is wrong... My CSGO Server is a Fresh Install first i add MM:S and then SM both the newest DEV Files. I Have no idea whats wrong with this :sadpirate:

Old and Slow 09-01-2012 17:32

Re: CS:GO meta is unknown command
 
Are MetaMod and SourceMod both loaded and running? I currently have build 3630 of SM 1.5. I think they are up to 3642 or so now. :)

When you type "meta list" in the server console, do you get something like this?

meta list
Listing 5 plugins:
[01] DmgMM Plugin (1.2.0.0) by Old and Slow
[02] SourceMod (1.5.0-dev+3630) by AlliedModders LLC
[03] Adaptive Bots Plugin (2.1.2.0) by Old and Slow
[04] CS Tools (1.5.0-dev+3630) by AlliedModders LLC
[05] SDK Tools (1.5.0-dev+3630) by AlliedModders LLC

You won't have number 1 and number 3 but you should have 2, 4, and 5.

That makes sure that MM:S and SM are both loaded and running.

---

If that works, try (in the console):

sm plugins list

and make sure the plugins you want are in that list.

Other than that, you might see if the plugins that are not working have updated config or gamedata files, especially if they are not in the base SM installation.

ger580 09-02-2012 08:39

Re: CS:GO meta is unknown command
 
Yeah i have the 3642Build :)

and Nope in the server console appears "Unknown Command meta"

Old and Slow 09-02-2012 14:18

Re: CS:GO meta is unknown command
 
That means MM:S is not running.

Your metamod.vdf should look like this:

Code:

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

Also, there should be a sourcemod directory along with the metamod directory and VDF file in addons:

Code:

metamod/
metamod.vdf
sourcemod/


ger580 09-02-2012 16:54

Re: CS:GO meta is unknown command
 
Yes in the Addons Folder are the Metamod Folder and the SourceMod Folder. and in the Metamod folder is the Sourcemod.vdf but not a metamod.vdf only a metamod.ini

I created now the metamod.vdf manually. with your code but again "Unknown Command"
Or was the Code from you only an example code snippet?

Old and Slow 09-02-2012 21:57

Re: CS:GO meta is unknown command
 
The metamod.vdf I listed above is what I use & should be good for you, too.

Here is the file structure.

.../csgo - this should be the main server directory & has all the *.vpk files plus the maps, materials, media, models, and other directories required for a CS:GO server
csgo/addons has:
- metamod/
- metamod.vdf
- sourcemod/
csgo/addons/metamod has:
- README.txt
- bin/
- metaplugins.ini (this is no longer used)
- sourcemod.vdf
csgo/addons/metamod/bin has:
- 9 shared object (*.so) files for the various supported game-types

the sourcemod directory under csgo/addons will have a bunch of directories and files

The directory above the csgo directory should have srcds_run in it.

Do you have something like that?

The next thing to check would be permissions on all directories and files but mainly in the metamod brach under addons - it MM:S is not running, sourcemod won't be either...


All times are GMT -4. The time now is 09:01.

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