Install Steam
login
|
language
简体中文 (Simplified Chinese)
繁體中文 (Traditional Chinese)
日本語 (Japanese)
한국어 (Korean)
ไทย (Thai)
Български (Bulgarian)
Čeština (Czech)
Dansk (Danish)
Deutsch (German)
Español - España (Spanish - Spain)
Español - Latinoamérica (Spanish - Latin America)
Ελληνικά (Greek)
Français (French)
Italiano (Italian)
Bahasa Indonesia (Indonesian)
Magyar (Hungarian)
Nederlands (Dutch)
Norsk (Norwegian)
Polski (Polish)
Português (Portuguese - Portugal)
Português - Brasil (Portuguese - Brazil)
Română (Romanian)
Русский (Russian)
Suomi (Finnish)
Svenska (Swedish)
Türkçe (Turkish)
Tiếng Việt (Vietnamese)
Українська (Ukrainian)
Report a translation problem
use this.
http://portforward.com/help/setup_static_ip_address.htm
and heres a proper walkthru anyways just in case. :P
make sure to open/forward any port (i highly recommend 27015) on both TCP and UPD in your routers firewall. MAKE SURE you open the same ports on TCP and UDP,
example dont open 27015 TCP and 27016 UDP
open 27015 TCP and 27015 UDP
then make sure your IP is static, i recommend this
http://portforward.com/help/setup_static_ip_address.htm
(your server will not show up in the master server list unless your IP is static.)
then its as simple as clicking the make my IP static button, and that site should also help you immensly if you get lost, but it really is mostly those 2 steps.
after those are done just make sure to download the server files from either steamcmd, or in the tools section in your steam client.
then open up notepad and paste this in it.
echo off
cls
echo SRCDS auto restart
title left4dead2 auto restart
:srcds
echo (%time%) SRCDS started.
start /wait srcds.exe -console -game left4dead2 -maxplayers 4 +map c1m1_hotel -port 27018
echo (%time%) Your server just closed or crashed. RESTARTING!
goto srcds
replace the port with the ports you opened, and leave the rest. then save it as "Auto Server Restart.bat"
this will create a batch file to run the server in console mode (conserves CPU usage)
and if the server crashes it will auto reboot.
put this with the srcds of the L4D2 server.
now to join your server, on the bottom right hand side of your main menu, there will be the "steam group servers" thats the server you want to join, so when setting up your game,
instead of choosing "offiicial dedicated" your going to choose your "steam group server"
(where you choose the map)
an voila cuztom server, i also HIGHLY recommend you checkout sourcemod, and metamod admin mods. because they have some killer plugins for servers, my server has auto health regen, you can give players pipebombs, molies, and bilejars, make the AI use melee weapons, spawn pretty much anything you want any time. and none use the SV_cheats command so you can have fun, and kick ass on expert while still being able to get achievements :)
enjoy man, if you STILL need some help add me and ill walk you thru it ;)
i have no idea why, it must be this branch of the source engine, is my best guess.
but all i can say is, plug in a hardline, AKA Ethernet cable. and see if that works, if it still doesnt work then it might be something to do ether with the steamgroup, or the port the batch file uses, or the ports you opened.
thats all i can thiink of, just make sure that all the ports you opened are the same nd the ones used in the batch files to start your server.
good luck :)
I think I had problems until I had my router DMZ the server. So my server was on, say, 192.168.1.7, I had to DMZ that address on my router. I may or may not have had to add a "+ip [WAN IP address]" to my server's launch command line parameters (note that it's + and not - like you might think)
The warnings in the server console are normal. Mostly just annoying. I believe there are some Sourcemod plugins that can block certain messages to the console.