AlliedModders

AlliedModders (https://forums.alliedmods.net/index.php)
-   Plugins (https://forums.alliedmods.net/forumdisplay.php?f=108)
-   -   SuperLogs: DOD:S 1.1.3 (updated 2010-09-24) (https://forums.alliedmods.net/showthread.php?t=100082)

psychonic 08-12-2009 09:06

SuperLogs: DOD:S 1.1.3 (updated 2010-09-24)
 
3 Attachment(s)
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.

jellyfish 08-17-2009 17:02

Re: SuperLogs: DOD:S
 
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

psychonic 08-17-2009 20:29

Re: SuperLogs: DOD:S
 
Quote:

Originally Posted by jellyfish (Post 903730)
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?

jellyfish 08-17-2009 21:37

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

Jelly.

psychonic 08-17-2009 23:33

Re: SuperLogs: DOD:S
 
Quote:

Originally Posted by jellyfish (Post 904017)
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.

jellyfish 08-18-2009 00:13

Re: SuperLogs: DOD:S
 
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 .

psychonic 08-19-2009 10:50

Re: SuperLogs: DOD:S 1.0.1 (updated 2009-8-19)
 
Updated to version 1.0.1 to fix weapon stats not logging properly.

jellyfish 08-20-2009 15:36

Re: SuperLogs: DOD:S 1.0.1 (updated 2009-8-19)
 
all very nice how. major thank you to the team!

Enemy1 10-19-2009 04:32

Re: SuperLogs: DOD:S 1.0.1 (updated 2009-8-19)
 
Plugin fails to compile ... :shock:

psychonic 10-19-2009 07:35

Re: SuperLogs: DOD:S 1.0.1 (updated 2009-8-19)
 
Quote:

Originally Posted by Enemy1 (Post 966664)
Plugin fails to compile ... :shock:

Quote:

Originally Posted by psychonic (Post 897274)
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.



All times are GMT -4. The time now is 23:32.

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