![]() |
GUIDE: Setup SRCDS / CS:S Dedicated Server (Windows) The Guy's how to setup a srcds 1. Before anything you need to figure out the specifications for your server. How many players? What game? What type of server? What 'remote control' do I need? Should it be hack secured? ... and many more. So lets look at it this way. Absolute minimum for servers (Bold'd is suggested): --------------------- Server Size: 8 --------------------- CPU: 800mhz RAM: 256MB --------------------- CPU: 1200mhz RAM: 384MB --------------------- Server Size: 16 --------------------- CPU: 1200mhz RAM: 384MB --------------------- CPU: 1600mhz RAM: 512MB --------------------- Server Size: 24 --------------------- CPU: 1600mhz RAM: 512MB --------------------- CPU: 2200mhz RAM: 768MB --------------------- Server Size: 32 --------------------- CPU: 2200mhz RAM: 768MB --------------------- CPU: 2600mhz RAM: 1000MB Games (Using CS:S for this example): Counter-Strike: Source Day of Defeat: Source Half-Life 2 Half-Life 2: Deathmatch Half-Life 2: Episode One Half-Life 2: Episode Two Half-Life 2: Lost Coast Half-Life Deathmatch: Source Half-Life: Source Left 4 Dead Left 4 Dead 2 Portal Team Fortress 2 Types of servers (using hostage on crackhouse): Surfing Zombie Scout & Knifez Warmode Deathmatch Hostage Bomb Types of 'remote control' (using mani): Mani-Admin-Plugin (MAD) Source Mod Rcon Custom Built - Another tutorial Should it be hack secured:It all depends if you want hackers (yes there bad but this also allows you to have less lag on your server + more people). 2. Downloading the server files (May take 5 minutes may take 5 hours). 379.13 KB Base FilesDownload. http://img5.imageshack.us/img5/1315/serverupdate.png Picture of updater You will need to download the server files using HLdsUpdateTool.exe which you will find in this .rar file which I upload. You will then need to make a directory that will fit your needs something like: 'C:\HLServer\'. Then run the update.bat (for cs:s users, view the update readme for more information). When Its done downloading run it again to update + check for missing files and continue. http://img200.imageshack.us/img200/9507/serverfiles.png Picture of files Source of update.bat Code: HldsUpdateTool.exe -command update -game "Counter-Strike Source" -dir c:\HLserver |
3. Downloading and finding your 'remote control' or admin system. Mani-Admin-Plugin Source Mod If you are going to be using this server a lot or have it full with people you will need some sort of admin tool. Yes you can use rcon but it is very basic, I would suggest Sourcemod or Mani-Admin; they both are feature packed and are very easy to use. Note! I would like to tell new server hosters to pick source mod because Mani-Admin is outdated and can be insecure, Sourcemod also allows a lot of scripting. Installing Mani-Admin-Plugin: Source Using Mani Admin Plug-in as VSP is the most common way. Installing Mani Admin Plugin If you want to hook Mani Admin Plugin as VSP, execute the CreateVDF.exe located in your \addons folder and select your Game Mod, after that hit "Save VDF" and save the newly created file locally. If you're using Linux and can't use the .exe, create a new file called mani_admin_plugin.vdf, open it with notepad and paste the following into it (for Cs:S only, needs to be adapted for another mod): "Plugin" { "file" "../cstrike/addons/mani_admin_plugin" } Now you should have a file called mani_admin_plugin.vdf placed in your addons folder. Now it's depending on your type of server where to install/upload the files to: If you want to use Mani for a Listenserver (a server created ingame via the "Create Game" menu point) copy this 4 folders to - Installpath\SteamApps\accountname\path of your mod\yourmod If you want to use Mani for a dedicated Server hosted at home copy this 4 folders to - Installpath\SteamApps\accountname\source dedicated server\yourmod If you want to use Mani for a dedicated rented server upload this 4 folders via an FTP File Client Tool into the root folder of you mod (Filezilla is a good FTP Client) Notice that if you're planing to use custom skins on your server, you've to download the skins folders as well, as they aren't provided within the download of Mani Admin Plugin anymore. Afterwards, open your mani_server.cfg (via PSPad or some similiar Notepad) and adjust it for your wishes. Afterwards, you need to install your admins and add exec mani_server.cfg into your server.cfg . Please restart your server and Mani Admin Plugin should be working on your server. You can verify this via typing ma_version into the server console and it should reply with Mani Admin Plugin and its version number. Installing Sourcemod: Source Prerequisites A GUI Web Browser to retrive Metamod and SourceMod compressed archives. A tool to copy archive to your dedicated server host. SourceMod requires Metamod:Source 1.4.3 or higher. Click here to visit the Metamod:Source homepage. Instructions to install SourceMM muanually can be found here. SourceMod will run on any mod built using the Source SDK. It also supports "The Ship," which uses the Source engine. Uploading/Installing Local Server To install SourceMod locally, simply extract the .zip (Windows) or .tar.gz (Linux) package to your mod folder (i.e. cstrike for Counter-Strike, dod for Day of Defeat, et cetera). Download Here Remote Server To install SourceMod remotely, first extract the .zip (Windows) or .tar.gz (Linux) package to your local computer (for example, your Desktop). You will see an addons folder. Using a tool such as FTP, locate your mod folder (i.e. cstrike for Counter-Strike:Source, dod for Day of Defeat:Source, et cetera). Underneath this folder, you should have an addons folder (if not, Metamod:Source is probably not installed). From your local addons folder, upload the entire contents to your remote addons folder. When done, your remote addons folder should have a sourcemod folder. If you have trouble with these steps, you need to get acquainted with FTP and server management. However, you can also ask your server provider for help. Some providers also have web interfaces for managing your server. Alternatively, if you copied the tar.gz to your srcds directory, execute the following from the cstrike sub directory: tar -xzf ../sourcemod-1.1.0.tar.gz Checking the Install Your folder layout should look like:
First, in your server console (not client console), type: meta list If the install worked, you will see something like: ] meta list Listing 1 plugin: [01] SourceMod (1.1.0.2489) by AlliedModders LLC You should then be able to use the SourceMod root console command, which can be invoked with simply: sm For example: ] sm version SourceMod Version Information: SourceMod Version: 1.1.0.2489 SourcePawn Engine: SourcePawn 1.1, jit-x86 (build 1.1.0-svn) SourcePawn API: v1 = 4, v2 = 2 Compiled on: Sep 5 2008 02:02:12 SourceMod: Half-Life 2 Scripting Lastly, assuming you have already setup your administration user, you can test the in game menu by joining the server, and in the client console type the following: sm_admin You should see a menu popup with all you options. Troubleshooting If the install failed, you will generally see one of four symptoms. Metamod reports NOFILE or FAILED If "meta list" replies with something like this: ] meta list -Id- Name Version Author Status [01] - - - NOFILE Most likely, either the files are not located in the correct place, or the file could not be loaded. For more information, use the following command (except use the correct list number): meta list 1 Metamod lists no plugins If "meta list" replies with something like this: ] meta list -Id- Name Version Author Status You forgot to add SourceMod to the addons/metamod/metaplugins.ini file. Or if that doesn't fix your problem, make sure you are using the correct build of Sourcemod (zip = windows, tar = linux). Metamod says nothing If "meta list" has no reply at all, Metamod:Source is not properly installed. This wiki page may provide you with clues on how to solve this problem. |
4. Seting up your server.cfg. http://img188.imageshack.us/img188/4...rverconfig.png Picture of my cfg (I used his as a base) The next big thing is making your server yours. I will be going into this in another tutorial but for now just fill in the spots that tell you to. (You may comment out the download url because I will be going into that with another tutorial. Note! Make sure to place this in C:\HLServer\cstrike\cfg\ Code: //Base Config files: The Guyhttp://img11.imageshack.us/img11/6969/serverrunning.png Picture of server running You may see servers saying 100tick and 500fps, that means that the server has good pyshics and should be lag free. So how do I do this? By ping boosting and adding a command to the shortcut we will be making. A) First make a basic launcher, create a shortcut to srcds.exe and add this after the shortcuts properties: -console -game cstrike +map (Map without bsp) -maxplayers (Amount of players you want) -autoupdate Note! Add '-insecure' for insecure (Non-Vacced) servers. http://img200.imageshack.us/img200/8...ershortcut.png Picture of shortcut B) Adding tickrate and ping boosting; it makes the ingame pyshics and overall gameplay way better. Note! Tick rate can only be changed at the start of the server. Note! To enable high tickrate and keep fps you need to pingboost. (Run: srcdsfpsboost.exe) Note! Do not put tickrate higher then 100; bad things will happen. To add, simply put this before autoupdate and after maxplayers. -tickrate (X amount, ie: 33,66,100). 6. FAQ. Quote:
Then add the name without .bsp to maplist.txt Then add the name without .bsp to mapcycle.tx Then start up. If you want it as the start map change +map to map name without .bsp Quote:
Quote:
Quote:
Quote:
|
Update log. Current Rev. 1.2 Changelog: ------------------ 1.2 ------------------ Added two FAQ. ------------------ 1.1 ------------------ Added one FAQ. Added Images. Checked spelling. ------------------ 1.0 ------------------ Made guide Last update: Thursday, July 02, 2009 |
How can i add extra maps such as Fy_iceworld? |
Quote:
Then add the name without .bsp to maplist.txt Then add the name without .bsp to mapcycle.tx Then start up. If you want it as the start map change +map to map name without .bsp |
how can i put bots in my server? THX |
Side note, the increase in cpu power required for 100 tick vs 66 is quite substantial and pretty much not worth doing when you have anything more than 10-12 players (especially over internet the ping time makes the increase almost meaningless). IMO 100tick should be reserved for clan match servers and 66 for pubs.
Good guide to get people going The Guy :thumb:. |
If I had a better upload rate I'd Soooooooo be using Behemoth for hosting my own server Right Now. Anyone know of how I could get this from videotron easily? I'm capped a 1Mbps Up-speed and 9Mbps down.... |
Oh that's the other thing, dot expect just because you have enough upload that you can run a server (yes you know who you are Mr ADSL2+) , ping is king you need a very low latency connection aka fiber to run anything bigger than 10 (the magic number again) without encountering numerous complaints about lag and choke. |
| All times are GMT -7. The time now is 01:51 PM. |