Raised This Month: $51 Target: $400
 12% 

[L4D & L4D2] Custom Player Stats v1.4B121


Post New Thread Reply   
 
Thread Tools Display Modes
mao
Junior Member
Join Date: Aug 2010
Old 09-04-2010 , 15:49   Re: [L4D & L4D2] Custom Player Stats v1.4B101
Reply With Quote #1041

Like putting a LogMessage after the event should fire to see what happens? I can test it on my server for sure.
SourceMod version installed is v1.3.5-dev, maybe I have a wrong version and the problem is there.

Thanks again, my group is having a lot of fun with your stats.
mao is offline
Danny_l4d
Senior Member
Join Date: Feb 2010
Old 09-07-2010 , 16:46   Re: [L4D & L4D2] Custom Player Stats v1.4B101
Reply With Quote #1042

Hello Muukis,

Question, when the plugin cant connect to the database anymore duo bad connection timeout, its crashing the server, and it stays in that situation, I have to make a hard reset to get it up again, with HLSW then command it doenst work, is there anything to prevend this? so if the plugin cant connect to the database that server is still running and when the connection gets back, it will register the rank again,
__________________
Danny_l4d is offline
ragnasin
Junior Member
Join Date: May 2010
Old 09-08-2010 , 22:32   Re: [L4D & L4D2] Custom Player Stats v1.4B101
Reply With Quote #1043

Muukis....heard tat l4d3(something like tat) will be release soon....
Will u continue developing stats for it???
ragnasin is offline
muukis
Veteran Member
Join Date: Apr 2009
Old 09-09-2010 , 03:06   Re: [L4D & L4D2] Custom Player Stats v1.4B101
Reply With Quote #1044

Quote:
Originally Posted by Danny_l4d View Post
Hello Muukis,

Question, when the plugin cant connect to the database anymore duo bad connection timeout, its crashing the server, and it stays in that situation, I have to make a hard reset to get it up again, with HLSW then command it doenst work, is there anything to prevend this? so if the plugin cant connect to the database that server is still running and when the connection gets back, it will register the rank again,
If the plugin cannot connect to the database for what ever reason, it'll set itself to "failstate" which is similar to being not loaded. It will not recover until the server or the plugin reloads. That could use some work so that it would try to reconnect on each round start? Maybe in the next update (don't hold your breath for it... I'm currently very busy IRL.)

Quote:
Originally Posted by ragnasin View Post
Muukis....heard tat l4d3(something like tat) will be release soon....
Will u continue developing stats for it???
I did not know there was something like that in the dev. Do you have any links for forums/blogs/sites that have information about it? Anyways, I will most likely do an update for any new version of the game. I've been waiting for something to happen 4 the dead. Mutations was nice but I've not been interested to play it for some time now. Not that I've had much of time at all for the game lately, but still hit a game every once in a while.
__________________
Monster Hunter

Though certainly not superhuman, the man's prowess inspires an excess of whispered rumors. But those rumors remain in the realm of speculation.
muukis is offline
ragnasin
Junior Member
Join Date: May 2010
Old 09-09-2010 , 04:40   Re: [L4D & L4D2] Custom Player Stats v1.4B101
Reply With Quote #1045

http://www.gametrailers.com/episode/gametrailers-tv/101

right hand side corner,chapter 4 : Kill Bill?
An interview of the developer....l4d3???lol
I think will be release in next month
ragnasin is offline
muukis
Veteran Member
Join Date: Apr 2009
Old 09-09-2010 , 06:08   Re: [L4D & L4D2] Custom Player Stats v1.4B101
Reply With Quote #1046

Quote:
Originally Posted by ragnasin View Post
http://www.gametrailers.com/episode/gametrailers-tv/101

right hand side corner,chapter 4 : Kill Bill?
An interview of the developer....l4d3???lol
I think will be release in next month
Oh it's that. I've read about it somewhere some time ago. It's definitely not L4D3, just some DLC. Something new though. Once it's out, I don't think it'll require much of work for the plugin to work.
__________________
Monster Hunter

Though certainly not superhuman, the man's prowess inspires an excess of whispered rumors. But those rumors remain in the realm of speculation.
muukis is offline
Danny_l4d
Senior Member
Join Date: Feb 2010
Old 09-13-2010 , 03:49   Re: [L4D & L4D2] Custom Player Stats v1.4B101
Reply With Quote #1047

Hello Muukis,

Because Steam group isnt always showing the last week, I wanted to put the links on the website, now I looked at the config.php used this line
PHP Code:
$game_addresses[] = array("-=HERO=- UK Coop 8""217.163.29.127:27015"); 
only when i use this, it gives me only a flag on the website with no name link to stats page

can you tell me what (mabye) I am doing wrong?
__________________
Danny_l4d is offline
muukis
Veteran Member
Join Date: Apr 2009
Old 09-13-2010 , 06:01   Re: [L4D & L4D2] Custom Player Stats v1.4B101
Reply With Quote #1048

Quote:
Originally Posted by Danny_l4d View Post
Hello Muukis,

Because Steam group isnt always showing the last week, I wanted to put the links on the website, now I looked at the config.php used this line
PHP Code:
$game_addresses[] = array("-=HERO=- UK Coop 8""217.163.29.127:27015"); 
only when i use this, it gives me only a flag on the website with no name link to stats page

can you tell me what (mabye) I am doing wrong?
This works flawlessly at my server:
PHP Code:
// Heading for the stats page. You can add a HTML URL here!
$site_name "Strangers Bakery";

// Game server address (adds a Steam connection link over the site name)
// Multiple game server addresses supported
/* THIS LINE: DO NOT MODIFY OR REMOVE */ 
$game_addresses = array();
// Syntax:
//   $game_addresses[] = array(<NAME>, <ADDRESS>);
// Examples:
//   $game_addresses[] = array("Left 4 Dead 2 - Server 1", "my.site.net:27016");
//   $game_addresses[] = array("Kill Them Zombies - Server 2", "100.102.103.104");
$game_addresses[] = array("Stranger's Bakery - L4D2""pilssi.dy.fi");
$game_addresses[] = array("Left 4 Dead - Modded""aftonbladet.se");
$game_addresses[] = array("TEST""cnn.com");
$game_addresses[] = array("-=HERO=- UK Coop 8""217.163.29.127:27015"); 
Attached Thumbnails
Click image for larger version

Name:	test.jpg
Views:	214
Size:	47.2 KB
ID:	73308  
__________________
Monster Hunter

Though certainly not superhuman, the man's prowess inspires an excess of whispered rumors. But those rumors remain in the realm of speculation.

Last edited by muukis; 09-13-2010 at 06:21.
muukis is offline
muukis
Veteran Member
Join Date: Apr 2009
Old 09-13-2010 , 06:18   Re: [L4D & L4D2] Custom Player Stats v1.4B101
Reply With Quote #1049

Quote:
Originally Posted by Danny_l4d View Post
Hello Muukis,

Because Steam group isnt always showing the last week, I wanted to put the links on the website, now I looked at the config.php used this line
PHP Code:
$game_addresses[] = array("-=HERO=- UK Coop 8""217.163.29.127:27015"); 
only when i use this, it gives me only a flag on the website with no name link to stats page

can you tell me what (mabye) I am doing wrong?
Oh yeah... you have to set this too:
PHP Code:
// Heading for the stats page. You can add a HTML URL here!
$site_name "-=HERO=- UK Coop 8"
You have two options:
  1. Edit the $site_name to "<a href='steam://connect/217.163.29.127:27015'>-=HERO=- UK Coop 8</a>" or
    • Pros: You don't have to have the locations database available.
    • Cons: The site wont locate your game server flag automatically. You will not be able to set more than one game server link?
  2. Edit the $site_name and the $game_addresses like I've instructed above.
    • Pros: You can have multiple game server links with flags automatically fixed.
    • Cons: You'll need the locations database.
This configuration is a bit messy, I'm sorry for that. The $site_name is the value that is displayed at the top of the page. If you'll add a game server link to your site, the $site_name is used at linking the steam link. If you add multiple game server links, all of the links are displayed in a menu which opens by hovering the mouse on $site_name value.
__________________
Monster Hunter

Though certainly not superhuman, the man's prowess inspires an excess of whispered rumors. But those rumors remain in the realm of speculation.
muukis is offline
matrixmark
Senior Member
Join Date: Jun 2010
Old 09-15-2010 , 02:59   Re: [L4D & L4D2] Custom Player Stats v1.4B101
Reply With Quote #1050

Hey Muukis,

Been using your plugin for a while with no major problems at all but for a while now I keep getting error messages.

I dont think they are causing any problems but its just annoying to see ANY errors lol even if they are harmless...

I have attached the log file for you to read over

Thanks for your time

Mark
Attached Files
File Type: log errors_20100911.log (7.2 KB, 156 views)

Last edited by matrixmark; 09-15-2010 at 03:02. Reason: Forgetting how to spell properly.....
matrixmark is offline
Reply



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 10:09.


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