Raised This Month: $32 Target: $400
 8% 

SuperLogs: CS:S 1.2.4 (updated 2010-09-24)


Post New Thread Reply   
 
Thread Tools Display Modes
DieterM75
Senior Member
Join Date: Aug 2009
Old 01-09-2010 , 08:17   Re: SuperLogs: CS:S 1.0.2 (updated 2009-10-08)
Reply With Quote #11

workaround:

edit loghelper.inc line 123:
Code:
LogToGame("\"%N<%d><%s><%s>\" killed
to
Code:
LogToGame("[KTRAJ] \"%N<%d><%s><%s>\" killed
add to superlogs-css.sp before line 235:
Code:
LogKill(attacker, victim, weapon, true, "");
now you do not need "superlogs_locations" set to "1" so replace the "1" with "0" in line 96

compile...
upload...

logs should look like this now:
Code:
L 01/09/2010 - 13:11:40: "..Like_Princess..<135><STEAM_0:0:xxxxxx><TERRORIST>" killed "Bull<138><STEAM_0:0:xxxxxx><CT>" with "ak47" (headshot)
L 01/09/2010 - 13:11:40: [KTRAJ] "..Like_Princess..<135><STEAM_0:0:xxxxxx><TERRORIST>" killed "Bull<138><STEAM_0:0:xxxxxx><CT>" with "ak47" (attacker_position "-525 -739 -38") (victim_position "-431 -274 58")
psychostats 3.2 accepts it and you are able to generate heatmaps ;)

hf

//to author: maybe implement a psychostats 3.2 spartial check?

Last edited by DieterM75; 01-09-2010 at 08:24.
DieterM75 is offline
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
silent12
Junior Member
Join Date: Jan 2010
Old 01-18-2010 , 23:03   Re: SuperLogs: CS:S 1.0.2 (updated 2009-10-08)
Reply With Quote #13

I am having issues with this plugin dealing with headshots. I am currently using an old modified version of psychostats and players are getting more headshots then kills making there hs percentage over 100%.

http://www.psychostats.com/forums/in...74&hl=accuracy
silent12 is offline
psychonic

BAFFLED
Join Date: May 2008
Old 01-18-2010 , 23:31   Re: SuperLogs: CS:S 1.0.2 (updated 2009-10-08)
Reply With Quote #14

Quote:
Originally Posted by silent12 View Post
I am having issues with this plugin dealing with headshots. I am currently using an old modified version of psychostats and players are getting more headshots then kills making there hs percentage over 100%.

http://www.psychostats.com/forums/in...74&hl=accuracy
Is it possible that you are running another plugin that logs headshots? What is the output of "sm plugins list"?
psychonic is offline
silent12
Junior Member
Join Date: Jan 2010
Old 01-19-2010 , 00:19   Re: SuperLogs: CS:S 1.0.2 (updated 2009-10-08)
Reply With Quote #15

I included an output of all the running plugins. I tested the kills, deaths and HS recordings on my server while i was playing and it seems as if the server is doubling the HS.

Code:
sm plugins 
 "Advertisements" (0.5.5) by Tsunami
 "Sound Commands" (1.2.4) by AlliedModders LLC
 "Basic Comm Control" (1.2.4) by AlliedModders LLC
 "Spray Tracer" (5.8) by Nican132, CptMoore, Lebson506th
 "Spray Pruning" (1.0.0.1) by sslice
 "Player Commands" (1.2.4) by AlliedModders LLC
 "Client Preferences" (1.2.4) by AlliedModders LLC
 "Reserved Slots" (1.2.4) by AlliedModders LLC
 "Forlix FloodCheck" (1.4) by Forlix (Dominik Friedrichs)
 "Admin Menu" (1.2.4) by AlliedModders LLC
To see more, type "sm plugins 12"
Code:
sm plugins 12
 "Nextmap" (1.2.4) by AlliedModders LLC
 "Basic Votes" (1.2.4) by AlliedModders LLC
 "Basic Chat" (1.2.1-dev) by AlliedModders LLC
 "RateChecker" (0.2) by pRED*
 "RCON Lock" (0.3.3) by devicenull
 "SwapTeam" (1.2.2) by MistaGee (Modify by Snake 60) and now by Rogue
 "Anti-Flood" (1.2.4) by AlliedModders LLC
 "Fun Commands" (1.2.4) by AlliedModders LLC
 "SourceBans" (1.4.5) by InterWave Studios Development Team
 "High Ping Kicker - Lite Edition" (1.0.0.1) by Liam
 "Admin Help" (1.2.4) by AlliedModders LLC
To see more, type "sm plugins 24"
Code:
sm plugins 24
 "PsychoStats rank`n`top" (0.6) by O!KAK
 "Basic Commands" (1.2.4) by AlliedModders LLC
 "Observe Client" (1.2.1) by WhiteWolf, puopjik, psychonic
 "SuperLogs: CSS" (1.0.2) by psychonic

Last edited by silent12; 01-19-2010 at 00:36.
silent12 is offline
psychonic

BAFFLED
Join Date: May 2008
Old 01-19-2010 , 07:45   Re: SuperLogs: CS:S 1.0.2 (updated 2009-10-08)
Reply With Quote #16

Quote:
Originally Posted by silent12 View Post
I included an output of all the running plugins. I tested the kills, deaths and HS recordings on my server while i was playing and it seems as if the server is doubling the HS.
The only one I see there that might also be doing it is
"PsychoStats rank`n`top" (0.6) by O!KAK

I'm unable to find the source to it anywhere though.

Another thing that could cause it is if you run ES_Tools.
psychonic is offline
SuperShadow
SourceMod Donor
Join Date: Jun 2008
Location: Westminster, MD
Old 01-19-2010 , 07:57   Re: SuperLogs: CS:S 1.0.2 (updated 2009-10-08)
Reply With Quote #17

Quote:
Originally Posted by psychonic View Post
The only one I see there that might also be doing it is
"PsychoStats rank`n`top" (0.6) by O!KAK

I'm unable to find the source to it anywhere though.

Another thing that could cause it is if you run ES_Tools.
That's the old Psychostats plugin by Urus (O!KAK), there were some updates burried in the thread, here's the post for version 0.6: http://forums.alliedmods.net/showpos...&postcount=168

silent12 may want to update to the rearmed version by axon_pl found here: http://forums.alliedmods.net/showthr...ht=psychostats
It worked much better for me before I converted to HLStatsX:CE
SuperShadow is offline
psychonic

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

Quote:
Originally Posted by SuperShadow View Post
That's the old Psychostats plugin by Urus (O!KAK), there were some updates burried in the thread, here's the post for version 0.6: http://forums.alliedmods.net/showpos...&postcount=168
I don't see any sort of logging in there, so my current best guess a non-sourcemod plugin.

silent12, can you also post the output of these two commands:
meta list
plugin_print
psychonic is offline
psychonic

BAFFLED
Join Date: May 2008
Old 02-13-2010 , 20:02   Re: SuperLogs: CS:S 1.0.3 (updated 2010-2-13)
Reply With Quote #19

Updated today to add support for psychostats-style kill location logging, off by default. In addition, plugin will now fail to load on games other than CS:S.
psychonic is offline
nightrider
SourceMod Donor
Join Date: Dec 2008
Old 02-21-2010 , 19:36   Re: SuperLogs: CS:S 1.0.3 (updated 2010-2-13)
Reply With Quote #20

Get Plugin
Plugin failed to compile! Please try contacting the author.




Your plugin failed to compile! Read the errors below:
SourcePawn Compiler 1.2.1
Copyright (c) 1997-2006, ITB CompuPhase, (C)2004-2008 AlliedModders, LLC

/groups/sourcemod/upload_tmp/textsgBpsZ.sp(79) : fatal error 120: cannot read from file: "loghelper"

Compilation aborted.
1 Error.
__________________
[SIGPIC][/SIGPIC] the pantless
I am the Night Rider!, I'm a fuel-injected suicide machine.
I am a rocker! I am a roller!, I am an out-of-controller!



Last edited by nightrider; 02-21-2010 at 19:38.
nightrider is offline
Reply



Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off

Forum Jump


All times are GMT -4. The time now is 22:39.


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