Installing Sourcemod
Installing Sourcemod
I could use some help extracting sourcemod. I've extracted it to "addons" and followed the instructions on their website. So my folder path would be C:\srcds\orangebox\obsidian\addons\sourcemod and it still isn't working. I've also found a vdf file on their website which i also tried putting in addons with no luck. I've tried everything i can think of, down to installing the raw sourcemod into "obsidian". Nothing works, when i start up the server it still doesn't have sourcemod. So i would really appreciate some help.
Re: Installing Sourcemod
sourcemod needs Metamod: Sourcegoirdin wrote:I could use some help extracting sourcemod. I've extracted it to "addons" and followed the instructions on their website. So my folder path would be C:\srcds\orangebox\obsidian\addons\sourcemod and it still isn't working. I've also found a vdf file on their website which i also tried putting in addons with no luck. I've tried everything i can think of, down to installing the raw sourcemod into "obsidian". Nothing works, when i start up the server it still doesn't have sourcemod. So i would really appreciate some help.
http://www.sourcemm.net/downloads/mmsou ... indows.zip
and install it to the addons folder
and metamod.vdf file
http://www.sourcemm.net/vdf
dont put anything to the "Game" part, you need to type Obsidian to the "Game Folder" and press "Generate metamod.vdf"
then you download the metamod.vdf and put it to the addons folder, so it would look like:
aand then it should work
To open the VDF file, right click it, click "Open with..." Then select Notepad.
And code tags are just
And code tags are just
Code: Select all
[./code] without the fullstop, you then put your VDF file contents in there.
Might I also suggest getting [url=http://notepad-plus-plus.org/]NotePad++[/url]. It's an amazing program
Code: Select all
"Plugin"
{
"file" "../obsidian/addons/metamod/bin/server"
}
I can't thank you enough, you have no idea how much time i spent trying to install it when the problem was just a small problem in the VDF file. It worked if your wondering. Now could i get some advice configuring sourcemod? like how many votes it takes to change RTV? If not i can figure it out
thanks again.
thanks again.
sure.goirdin wrote:I can't thank you enough, you have no idea how much time i spent trying to install it when the problem was just a small problem in the VDF file. It worked if your wondering. Now could i get some advice configuring sourcemod? like how many votes it takes to change RTV? If not i can figure it out
thanks again.
first, you need to enable RTV's n such.
the disabled plugins (such as rtv) can be found in "\obsidian\addons\sourcemod\plugins\disabled"
you just move the plugins you want from there to the "plugins" folder.
(i usually enable nominations, mapchooser and rtv)
then go to "\obsidian\cfg\sourcemod" and open rtv.cfg in notepad, there you can change the settings and all
i dont remember if rtv.cfg was always there or if you needed to start the server with the plugins first to make it appear.
and when you open it, you see thing like
Code: Select all
// Number of players required before RTV will be enabled.
// -
// Default: "0"
// Minimum: "0.000000"
// Maximum: "64.000000"
sm_rtv_minplayers "0"