Raised This Month: $32 Target: $400
 8% 

L4D2 Dedicated Server Not Loading Game


Post New Thread Reply   
 
Thread Tools Display Modes
Author Message
Deathrow Bo Dean
Senior Member
Join Date: Sep 2010
Old 06-22-2021 , 13:27   L4D2 Dedicated Server Not Loading Game
Reply With Quote #1

Not being to find my Steam Group Coop server listed in the L4D2 Game board. I used the ~ key and entered connect and my Ip address +:27015. It looked like I was going to connect to my server because the c2m1_highway map loading came up. However, the gray loading bar at the bottom of the page only move about 3/8 of an inch and stays there. The orange round loading thingy at the top right of the page was spinning like it usually did. Finally I was disconnected and the command window said that it had tried to connect to my server's IP address 10 times. .
I use the same server to run Counter Strike Source with the same IP and port address and i can see my server listed with the rest of the servers listed for the game and connect to them along with my server with no problems Can someone tell me how to fix this problem?
Please Help
DBD
Deathrow Bo Dean is offline
little_froy
Senior Member
Join Date: May 2021
Old 06-23-2021 , 04:38   Re: L4D2 Dedicated Server Not Loading Game
Reply With Quote #2

try there
add this command
sv_consistency 0
in the file "server.cfg" at your host "\left4dead2\cfg" (or other config files you orderd.) to disable model check.
at the client, Options-Multiplayer-Custom Server Content- None(translate by Chinese, may not 100% accurate).

to show you server at the board, you need to bind your server with a STEAM_GRUOP created by players self.
add these command to the sever config
sv_steamgroup STEAM_GROUP_ID (numer replace the STEAM_GROUP_ID)
sv_steamgroup_exclusive 0

Last edited by little_froy; 06-23-2021 at 04:38.
little_froy is online now
Deathrow Bo Dean
Senior Member
Join Date: Sep 2010
Old 06-24-2021 , 15:36   Re: L4D2 Dedicated Server Not Loading Game
Reply With Quote #3

Thank You little_froy for Your reply. However, I've had a have a Steam Group ID on my Server.cfg. I've had it for many years. I've also allways found my server listed with the other Steam Group Servers (SGS). For the last two weeks the only SGS servers that I see on the SGS boards Campaign mode have pings of over 150. When my Dedicated server is listed as (a West coast region 1 or 2) It's ping is about 30 to 60. I see no servers below a 150 ping at all.
I eii add the "sv_consistency 0" line to my server.config and give that a try.

Last edited by Deathrow Bo Dean; 06-26-2021 at 13:43.
Deathrow Bo Dean is offline
Deathrow Bo Dean
Senior Member
Join Date: Sep 2010
Old 06-28-2021 , 14:58   Re: L4D2 Dedicated Server Not Loading Game
Reply With Quote #4

Yo little_froy; I added sv_consistancy 0 to my server.cfg and still I can't see my server on the Steam Group servers listing. I will past my L4d2 Server.cfg below. Maybe you can tell me what's wrong with it.
-----------------------------------------------------------------------------------------
//Left 4 Dead 2 Server.cfg
//This file goes inside your L4D2 Server's "cfg" folder

//This is the name for your Left 4 Dead 2 Server
hostname "A DBD WNLZ SERVER"

//Use this to prevent your custom hostfile and motdfile to be overwritten (rename the files accordingly)
hostfile host.txt // default, rename if custom.
motdfile motd.txt // default, rename if custom.

//Server Custom Settings
sv_force_unreserved 1
//sv_maxplayers "8"
//sv_visiblemaxplayers "8"

//sm_cvar confogl_autoloader_config "" // Config/Matchmode to launch with the autoloader
//sm_cvar confogl_autoloader_execcfg "" // Config to exec before starting confogl, leave empty if none.

//Steam group # to assign to server & making server private
sv_steamgroup "4406581" // To set more than one group, just seperate using commas and no spaces ex: 2334234,235665
sv_steamgroup_exclusive 1 // 1 = Restrict Server to SteamGroup (ID Above)

//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"
//----> Realism Only: sv_gametypes "realism"
//----> Team Versus Only: sv_gametypes "teamversus"
//----> Scavenge Only: sv_gametypes "teamscavenge"
sv_gametypes "coop"

// No Tips from Game & Timeout
sv_gameinstructor_disable 1 // Disable Game Instructor?
sv_timeout 30 // Time players out after this many seconds after l

//Stableness and Networking stuff.

//30 tick
sm_cvar fps_max 0 // Forces Server to perform the best it can.
sm_cvar sv_minrate 30000
sm_cvar sv_maxrate 30000
sm_cvar sv_minupdaterate 30
sm_cvar sv_maxupdaterate 30
sm_cvar sv_mincmdrate 30
sm_cvar sv_maxcmdrate 30
sm_cvar sv_client_min_interp_ratio 0
sm_cvar sv_client_max_interp_ratio 2
sm_cvar nb_update_frequency 0.024
sm_cvar net_splitpacket_maxrate 15000 // Keep this on ( Tickrate / 2 ) * 1000

// 60tick
sm_cvar fps_max 0 // Forces Server to perform the best it can.
sm_cvar net_splitpacket_maxrate 30000 // Set Value to: (Tickrate / 2) * 1000
sm_cvar nb_update_frequency 0.024 // Lowest possible value before noticing /// s
sm_cvar sv_minrate 30000 // Should never change this.
sm_cvar sv_maxrate 60000 // Set Value to: Tickrate * 1000
sm_cvar sv_mincmdrate 30 // Should never change this.
sm_cvar sv_maxcmdrate 101 // Set Value to Tickrate.
sm_cvar sv_minupdaterate 30 // Should never change this.
sm_cvar sv_maxupdaterate 101 // Set Value to Tickrate.
sm_cvar sv_client_min_interp_ratio -1
sm_cvar sv_client_max_interp_ratio 2

//Rcon password - Sets the password for remote rcon admin
rcon_password "gina"

//Allow connections without creating lobby. Set to 1 to allow lobby connections only
sv_allow_lobby_connect_only 0

//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 1

// Server Logging
// sv_log_onefile 0 //Log server information to only one file.
// sv_logbans 1 //Log server bans in the server logs.
// sv_logecho 0 //Echo log information to the console.
// sv_logfile 1 //Log server information in the log file.
// sv_logflush 0 //Flush the log file to disk on each write (slow).
// sv_logsdir logs //Folder in the game directory where server logs will be stored.
// exec banned_user.cfg //List of banned steam ids.
// exec banned_ip.cfg //List of banned IP addresses.


sv_consistency 0

//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

Last edited by Deathrow Bo Dean; 06-29-2021 at 13:19.
Deathrow Bo Dean is offline
Reply


Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off

Forum Jump


All times are GMT -4. The time now is 19:57.


Powered by vBulletin®
Copyright ©2000 - 2024, vBulletin Solutions, Inc.
Theme made by Freecode