AlliedModders

AlliedModders (https://forums.alliedmods.net/index.php)
-   Plugins (https://forums.alliedmods.net/forumdisplay.php?f=108)
-   -   SuperLogs: PVKII (https://forums.alliedmods.net/showthread.php?t=138609)

psychonic 09-20-2010 08:40

SuperLogs: PVKII
 
3 Attachment(s)
SuperLogs: PVKII


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

Actions
  • Domination
  • Revenge
  • obj_complete (completed objective)
  • chest_capture
  • grail_defend
  • chest_defend
  • mvp1, mvp2, mvp3
  • Round_Win (team event)
Class change logging

Weapon logging for accuracy, and damage statistics of ranged weapons.

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_ktraj - Enable psychostats-style "KTRAJ" location logging (default off)

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


Compiling Notes
SuperLogs: PVKII 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.

OnkelDagobert 05-03-2011 13:17

Re: SuperLogs: PVKII
 
"kill assists" are broken
http://forums.pvkii.com/index.php?sh...247&pid=221032


EDIT:

ok fixed it by myself.

superlogs-pvkii.sp line 248
replace
Quote:

LogPlyrPlyrEvent(GetEventInt(event, "assistid"), victim, "triggered", "kill assist", true);
with
Quote:

LogPlyrPlyrEvent(GetClientOfUserId(GetEventIn t(event, "assistid")), victim, "triggered", "kill assist", true);

LordOfNothing 07-18-2013 03:29

Re: SuperLogs: PVKII
 
Good Job i like your coding style :D


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

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