Page 1 of 1
Sourcemod?
Posted: Mon Aug 03, 2009 4:06 pm
by VampireReki
Okay so i just made a new dedicated server and I'm wondering how do I install sourcemod ? its just for admins
edit:
okay so i found sourcemod but it wont work when i start up my server i check to see if it works with meta version but it says unknown command oh and when i went to create a .vdf file for it there wasnt an option for oc so in the next part i put obsidian to create it still no luck. can someone help?
Posted: Mon Aug 03, 2009 5:44 pm
by RocketRunner
Posted: Mon Aug 03, 2009 7:58 pm
by JerC
Posted: Tue Aug 04, 2009 2:48 am
by VampireReki
I'm saying sourcemod won't work not that my dedicated server won't work.
Posted: Tue Aug 04, 2009 4:07 am
by Shana
RocketRunner wrote:(Beat you, Worfox.)
Yea, at failing.
Posted: Tue Aug 04, 2009 4:28 am
by Secone
Zing.
Posted: Tue Aug 04, 2009 4:55 am
by VampireReki
Can anyone help me?
Posted: Tue Aug 04, 2009 7:19 am
by Dr.Stinglock
EDIT: You really should rename your title to metamod as your problem exists solely with Metamod:Source not loading.
VampireReki wrote:Can anyone help me?
I can tell you how
I got it working. (After spending an hour or so going through every mention of sourcemod and metamod in these forums and finding nothing I reverted back to the pre-vdf install instructions for metamod:source )
1. OPEN/EDIT: C:\*SERVERDIR*\orangebox\obsidian\gameinfo.txt
2. HIGHLIGHT/SELECT TEXT:
Code: Select all
SearchPaths
{
Game |gameinfo_path|.
Game cstrike
Game hl2
}
3. REPLACE SELECTED TEXT WITH
Code: Select all
SearchPaths
{
GameBin |gameinfo_path|addons/metamod/bin
Game |gameinfo_path|.
Game cstrike
Game hl2
}
4. Restart Server/Change map.
NOTE: This is assuming you have copied metamod:source into C:\*SERVERDIR*\orangebox\obsidian\
Posted: Tue Aug 04, 2009 7:47 am
by VampireReki
Thank you so much sting but instead of at the bottom it's supposed to be on top of all the (game)s. Well atleast that's how it worked for me
Posted: Tue Aug 04, 2009 8:57 am
by Neico
... way too much work for something small...
obsidian\addons\metamod.vdf
Code: Select all
"Plugin"
{
"file" "..\obsidian\addons\metamod\bin\server.dll"
}
try it with or without the ..\ at the beginning (on linux it's without at least since an hlds update)
Posted: Wed Aug 05, 2009 8:13 am
by Dr.Stinglock
VampireReki wrote:Thank you so much sting but instead of at the bottom it's supposed to be on top of all the (game)s. Well atleast that's how it worked for me
Haha, I knew I'd slip up somewhere. I fixed that bit up, and it's more efficent if you use the method Neico described below.
Neico wrote:... way too much work for something small...
I can see how locating and editing a text file can be a lot of work for some people, that's why I bothered explaining it in so much detail.
Thanks for the VDF. The MM:S vdf generator failed me for some reason and I resorted to using the basic method of editng the text file.