View Single Post
drprank
Junior Member
Join Date: Nov 2015
Old 11-09-2015 , 12:19   Re: CS:GO Metamod unknown command
Reply With Quote #7

Quote:
Originally Posted by Wliu View Post
Wow, it's even in the thread title. Sorry. I can't really help with CS:GO since I don't have any servers running for it, but just to confirm the filepath csgo/addons/metamod/bin exists?
Yep it is, just like what the metamod.vdf asks for afaik
Code:
"Plugin"
{
	"file"	"../csgo/addons/metamod/bin/server"
}
Should it be server.dll?

Quote:
Originally Posted by Potato Uno View Post
Did you by some chance mess up the file system permissions such that srcds possibly isn't reading the /addons folder?

http://www.metamodsource.net/mmsdrop...8-linux.tar.gz
I'm sorry but I really don't understand haha. I followed this guide on github thats all. Is there something missing on my part?
https://github.com/crazy-max/csgo-server-launcher

Quote:
Originally Posted by Powerlord View Post
For reference, the csgo directory referred to in the instruction is referring to the csgo directory inside the server install directory. If your server install directory is also named csgo, then it ends up being csgo/csgo/addons .
The full path is root/steamcmd/games/csgo/csgo/addons since I specified in the launcher script to install steamcmd in root/steamcmd instead of the default var/steamcmd. And the user is root as in like this:
Code:
SCREEN_NAME="csgo"
USER="root"
IP="my virtual server ip"
PORT="27015"

DIR_STEAMCMD="/root/steamcmd"
STEAM_LOGIN="anonymous"
STEAM_PASSWORD="anonymous"
STEAM_RUNSCRIPT="$DIR_STEAMCMD/runscript_$SCREEN_NAME"
Actually all of this is pretty much user fault since I just got to to this thing. It's new to me. I literally watched this guy on YouTube who shows how to rent a server for a few cents and sets up CS GO on it.
I haven't even used Ubuntu before. So I learned by myself from scratch and got the server running at last.

Last edited by drprank; 11-09-2015 at 12:41. Reason: Multiquote
drprank is offline