View Single Post
Author Message
psychonic

BAFFLED
Join Date: May 2008
Old 08-02-2009 , 21:58   SuperLogs: Insurgency 1.1.4 (updated 2010-06-19)
Reply With Quote #1

SuperLogs: Insurgency


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: Insurgency, the following features are available:

Actions
  • headshot
  • captured_a (team action)
  • captured_b (team action)
  • captured_c (team action)
  • captured_d (team action)
  • captured_e (team action)
  • Round_Win (team action)

Weapon logging for hitgroup and damage statistics

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)
  • Player chat is 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_actions - Enable logging of actions (just Round_Win for now) (default on)
superlogs_headshots - Enable logging of headshot player action (default on)
superlogs_wstats - Enable logging of weapon stats (default on)
superlogs_captures - Enable logging of capturing objectives (default on)
superlogs_locations - Enable logging of location on player death (default on)
superlogs_chat - Enable logging of chat (default on)
superlogs_ktraj - Enable psychostats-style "KTRAJ" location logging (default off)


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


Compiling Notes
SuperLogs: Insurgency 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, 708 views)
File Type: sp Get Plugin or Get Source (superlogs-ins.sp - 892 views - 13.2 KB)
File Type: smx superlogs-ins.smx (13.3 KB, 960 views)

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