468x60 Ads

Sourcemod is the most popular server administration plugin. It is being used in Counter Strike Source servers, but it was made for a lot of other games. This tutorial will show you how to install and configure Sourcemod on CS:S dedicated servers.

This mod requires Source Metamod installation on your server, so make sure you have installed it already, and if you haven`t just see this tutorial.


1. Automatichal installation

1. First download the Sourcemod 1.0.3 installer here and unzipp it anywhere on disk.

2. Run the installer and select as installation folder the main directory of your server ( if you installed the server using our tutorial, the directory is called SRCDS). Click OK and let the installer do his work.
.3. Go to SRDCS\cstrike\addons\metamod and open metaplugins.ini using Wordpad or Notepad. Add there this line:
addons/sourcemod/bin/sourcemod_mm


This is it. You have installed Sourcemod.

Adding Sourcemod Admins

There are two ways of adding the admins in Sourcemod: the simple way and the more complex one. We will show you the easier way.

Go to SRCDS\cstrike\addons\sourcemod\configs and open admins_simple.ini using Wordpad or Notepad . SRCDS is the main directory of your server. If you want the full admin with high imunity add a line like this :
"!79.116.220.225" "99:z" - for ip admin ( Don`t forget the ! character )
"STEAM_0:1:16" "z" - for steam id admin
"NAME" "z" "pass" -for name admin

In case you chose the name admin, you will have to type the setinfo line in game before you connect to the server: setinfo _password pass where:

-the _password is your key set in core.cfg (SRCDS\cstrike\addons\sourcemod\configs) by the cvar "PassInfoVar" (you can change the _password value if you like). 
-the pass is your password set in admins_simple.ini


0 comments:

Post a Comment