AlliedModders

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

psychonic 08-12-2009 09:03

SuperLogs: CS:S 1.2.4 (updated 2010-09-24)
 
3 Attachment(s)
SuperLogs: CS: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: CS:S, the following features are available:

Actions
  • headshot
  • domination
  • revenge
  • round_mvp

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_actions - Enable logging of actions (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: DODS
SuperLogs: Generic
SuperLogs: ZPS
SuperLogs: HL2DM/SourceForts
SuperLogs: CSpromod
SuperLogs: PVKII


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

imported_Nathan D. 09-10-2009 02:05

Re: SuperLogs: CS:S
 
Works perfectly but thought I'd let you know that superlogs_headshots is actually disabled by default. The other two commands however are indeed enabled by default.

psychonic 09-10-2009 08:26

Re: SuperLogs: CS:S
 
Quote:

Originally Posted by imported_Nathan D. (Post 928505)
Works perfectly but thought I'd let you know that superlogs_headshots is actually disabled by default. The other two commands however are indeed enabled by default.

That is a mistake. I will upload a 1.0.1 soon will the correct behavior, as documented.

imported_Nathan D. 09-10-2009 15:51

Re: SuperLogs: CS:S
 
Sounds good. Thanks again for the plugin!

psychonic 09-23-2009 09:45

Re: SuperLogs: CS:S
 
Quote:

Originally Posted by imported_Nathan D. (Post 928505)
Works perfectly but thought I'd let you know that superlogs_headshots is actually disabled by default. The other two commands however are indeed enabled by default.

This has been adjusted now. Version 1.0.1 posted.

nightrider 09-23-2009 20:29

Re: SuperLogs: CS:S 1.0.1 (updated 2009-9-23)
 
Compiling Notes
SuperLogs: CS: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.

I see

psychonic 10-08-2009 15:04

Re: SuperLogs: CS:S 1.0.2 (updated 2009-9-23)
 
Updated version to 1.0.2. Fixed a bug that could cause headshot logging to be inconsistent.

nightrider 10-14-2009 13:13

Re: SuperLogs: CS:S 1.0.2 (updated 2009-10-08)
 
Get Plugin
Plugin failed to compile! Please try contacting the author.

psychonic 10-14-2009 13:16

Re: SuperLogs: CS:S 1.0.2 (updated 2009-10-08)
 
Quote:

Originally Posted by nightrider (Post 961740)
Get Plugin
Plugin failed to compile! Please try contacting the author.

In your post prior to this one, you even copied the part from the first post that states that this plugin will NOT compile on the web compiler. That is why you are receiving that error and also why the smx file is attached to the first post.

DieterM75 01-09-2010 06:22

Re: SuperLogs: CS:S 1.0.2 (updated 2009-10-08)
 
hey, if i try to generate some heatmaps with psychostats 3.2 there comes the message:

3 maps ready to be processed.
No spartial stats are aviable! Aborting!

spartial logging ist default on right?
//edit: there are some stats in the logfiles for example:
Code:

L 01/09/2010 - 11:13:29: World triggered "killlocation" (attacker_position "496 -611 208") (victim_position "-137 552 255")
but i guess psychostats cannot interpret them.
the gameevent for spartial:
Code:

/^\[KTRAJ\] "(.+(?:<[^>]*>))" killed "(.+(?:<[^>]*>))" with "([^"]*)"(.*)/
what do i have to change?

btw:
where du you use "LogKill" from loghelper?
cause i cannot find it and it would be easy to pass bool:display_location = true...

THANK YOU


All times are GMT -4. The time now is 05:46.

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