AlliedModders

AlliedModders (https://forums.alliedmods.net/index.php)
-   Metamod:Source Questions (https://forums.alliedmods.net/forumdisplay.php?f=74)
-   -   Metamod Won't load... (https://forums.alliedmods.net/showthread.php?t=210470)

Buxarik88 03-10-2013 17:12

Metamod Won't load...
 
Hi All,

I was running Counter-strike 1.6 server before. Now I'm trying to set up Counter-Strike source.

So i downloaded Metamod:Source 1.9.2
I also downloaded latest server version with:
Code:

./steam -command update -game "Counter-Strike Source" -dir .
Uploaded Metamod sources into my cstrike folder.
Full path to the srcds_run is:
Code:

/home/arturs/hlds/css/css/srcds_run
Full path to addons folder is:
Code:

/home/arturs/hlds/css/css/cstrike/addons
I modified gameinfo.txt file and added one extra line to load metamod binaries. Now it looks like this:
Code:

SearchPaths
                {
                        GameBin                        |gameinfo_path|addons/metamod/bin
                        Game                            |gameinfo_path|.
                        Game                            cstrike
                        Game                            |all_source_engine_paths|hl2
                }

But when ever i run server and type meta version in the console that should print out version of installed metamod module it gives me:
Code:

meta
Unknown command "meta"

Full startup log is:
Code:

$ ./srcds_run -game cstrike +max de_nuke +maxplayers 16 -steamverify
WARNING: No map specified! Server may not heartbeat.
Auto detecting CPU
Using default binary: ./srcds_linux
Server will auto-restart if there is a crash.
Using breakpad minidump system
Using breakpad crash handler

Console initialized.
Game_srv.so loaded for "Counter-Strike: Source"
Setting breakpad minidump AppID = 240
Forcing breakpad minidump interfaces to load
Looking up breakpad interfaces from steamclient
Calling BreakpadMiniDumpSystemInit
maxplayers set to 16
No '-replayserverdir' parameter found - using default replay folder.
Replay: Creating thread pool...succeeded.
Replay: Starting thread pool with 4 threads...succeeded.
Cleaning files from temp dir, "/usr/home/arturs/hlds/css/css/cstrike/replay/server/tmp/" ...no files removed.
Unknown command "r_decal_cullsize"
Unknown command "max"
maxplayers set to 16
Network: IP unknown, mode MP, dedicated Yes, ports 27015 SV / 27005 CL

Any ideas why this is happening?

What could possibly be wrong?
I have tried metamod 1.10.0 version (Beta)
i have also tried to set GameBin path to
  1. /home/arturs/hlds/css/css/cstrike/addons/metamod/bin
  2. |gameinfo_path|cstrike/addons/metamod/bin
  3. |gameinfo_path|css/cstrike/addons/metamod/bin

But nothing works...
Any ideas?

Thanks

asherkin 03-10-2013 17:19

Re: Metamod Won't load...
 
http://wiki.alliedmods.net/Installing_Metamod:Source

Buxarik88 03-10-2013 17:43

Re: Metamod Won't load...
 
Oh my god...
I am such an idiot. I spent like 2 hours on that page and i never noticed the "Normal Installation" section...
I always went to gameinfo.txt file installation method :(

How silly is that :(

Thank you for pointing my stupid head to the same page again. Works like a charm now.

Again. Thanks


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

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