AlliedModders

AlliedModders (https://forums.alliedmods.net/index.php)
-   Source Servers (SRCDS) (https://forums.alliedmods.net/forumdisplay.php?f=130)
-   -   [L4D2]Server issues with Stats Plugins (https://forums.alliedmods.net/showthread.php?t=111892)

funxfusion 12-15-2009 04:35

[L4D2]Server issues with Stats Plugins
 
Hello,recently I got myself a server running with the dedicated server tools downloaded from steam(not srcds),running with a stats plugin (http://forums.alliedmods.net/showthread.php?t=84022 or http://forums.alliedmods.net/showthr...ght=l4d2+stats ,both of them got the same issue),
The server runs perfectly while playing
However,while the server was changing its map,it timed out every clients in the server(like the photo below).
http://i74.photobucket.com/albums/i2...1299/death.jpg
I searched in google for this issue and found Neph's Nostats,I tried it,no luck at all,it crashes the game everytime when i typed 'neph_nostats 1' in the console.

Giving some launch parameters such as -insecure,-autoupdate doesn't help,it still timing out the clients.

I was pretty sure it was not relevant to the MySQL server used to store the datas,as it saves and reads the data perfectly in game.

Anyone know how to launch a L4D2 Server with Stats Plugin installed?or,How to get rid of this error? Please Help!

-FF

funxfusion 12-15-2009 06:23

Re: [L4D2]Server issues with Stats Plugins
 
I fixed it myself.
There were some bad settings on my server.cfg
Deleted it and reload them works perfectly.

D4rKr0W 12-15-2009 08:16

Re: [L4D2]Server issues with Stats Plugins
 
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 :\

funxfusion 12-17-2009 09:42

Re: [L4D2]Server issues with Stats Plugins
 
Quote:

Originally Posted by D4rKr0W (Post 1017657)
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



All times are GMT -4. The time now is 00:29.

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