This tutorial is on how to setup a source dedicated server for Counter strike source, wrote this because i told baron and a few others I would. IN NUMER STEPS!
1) download HLDS Update tool for windowshttp://store.steampowered.com/about/2) Install to directory C:/srcds
3) Open command prompt (run > cmd) and type the followingCode:
cd C:\srcds
HldsUpdateTool.exe -command update -game "Counter-Strike Source" -dir .
This will set cmd to update your source dedicated server. This will take a while to update (About 800Mb worth of updates).
The server is now installed, time to run it. We could run it by a GUI but the GUI uses more memory and is less powerful. So we will run in though a command line. So to do this, we:
Copy srcds.exe and paste as a shortcut, open the properties of the shortcut and in the "Target" box type:Code:
"C:\Program Files\Valve\HLServer\srcds.exe" -console -game cstrike -autoupdate +maxplayers 20 +map cs_italy
This will set the server to start up with the map as cs_italy and with maximum players of 20.
You can change this to fit your server with settings such as:
-console
-autoupdate
-game <game name>
+maxplayers <number of players>
+map <map name>
+port <port number>
You will need to forward ports 27015, i would explain how but it changes for every different type of router and firewall.
Sorry this was a bit messy but it’s simple and does the job. Its 2am and I can hardly write at 2pm... Any questions can be placed below.