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
My BirthDay Is Here Soon!
Gift Me Items You Dont Need :)
https://steamcommunity.com/tradeoffer/new/?partner=74145985&token=AsbPg7aD
Join our group....we have 14 L4D2 servers located all over the U.S. Our servers are NON-STOP action
Cold Blooded Zombie Killers
198.24.172.28:27015 - Zservers.us |Virginia 1
198.24.172.179:27015 - Zservers.us |Virginia 2
199.217.118.69:27075 - Zservers.us |St. Louis 1
199.217.118.69:27115 - Zservers.us |St. Louis 2
184.95.42.212:27015 - Zservers.us |Phoenix, AZ
66.85.159.38:27015 - Zservers.us |Phoenix, AZ
199.36.109.35:27015 - Zservers.us |Salt Lake City, UT
199.36.109.34:27015 - Zservers.us |Salt Lake City, UT
63.251.20.36:27015 - Zservers.us |NY 1
63.251.20.76:27015 - Zservers.us |NY 2
74.91.112.157:27015 - Zservers.us |Atlanta 1
74.91.121.31:27015 - Zservers.us |Atlanta 2
72.5.195.53:27015 - Zservers.us |Chicago 1
74.91.119.47:27015 - Zservers.us |Chicago 2
Request to create a game server account sent--please wait.
Unable to create a game server account attached to your Steam account.
Your Steam account doesn't have rights to create game server accounts.
"BTW Odell00, try this
Make a text file in Orange box director. Name it "steam_appid.txt"
Inside type
440
Save it and start the server and your all set. Tell me if this doesn't work
"Metamod Plugin"
{
"alias" "sourcemod"
"file" "addons/sourcemod/bin/sourcemod_mm"
}
"Metamod Plugin"
{
"alias" "sourcemod"
"file" "addons/sourcemod/bin/sourcemod_mm"
}
Then go to file and click Save As. Where it says Save file type as, scroll to the top where it says All Types and select it. In file name make sure it's
sourcemod.vdf
You're sourcemod commands and everything else sourcemod related should work fine now.
Which enables all inbound traffic to your computer, but would be best to enable it only when you have the server up and disable it when it's not up.
z_difficulty impossible
//Lan or Internet
//1 = Lan
//0 = Internet
sv_lan 0
//Steam group # to assign to server
sv_steamgroup emptyclip
//<1> Do not connect to the Match Making Service
sv_steamgroup_exclusive 0
//Allow connections without creating lobby
sv_allow_lobby_connect_only 1
//Region - This sets the lobby in which your server will be part of
//You will want to set this to the closest location to your server
//eastcoast - sv_region 0
//westcoast - sv_region 1
//south america - sv_region 2
//europe - sv_region 3
//asia - sv_region 4
//australia - sv_region 5
//middle east - sv_region 6
//africa - sv_region 7
//world - sv_region 255
sv_region 5
//Allow use of cheats
//0 = Off
//1 = On
sv_cheats 0
//All talk - Allow both teams to use audio chat to speak with each other
//0 = Off
//1 = On
sv_alltalk 0
//----> End of editable settings
Phragmeister is offline Reply With Quote
//This is the name for your Left 4 Dead 2 Server
hostname "emptyclip 10 player Co-op 24/7"
//Gametypes sets the gametypes you want your server to run
//----> Versus Only: sv_gametypes "versus"
//----> Survival Only: sv_gametypes "survival"
//----> Coop Only: sv_gametypes "coop"
//----> Both: sv_gametypes "versus,coop"
sv_gametypes "coop"
//mp_gamemode sets the gametypes that your server is allowed to run, IE Voting
//----> Versus Only: mp_gamemode "versus"
//----> Survival Only: mp_gamemode "survival"
//----> Coop Only: mp_gamemode "coop"
//----> Both: mp_gamemode "versus,coop"
mp_gamemode "coop"
//Lobby Settings
sv_gametypes survival
sv_allow_lobby_connect_only 0
//sv_search_key
//Rcon password - Sets the password for remote rcon admin
rcon_password "879nz"
//Server password
sv_password ""
//Misc server settings
sv_maxrate 30000
//in game browser
sv_flags "Browser"
// Difficulty of the current game (easy, normal, hard, impossible)
z_diffic
Looks exactly like my problem: http://www.youtube.com/watch?v=PzTD6GySDaI
How do I fix it?
http://blog.theevilpc.com/2009/11/left-4-dead-2-dedicated-server-setup.html
Where it says Configuration, copy and paste that into notepad and save it as server.cfg and place it in left4dead2/cfg.
Edit the server.cfg file to your liking.