Raised This Month: $32 Target: $400
 8% 

[TF2 CS:S DoD:S] Sourcemod Death Stats


Post New Thread Reply   
 
Thread Tools Display Modes
Author
simoneaolson
Member
Join Date: Sep 2009
Plugin ID:
1447
Plugin Version:
1.06
Plugin Category:
Statistical
Plugin Game:
Any
Plugin Dependencies:
    Servers with this Plugin:
     
    Plugin Description:
    On death, a panel is sent to the client with their round statistics
    Unapprover:
    Reason for Unapproving:
    Author not actively participating anymore.
    Old 02-02-2010 , 18:18   [TF2 CS:S DoD:S] Sourcemod Death Stats
    Reply With Quote #1

    Sourcemod Death Stats v1.06

    A lightweight statistics plugin displaying the user's round stats. (for Team Fortress 2, Counter-Strike: Source, Day of Defeat Source)

    Panel Items:

    * Round Kills
    * Damage dealt in X hits
    * Damage taken in X hits
    * Hit ratio (only DoD:S and CS:S)
    * Kill/Death Ratio
    * Round objectives
    * Round defenses
    * Lifetime (mins)

    Optionally displays your kill-streak in real-time

    CVARS
    sm_deathstats_version - Current plugin version
    sm_deathstats_enabled - Display stats on death 0/1 [Default:1]
    sm_deathstats_displayed - Display stats every X deaths (requires server restart) [Def:1]
    sm_deathstats_killstreaks - Display kill streak in hint text 0/1 [Default:1]
    sm_deathstats_time - Time to hold DeathStats menu for (seconds) [Default:12]

    CHANGELOG
    v1.03
    * Fixed issue with damage in CS:S
    v1.04
    * Fixed issue with damage in TF2
    v1.05
    * Fixed server errors (when player is killed by world)
    v1.06
    * Fixed hits taken/damage taken not being reset after death
    * Changed default display time from 12 to 15 seconds

    SCREENSHOT
    [IMG]http://img38.**************/img38/9594/smdeathstatsdemo.png[/IMG]
    Attached Files
    File Type: sp Get Plugin or Get Source (sm_deathstats.sp - 652 views - 8.8 KB)

    Last edited by simoneaolson; 07-08-2010 at 23:05. Reason: new version
    simoneaolson is offline
    onlyamd
    Senior Member
    Join Date: Apr 2009
    Location: Chicago,IL
    Old 02-02-2010 , 19:56   Re: [TF2 CS:S DoD:S] Sourcemod Death Stats
    Reply With Quote #2

    Can you have a cvar like display_stats_death , to display stats every x amount of deaths? Thanks
    onlyamd is offline
    simoneaolson
    Member
    Join Date: Sep 2009
    Old 02-02-2010 , 22:38   Re: [TF2 CS:S DoD:S] Sourcemod Death Stats
    Reply With Quote #3

    Sure, updated it for version 1.01, CVAR is sm_deathstats_displayed
    simoneaolson is offline
    Dr.G
    Senior Member
    Join Date: Nov 2008
    Old 03-09-2010 , 17:00   Re: [TF2 CS:S DoD:S] Sourcemod Death Stats
    Reply With Quote #4

    The damage isnt right with this running on CS:S see attached SS.. I like what and how its shows it tho, i hope you fix it...
    Attached Thumbnails
    Click image for larger version

Name:	ScreenShot072.jpg
Views:	530
Size:	84.3 KB
ID:	61248  
    __________________
    Dr.G is offline
    Dr.G
    Senior Member
    Join Date: Nov 2008
    Old 03-10-2010 , 10:13   Re: [TF2 CS:S DoD:S] Sourcemod Death Stats
    Reply With Quote #5

    My error logs says :

    Code:
    L 03/10/2010 - 13:16:53: [SM] Displaying call stack trace for plugin "sm_deathstats.smx":
    L 03/10/2010 - 13:16:53: [SM]   [0]  Line 138, scripting\sm_deathstats.sp::DamageEvent()
    L 03/10/2010 - 13:16:53: [SM] Plugin encountered error 15: Array index is out of bounds
    L 03/10/2010 - 13:16:53: [SM] Displaying call stack trace for plugin "sm_deathstats.smx":
    L 03/10/2010 - 13:16:53: [SM]   [0]  Line 148, scripting\sm_deathstats.sp::PlayerDeath()
    L 03/10/2010 - 13:29:24: [SM] Plugin encountered error 15: Array index is out of bounds
    L 03/10/2010 - 13:29:24: [SM] Displaying call stack trace for plugin "sm_deathstats.smx":
    L 03/10/2010 - 13:29:24: [SM]   [0]  Line 138, scripting\sm_deathstats.sp::DamageEvent()
    L 03/10/2010 - 13:33:32: [SM] Plugin encountered error 15: Array index is out of bounds
    __________________
    Dr.G is offline
    simoneaolson
    Member
    Join Date: Sep 2009
    Old 04-21-2010 , 17:27   Re: [TF2 CS:S DoD:S] Sourcemod Death Stats
    Reply With Quote #6

    Quote:
    Originally Posted by Dr.G View Post
    The damage isnt right with this running on CS:S see attached SS.. I like what and how its shows it tho, i hope you fix it...
    Sorry about the late response, fixed the issue in v1.03.
    simoneaolson is offline
    Dr_Phil
    Junior Member
    Join Date: May 2010
    Location: Montana
    Old 05-17-2010 , 22:43   Re: [TF2 CS:S DoD:S] Sourcemod Death Stats
    Reply With Quote #7

    The damage is not displaying right in tf2 for me.
    Dr_Phil is offline
    simoneaolson
    Member
    Join Date: Sep 2009
    Old 05-17-2010 , 22:51   Re: [TF2 CS:S DoD:S] Sourcemod Death Stats
    Reply With Quote #8

    Updated, damage should display correctly in TF2 now
    simoneaolson is offline
    Mariano
    Member
    Join Date: May 2009
    Location: Poland / Silesia
    Old 05-18-2010 , 11:56   Re: [TF2 CS:S DoD:S] Sourcemod Death Stats
    Reply With Quote #9

    Can you add new cvar to your plugin - auto close panel at respawn ? Pressing the 0 key at each respawning is tiring in TF2.
    __________________
    TryhardBrigade.com

    European Team Fortress 2 Training Center

    "We Are Hip-Hop"
    KRS-One
    Mariano is offline
    simoneaolson
    Member
    Join Date: Sep 2009
    Old 05-18-2010 , 19:56   Re: [TF2 CS:S DoD:S] Sourcemod Death Stats
    Reply With Quote #10

    The CVAR: sm_deathstats_time (default: 12 seconds) should be enough to take care of your issue. Maybe set it to something like 5
    simoneaolson 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 09:09.


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