Raised This Month: $ Target: $400
 0% 

[L4D] Player Stats (Co-op) v1.1.1


Post New Thread Reply   
 
Thread Tools Display Modes
msleeper
Veteran Member
Join Date: May 2008
Location: Atlanta, Jawjuh
Old 02-02-2009 , 00:01   Re: [L4D] Player Stats (Co-op) v1.1
Reply With Quote #231

Are you using PHP Nuke or some other CMS? If so that is likely your problem.
__________________
msleeper is offline
crazydog
AlliedModders Donor
Join Date: Jan 2006
Old 02-02-2009 , 02:54   Re: [L4D] Player Stats (Co-op) v1.1
Reply With Quote #232

I have a question about sm_l4dstats_medkitmode.

In the first post, it says: 0 = Static point amount, 1 = Dynamic point based on amount healed.

In the config, it says 0 = Based on amount healed, 1 = Static amount

Which one is correct?
crazydog is offline
ApocalypseDan
Member
Join Date: Jan 2009
Old 02-02-2009 , 05:47   Re: [L4D] Player Stats (Co-op) v1.1
Reply With Quote #233

Quote:
Originally Posted by msleeper View Post
Are you using PHP Nuke or some other CMS? If so that is likely your problem.
Yes I am Running PHP Nuke Evo Extreme

I Have Put A Request In With The CMS Programer Who Invented Nuke Evo
He Has Told Me To Get The External Connection Upload the web stas Module
And He Will take a Look So I am Just waiting On Him Now.

ps If I get this sorted i will zip it Up And email you if you like then you can put it in a link as evo and evo extreme friendly versions

Please keep up the Great Work Apoc D
__________________
ApocalypseDan is offline
Mosalar
Senior Member
Join Date: Jul 2004
Location: Tampa Fl
Old 02-02-2009 , 09:49   Re: [L4D] Player Stats (Co-op) v1.1
Reply With Quote #234

About the VS integration..
Is it going to be an addon/update to this plugin? Or a separate plugin with a separate db?
Mosalar is offline
ApocalypseDan
Member
Join Date: Jan 2009
Old 02-02-2009 , 12:22   Re: [L4D] Player Stats (Co-op) v1.1
Reply With Quote #235

Quote:
Originally Posted by crazydog View Post
I have a question about sm_l4dstats_medkitmode.

In the first post, it says: 0 = Static point amount, 1 = Dynamic point based on amount healed.

In the config, it says 0 = Based on amount healed, 1 = Static amount

Which one is correct?
Dam Good Question Crazydog i'd like to know the answer to that as well


Also I have Had the Stats 1.1v 99.9% converted to Nuke Evo/Evo Extreme
I now get the page working on my site but i do how ever get one error at the top of the page it reads like this

Warning: mysql_connect() [function.mysql-connect]: Access denied for user 'nobody'@'localhost' (using password: NO) in /home/cdmcom/public_html/modules/Stats/common.php on line 120

Is This a setting for my MySQL that i have messed up or is it still a conversion issus

Many thanks and keep up the exerlent work
Apoc D
__________________
ApocalypseDan is offline
crazydog
AlliedModders Donor
Join Date: Jan 2006
Old 02-02-2009 , 16:17   Re: [L4D] Player Stats (Co-op) v1.1
Reply With Quote #236

Quote:
Originally Posted by crazydog View Post
I have a question about sm_l4dstats_medkitmode.

In the first post, it says: 0 = Static point amount, 1 = Dynamic point based on amount healed.

In the config, it says 0 = Based on amount healed, 1 = Static amount

Which one is correct?
I overcame my laziness and dug through the source.

Here's the conditional relating to it. I'm not a sourcemod programmer, so I'm not sure which one is for each setting (0,1). Can anyone interpret it?

PHP Code:
    if (GetConVarInt(cvar_MedkitMode))
        
Score ModifyScoreDifficulty(GetConVarInt(cvar_Medkit), 24);
    else
        
Score ModifyScoreDifficulty(Score23); 
Also:
PHP Code:
ModifyScoreDifficulty(BaseScoreAdvMultExpMult)
{
    
decl String:Difficulty[MAX_LINE_WIDTH];
    
GetConVarString(cvar_DifficultyDifficultysizeof(Difficulty));

    if (
StrEqual(Difficulty"Hard")) BaseScore BaseScore AdvMult;
    if (
StrEqual(Difficulty"Impossible")) BaseScore BaseScore ExpMult;

    return 
BaseScore;

So it looks like the top one is dynamic, bottom is static. Now which is 0 and which is 1?
My best guess would be dynamic=0 and static=1

Last edited by crazydog; 02-02-2009 at 16:22.
crazydog is offline
msleeper
Veteran Member
Join Date: May 2008
Location: Atlanta, Jawjuh
Old 02-02-2009 , 16:53   Re: [L4D] Player Stats (Co-op) v1.1
Reply With Quote #237

Quote:
Originally Posted by crazydog View Post
I have a question about sm_l4dstats_medkitmode.

In the first post, it says: 0 = Static point amount, 1 = Dynamic point based on amount healed.

In the config, it says 0 = Based on amount healed, 1 = Static amount

Which one is correct?
The config is correct, sorry for the confusion. 0 = Dynamic, 1 = Static. I have updated the first post.

Quote:
Originally Posted by ApocalypseDan View Post
I Have Put A Request In With The CMS Programer Who Invented Nuke Evo He Has Told Me To Get The External Connection Upload the web stas Module And He Will take a Look So I am Just waiting On Him Now.

ps If I get this sorted i will zip it Up And email you if you like then you can put it in a link as evo and evo extreme friendly versions
Go ahead and just upload it as an attachment.

Quote:
Originally Posted by Mosalar View Post
About the VS integration..
Is it going to be an addon/update to this plugin? Or a separate plugin with a separate db?
It is going to be integrated into this plugin.

Quote:
Originally Posted by ApocalypseDan View Post
Also I have Had the Stats 1.1v 99.9% converted to Nuke Evo/Evo Extreme I now get the page working on my site but i do how ever get one error at the top of the page it reads like this

Warning: mysql_connect() [function.mysql-connect]: Access denied for user 'nobody'@'localhost' (using password: NO) in /home/cdmcom/public_html/modules/Stats/common.php on line 120

Is This a setting for my MySQL that i have messed up or is it still a conversion issus
I would have to assume a conversion issue, unless your config file is empty. I know nothing about PHP Nuke so I cannot provide help for you. Sorry.
__________________
msleeper is offline
ApocalypseDan
Member
Join Date: Jan 2009
Old 02-02-2009 , 21:36   Re: [L4D] Player Stats (Co-op) v1.1
Reply With Quote #238

ok thanks they say they sould get to take a look with in a couple of days so fingers crossed and many thanks .i will add it when it is 100% working for Nuke Evo/Evo Extreme


edited and removed all capitals
sorry force of habbit ill try to remeber as i post next time i think this is not the first time you have posted that as a responce to one of my post but i thought nothing of it
__________________

Last edited by ApocalypseDan; 02-03-2009 at 06:11. Reason: removing captials
ApocalypseDan is offline
msleeper
Veteran Member
Join Date: May 2008
Location: Atlanta, Jawjuh
Old 02-02-2009 , 22:07   Re: [L4D] Player Stats (Co-op) v1.1
Reply With Quote #239

It is so hard to read your posts when you capitalize every word.

But thanks, let me know and just post the files and I'll add them to the first post.
__________________
msleeper is offline
Laser2150
Junior Member
Join Date: Jan 2009
Old 02-02-2009 , 22:54   Re: [L4D] Player Stats (Co-op) v1.1
Reply With Quote #240

We have this running on our steam group servers and needless to say it has increased our groups interest in campaign type games. Especially since were usually a strong VS. community. (I guess you could say were versing in scores now)

I can't wait for the Versus integration! 1 question though will you be able to split the versus stats from the campaign stats?
Laser2150 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 17:04.


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