Hi Guys.
Basically, I've bought my own L4D2 server. For the only reason that i'm fed up of spending ages looking for one with a decent enough ping to play on. My question is thought, how do I host a team VS on it, or use my server from inside the lobby ?
Thanks in advance.
I've got a L4D2 server from multiplay. One of the easiest ways to get on your server is to open clanforge, open the 'Profiles' section, choose your profile, select the file 'server.cfg' from the drop-down and click 'Edit'. Now scroll to near the end of the file and look for a section that reads...
// Search Key - Create a lobby -> console -> sv_search_key "xxx"
// Must match below:
sv_search_key "xxyyzz"
Replace the xxyyzz with a name for your server, something that'll hopefully be unique, i.e....
sv_search_key "DamienServer"
Save the changes and restart the server.
Now open L4D2.
From the Main Menu, open the Console by pressing the ` key (above the tab key). If the console doesn't open then you need to look in the in-game options for something along the lines of "Enable Developer Console". When you get the console open, just type this and hit enter...
sv_search_key "DamienServer"
... or whatever you called it.
Now create your lobby, invite your mates or whatever. When you click Find Server, it should go directly to your server. You can confirm it's your server by hitting the ' key when the game starts and checking the IP address which is in the top right corner if memory serves (just make sure it's a 85.236.1xx.xxx address, which is the multiplay ip range).
You can also create a Community Group within Steam and then associate your server to that group, which basically means that only people in the group will be able to get on the server (although once a group member is on, anyone can connect to it). To do that, just create a group in steam and get the 'Group ID' (displayed on the group page somewhere). Edit the Profile like you did earlier, and again edit 'server.cfg'. Look for this line...
// Steam Community Group ID
sv_steamgroup 813123
813123 is the default L4D2 group in Steam, so just replace that with your own Group ID... then save the profile and restart the server.
If you do that, then you should see your server in the main menu whenever you open L4D2... then you can just double-click it to join.
I prefer the first option as the second one doesn't always work.