View Single Post
Author Message
psychonic

BAFFLED
Join Date: May 2008
Old 05-14-2010 , 14:09   SuperLogs: HL2MP / HL2DM / SourceForts 1.1.3 (updated 2010-06-19)
Reply With Quote #1

SuperLogs: HL2DM / SourceForts


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.

Requires SDK Hooks 1.1 or later

For SuperLogs: HL2DM and SourceForts, the following features are available:

Actions
  • headshot

Weapon logging for hitgroup, accuracy, and damage statistics
Before SuperLogs:HL2MP, the only way to log these (that I'm aware of) is Keeper's HL2DM plugin. SuperLogs:HL2MP has the edge as it is open source, and unlike Keeper's, also tracks the crossbow as well. It is recommended that you disable the weapon logging in Keeper's if running SL:HL2DM else you will get doubled weaponstats log lines.

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)

Cvars (1 = Enable; 0 = Disable)
superlogs_headshots - Enable logging of headshot player action (default on)
superlogs_locations - Enable logging of location on player death (default on)
(in the current version, weapon stats are always logged and cannot be disabled)


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


Compiling Notes
SuperLogs: HL2MP 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.3 or higher is required to compile.
Attached Files
File Type: inc wstatshelper.inc (6.7 KB, 1376 views)
File Type: sp Get Plugin or Get Source (superlogs-hl2mp.sp - 1628 views - 11.1 KB)
File Type: smx superlogs-hl2mp.smx (10.8 KB, 1727 views)

Last edited by psychonic; 09-20-2010 at 08:44.
psychonic is offline