View Single Post
psychonic

BAFFLED
Join Date: May 2008
Old 01-09-2010 , 11:40   Re: SuperLogs: CS:S 1.0.2 (updated 2009-10-08)
Reply With Quote #12

Quote:
Originally Posted by DieterM75 View Post
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
I will add an optional cvar in the next version to log the spatial data in the format Psychostats expects.

LogKill does not get called because that would duplicate the kill log line unlike some method to block it were used. But just writing a single extra line is much less hacky than blocking and attempting to rewrite a line.
psychonic is offline