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

SuperLogs: DOD:S 1.1.3 (updated 2010-09-24)


Post New Thread Reply   
 
Thread Tools Display Modes
Author
psychonic

BAFFLED
Join Date: May 2008
Plugin ID:
1086
Plugin Version:
1.1.3
Plugin Category:
Statistical
Plugin Game:
Day of Defeat: Source
Plugin Dependencies:
    Servers with this Plugin:
    49 
    Plugin Description:
    Advanced logging for DOD:S. Generates auxilary logging for use with log parsers such as HLstatsX and Psychostats
    Old 08-12-2009 , 09:06   SuperLogs: DOD:S 1.1.3 (updated 2010-09-24)
    Reply With Quote #1

    SuperLogs: DOD:S


    This is part of a series of plugins for many mods to enable more detailed logging, all in HL Log Standard.

    These plugins give the ability to track many things not natively logged by the game in log parsers such as HLstatsX:CE, Psychostats, and others.

    For SuperLogs: DOD:S, the following features are available:

    Actions
    • headshot

    Weapon logging for hitgroup, accuracy, and damage statistics (twice as fast as the old "weapon_logging" plugin for some functions)

    Kill location coordinates
    Note that these are logged as an extra line before the death message is logged as supported by HLX:CE 1.6 and later as well as future versions of Psychostats.
    Ex.
    Code:
    L 07/30/2009 - 15:20:08: World triggered "killlocation" (attacker_position "-398 1216 -105") (victim_position "-277 585 76")
    Logging "Fixes"
    • Logs a "Started Map:..." line for the first map of the server (would normally happen too early to be logged)

    There are some cvars available to control what does and does not get logged by the plugin as some plugins may overlap functionality (ex. HLstatsX:CE Ingame Plugin <=1.5.6 logs headshot, backstab, and some others).

    Cvars (1 = Enable; 0 = Disable)
    superlogs_headshots - Enable logging of headshot player action (default on)
    superlogs_wstats - Enable logging of weapon stats (default on)
    superlogs_locations - Enable logging of location on player death (default on)
    superlogs_ktraj - Enable psychostats-style "KTRAJ" location logging (default off)


    Also See
    SuperLogs: TF2
    SuperLogs: L4D
    SuperLogs: Insurgency
    SuperLogs: NeoTokyo
    SuperLogs: Age of Chivalry
    SuperLogs: Fistful Of Frags
    SuperLogs: GoldenEye: Source
    SuperLogs: CSS
    SuperLogs: Generic
    SuperLogs: ZPS
    SuperLogs: HL2DM/SourceForts
    SuperLogs: CSpromod
    SuperLogs: PVKII


    Compiling Notes
    SuperLogs: DOD:S requires loghelper and wstatshelper.inc to be in the scripting/include directory when compiling, and therefore, will not compile on the web compiler. SM version 1.1 or higher is required to compile.
    Attached Files
    File Type: inc wstatshelper.inc (6.7 KB, 1205 views)
    File Type: sp Get Plugin or Get Source (superlogs-dods.sp - 983 views - 10.9 KB)
    File Type: smx superlogs-dods.smx (13.0 KB, 1276 views)

    Last edited by psychonic; 09-26-2010 at 12:47.
    psychonic is offline
    jellyfish
    Junior Member
    Join Date: Aug 2009
    Old 08-17-2009 , 17:02   Re: SuperLogs: DOD:S
    Reply With Quote #2

    I'm getting the following error message with this plugin.

    SuperLogs: DOD:S: Error detected in plugin startup (see error logs)


    after a reload

    15:58:08 L 08/17/2009 - 20:57:59: [SM] Native "HookEvent" reported: Game event "dod_stats_weapon_attack" does not exist
    15:58:08 L 08/17/2009 - 20:57:59: [SM] Displaying call stack trace for plugin "superlogs-dods.smx":
    15:58:08 L 08/17/2009 - 20:57:59: [SM] [0] Line 120, superlogs-dods.sp::hook_wstats()
    15:58:08 L 08/17/2009 - 20:57:59: [SM] [1] Line 102, superlogs-dods.sp::OnPluginStart()


    my environment: Linux / gamservers.com

    BM v0.0.0.90, MM:S v1.7.1V, SMod v1.2.2-dev

    sourcemod-1.2.2-hg2738
    jellyfish is offline
    psychonic

    BAFFLED
    Join Date: May 2008
    Old 08-17-2009 , 20:29   Re: SuperLogs: DOD:S
    Reply With Quote #3

    Quote:
    Originally Posted by jellyfish View Post
    I'm getting the following error message with this plugin.

    SuperLogs: DOD:S: Error detected in plugin startup (see error logs)


    after a reload

    15:58:08 L 08/17/2009 - 20:57:59: [SM] Native "HookEvent" reported: Game event "dod_stats_weapon_attack" does not exist
    15:58:08 L 08/17/2009 - 20:57:59: [SM] Displaying call stack trace for plugin "superlogs-dods.smx":
    15:58:08 L 08/17/2009 - 20:57:59: [SM] [0] Line 120, superlogs-dods.sp::hook_wstats()
    15:58:08 L 08/17/2009 - 20:57:59: [SM] [1] Line 102, superlogs-dods.sp::OnPluginStart()


    my environment: Linux / gamservers.com

    BM v0.0.0.90, MM:S v1.7.1V, SMod v1.2.2-dev

    sourcemod-1.2.2-hg2738
    This is going to sound like a dumb question, but are you running this on Day of Defeat: Source?
    psychonic is offline
    jellyfish
    Junior Member
    Join Date: Aug 2009
    Old 08-17-2009 , 21:37   Re: SuperLogs: DOD:S
    Reply With Quote #4

    LOL, yes and sorry I forgot to include that. This is a DOD:S server.

    Jelly.
    jellyfish is offline
    psychonic

    BAFFLED
    Join Date: May 2008
    Old 08-17-2009 , 23:33   Re: SuperLogs: DOD:S
    Reply With Quote #5

    Quote:
    Originally Posted by jellyfish View Post
    LOL, yes and sorry I forgot to include that. This is a DOD:S server.

    Jelly.
    The reason I ask is that your error makes no sense
    Quote:
    15:58:08 L 08/17/2009 - 20:57:59: [SM] Native "HookEvent" reported: Game event "dod_stats_weapon_attack" does not exist
    The dod_stats_weapon_attack event does exist in DOD:S. I triple checked the name and made sure it fires. There is however a bug in this plugin that I will be posting an updated for tomorrow. One the of event property names is incorrect, but that still does not explain your issue with that event not being found.

    Edit: I just noticed you have another post here http://forums.alliedmods.net/showpos...&postcount=593 with an event this exists saying that it is not found. I don't know what is causing this for you, but your problem is the plugins.

    Last edited by psychonic; 08-17-2009 at 23:36.
    psychonic is offline
    jellyfish
    Junior Member
    Join Date: Aug 2009
    Old 08-18-2009 , 00:13   Re: SuperLogs: DOD:S
    Reply With Quote #6

    psychonic,

    I did post similar messages about other plugins. More just to let everyone know about issues and keep a thread open.

    I was thinking I would just wait for the 1.2.2 official release to followup on some of these issues as I know the dev team is working really hard on this fix.

    thank you for looking into this I know how busy you are with HLX .
    jellyfish is offline
    psychonic

    BAFFLED
    Join Date: May 2008
    Old 08-19-2009 , 10:50   Re: SuperLogs: DOD:S 1.0.1 (updated 2009-8-19)
    Reply With Quote #7

    Updated to version 1.0.1 to fix weapon stats not logging properly.
    psychonic is offline
    jellyfish
    Junior Member
    Join Date: Aug 2009
    Old 08-20-2009 , 15:36   Re: SuperLogs: DOD:S 1.0.1 (updated 2009-8-19)
    Reply With Quote #8

    all very nice how. major thank you to the team!
    jellyfish is offline
    Enemy1
    Senior Member
    Join Date: Feb 2007
    Location: Vaxjo, Sweden
    Old 10-19-2009 , 04:32   Re: SuperLogs: DOD:S 1.0.1 (updated 2009-8-19)
    Reply With Quote #9

    Plugin fails to compile ...
    __________________
    Linux server administrator.
    Enemy1 is offline
    psychonic

    BAFFLED
    Join Date: May 2008
    Old 10-19-2009 , 07:35   Re: SuperLogs: DOD:S 1.0.1 (updated 2009-8-19)
    Reply With Quote #10

    Quote:
    Originally Posted by Enemy1 View Post
    Plugin fails to compile ...
    Quote:
    Originally Posted by psychonic View Post
    Compiling Notes
    SuperLogs: DOD:S requires loghelper and wstatshelper.inc to be in the scripting/include directory when compiling, and therefore, will not compile on the web compiler. SM version 1.1 or higher is required to compile.
    psychonic is offline
    Reply


    Thread Tools
    Display Modes

    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 18:16.


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