Raised This Month: $ Target: $400
 0% 

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


Post New Thread Reply   
 
Thread Tools Display Modes
mrelfire
Member
Join Date: May 2010
Old 04-08-2012 , 04:01   Re: [L4D & L4D2] Custom Player Stats v1.4B117
Reply With Quote #1461

I try to add the campagin Blood Tracks part of the web site as a "normal" campaign
I have changed common.php with
Quote:
else if ($game_version == 2)
{
$coop_campaigns = array("c1m" => "Dead Center",
"c2m" => "Dark Carnival",
"c3m" => "Swamp Fever",
"c4m" => "Hard Rain",
"c5m" => "The Parish",
"c6m" => "The Passing",
"c7m" => "The Sacrifice",
"c8m" => "No Mercy",
"c9m" => "Crash Course",
"c10m" => "Death Toll",
"c11m" => "Dead Air",
"c12m" => "Blood Harvest",
"c13m" => "Cold Stream",
"bloodtracks" => "Blood Tracks",
"" => "Custom Maps");
but doesn't work, any ideas pelase ?
mrelfire is offline
bubbabyte
Member
Join Date: Jun 2010
Old 04-09-2012 , 00:56   Re: [L4D & L4D2] Custom Player Stats v1.4B117
Reply With Quote #1462

can anyone help me with this? I can't seem to clear my stats from in game, it fails all the time and since i'm not actually hosting the database i have to contact the person who is to clear it manually. Here is the console from when i try to clear it:

Quote:
] sm_rank_clear
[RANK] Clear Stats: Started clearing the database!
[RANK] Fast query failed! (Error = "Duplicate entry 'c12m2_traintunnel-1-0' for key 'PRIMARY'") Query = "UPDATE maps SET playtime_nor = 0, playtime_adv = 0, playtime_exp = 0, restarts_nor = 0, restarts_adv = 0, restarts_exp = 0, points_nor = 0, points_adv = 0, points_exp = 0, points_infected_nor = 0, points_infected_adv = 0, points_infected_exp = 0, kills_nor = 0, kills_adv = 0, kills_exp = 0, survivor_kills_nor = 0, survivor_kills_adv = 0, survivor_kills_exp = 0, infected_win_nor = 0, infected_win_adv = 0, infected_win_exp = 0, survivors_win_nor = 0, survivors_win_adv = 0, survivors_win_exp = 0, infected_smoker_damage_nor = 0, infected_smoker_damage_adv = 0, infected_smoker_damage_exp = 0, infected_jockey_damage_nor = 0, infected_jockey_damage_adv = 0, infected_jockey_damage_exp = 0, infected_jockey_ridetime_nor = 0, infected_jockey_ridetime_adv = 0, infected_jockey_ridetime_exp = 0, infected_charger_damage_nor = 0, infected_charger_damage_adv = 0, infected_charger_damage_exp = 0, infected_tank_damage_nor
[RANK] Clear Stats: Clearing maps table failed. Executing rollback...
[RANK] Clear Stats: Failure!
bubbabyte is offline
bubbabyte
Member
Join Date: Jun 2010
Old 04-16-2012 , 00:46   Re: [L4D & L4D2] Custom Player Stats v1.4B117
Reply With Quote #1463

nobody can help?
bubbabyte is offline
el_psycho
Member
Join Date: Feb 2012
Location: Vancouver, Canada
Old 04-16-2012 , 08:38   Re: [L4D & L4D2] Custom Player Stats v1.4B117
Reply With Quote #1464

Quote:
Originally Posted by bubbabyte View Post
nobody can help?
Maybe paste an error log. (addons\sourcemod\logs)
el_psycho is offline
Mr. Man
Veteran Member
Join Date: Mar 2011
Location: Huh?
Old 04-21-2012 , 21:25   Re: [L4D & L4D2] Custom Player Stats v1.4B117
Reply With Quote #1465

Quote:
Originally Posted by el_psycho View Post
Maybe paste an error log. (addons\sourcemod\logs)
I was wondering whether anyone has an updated version of the population.csv available? Thanks! Also, Google Maps no longer has an API.

Last edited by Mr. Man; 04-21-2012 at 21:27.
Mr. Man is offline
matrixmark
Senior Member
Join Date: Jun 2010
Old 04-22-2012 , 03:46   Re: [L4D & L4D2] Custom Player Stats v1.4B117
Reply With Quote #1466

Quote:
Originally Posted by Mr. Man View Post
I was wondering whether anyone has an updated version of the population.csv available? Thanks! Also, Google Maps no longer has an API.
Yeah im having no luck finding that population csv... been googling for a while but nada.
matrixmark is offline
muukis
Veteran Member
Join Date: Apr 2009
Old 04-22-2012 , 14:26   Re: [L4D & L4D2] Custom Player Stats v1.4B117
Reply With Quote #1467

Quote:
Originally Posted by Mr. Man View Post
I was wondering whether anyone has an updated version of the population.csv available? Thanks! Also, Google Maps no longer has an API.
I'm not sure what do you mean by "Google Maps no longer has an API", but...

Some time ago, I made an app for creating your own population.csv files:
https://forums.alliedmods.net/showth...123#post816123
__________________
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
Mr. Man
Veteran Member
Join Date: Mar 2011
Location: Huh?
Old 04-22-2012 , 16:33   Re: [L4D & L4D2] Custom Player Stats v1.4B117
Reply With Quote #1468

Quote:
Originally Posted by muukis View Post
I'm not sure what do you mean by "Google Maps no longer has an API", but...

Some time ago, I made an app for creating your own population.csv files:
https://forums.alliedmods.net/showth...123#post816123
Go here: https://developers.google.com/maps/signup
Mr. Man is offline
el_psycho
Member
Join Date: Feb 2012
Location: Vancouver, Canada
Old 04-22-2012 , 16:36   Re: [L4D & L4D2] Custom Player Stats v1.4B117
Reply With Quote #1469

Quote:
Originally Posted by Mr. Man View Post
I was wondering whether anyone has an updated version of the population.csv available? Thanks! Also, Google Maps no longer has an API.
Quote:
Originally Posted by muukis View Post
I'm not sure what do you mean by "Google Maps no longer has an API", but...

Some time ago, I made an app for creating your own population.csv files:
https://forums.alliedmods.net/showth...123#post816123
@Mr. Man
Yeah, what do you mean "Google maps no longer has an API"? what's this? Besides, this plugin uses the Static Maps API here. What's different now is that for the Static Maps API you no longer need to have an API key.

@muukis
For you next update you should definitely turn that API key in the PHP code into a switch to enable/disable the map image in the web stats.

Last edited by el_psycho; 04-22-2012 at 16:41.
el_psycho is offline
Mr. Man
Veteran Member
Join Date: Mar 2011
Location: Huh?
Old 04-22-2012 , 16:39   Re: [L4D & L4D2] Custom Player Stats v1.4B117
Reply With Quote #1470

Quote:
Originally Posted by el_psycho View Post
Yeah, what do you mean "Google maps no longer has an API"? what's this? Besides, this plugin uses the Static Maps API here. What's different now is that for the Static Maps API you no longer need to have an API key.
I was confused because the old link contained a depreciated API method.
Mr. Man 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 02:54.


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