Many people who are new to setting up a server are confused what to do where.
So i made this guide to help new server owners set up their own servers.
I made two installation packages which you can download, one for a DeathMatch server
and one for a Regular Server. There is nothing special you have to do, simply extract the
contents to your server cstrike folder, edit a couple of configuration files and launch the server.
After extracting and configuring you will have a server with:
- CSS Death Match (if you choose to download dm-server.zip)
- Mani Admin Plugin V1.2 BetaS
- Mattie Event Scripts v2.0.0.248c Public Beta with Python support
- IRCbot --> Configurable bot which will report killmessages and allow admin actions from IRC
- Counter-bet --> Players will be able to bet and win cash at the end of a round
- IPToCountry --> Will show a message when a player joins "{Player} has connected from {Country}"
- Quake Sounds --> Players will be able to hear quake style sounds
Installing for a Regular Server:
Download Regular Server PackageInstalling for a DeathMatch Server:
Download DeathMatch Server Package1 - Extracting the packageOnce you downloaded the package extract it into your cstrike folder. Don't start the server yet.
2 - Configure the IRC BotGoto "\addons\ircrelay\cfg" and open settings.ini and change the irc server, nickname and password to what you wish to use.
3 - Configure the ServerGoto "\cfg" and open server.cfg, here you can adjust server name and various other settings.
4 - Add Admins to your serverGoto "\cfg\mani_admin_plugin" and open clients.txt
Edit the existing entry to match your own SteamID and username. To add more admins copy/paste this into the clients.txt file:
CODE
"AdminName"
{
"name" "AdminName"
"steam" "STEAM_0:0:12345"
"flags"
{
"Admin" "grav pban A C D E F G I K N O Q T U V W X Y"
"Admin" "Z a b c d e f g i k l m o p q s t v x y"
"Admin" "spray"
}
}
Edit server shortcutCreate a shortcut to srcds.exe on the desktop and enter this as the Target:
CODE
"C:\srcds_assault\srcds.exe" -game cstrike -tickrate 100 +ip 62.212.66.171 +port 27015 -console +map cs_assault +maxplayers 24
Adjust the path to where you installed the srcds, adjust the IP, Port, map and maxplayers how you see fit.
If for some reason you still run into problems feel free to post in this topic to ask for help

I hope this helps you