View Single Post
funxfusion
Junior Member
Join Date: Dec 2009
Old 12-17-2009 , 09:42   Re: [L4D2]Server issues with Stats Plugins
Reply With Quote #4

Quote:
Originally Posted by D4rKr0W View Post
which exactly are the commands that were giving you trouble? i'm experiencing the same issue with people stuck on the loading screen, maybe you could help me fix it :\
I have to apologize,the deletion of server.cfg is nothing but a fake.
I am using srcds with this plugin right now,it works fine with map changings.
Here's my server.cfg,dunno if this helps:
Code:
 
hostname "some name"
rcon_password "some pass"
exec banned_user.cfg
exec banned_ip.cfg
mp_logdetail 0
sv_voiceenable 1
sv_alltalk 0
sv_voicequality 5
sv_maxrate 30000
fps_max 500
sv_minrate 10000
sv_region 4
sv_maxupdaterate 101
sv_minupdaterate 20
sv_allow_lobby_connect_only 0 // these helps fixing the "the session is no longer available" error.
sv_tags "Server Browser Join Enabled"
sv_cheats 0
sv_clearhinthistory 0
mp_disable_autokick 1
//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,versus,realism"
// Easy / Normal / Hard / Impossible
z_difficulty Impossible
// Attach server to STEAM group
//sv_steamgroup "some ID"
// Set this to 1 if you want it to be exclusive to your STEAM group only
//sv_steamgroup_exclusive 0 
sv_maxplayers 12 //for increasing maxplayers
funxfusion is offline