Patriot Posted May 27, 2014 Share Posted May 27, 2014 Hello Im working on some old stats system for ET - http://www.wet4all.com/forum/statsgen.php trying to get it upgraded and working perfect on WET servers And it seems to be picking up most of the stuff i want it to. teamkill however i cant get it to catch. so question is. Ive gone through my logs and cant find a place where it says teamkill, i can find all the usualls like MOD_MP40, MOD_SUICIDE etc etc is there a setting in a cvar i somehow missed? so that the server dosent save teamkills to logs? hope someone can help. thanks in advance Carsten Quote Link to comment Share on other sites More sharing options...
Patriot Posted May 28, 2014 Author Share Posted May 28, 2014 No one knows where server logs teamkills? anyway thanks for reading this Quote Link to comment Share on other sites More sharing options...
Subscriber BECK Posted May 28, 2014 Subscriber Share Posted May 28, 2014 I think you're right, there is no MOD_TEAMKILL Or anything like that. The only thing you could probably do, is the messages are like "Kill: 2 3 MOD_THOMPSON ". If you know the player in slot 2 and 3 are on the same team, that's a teamkill (obviously). But it depends on how you are processing your data, as you'd need to track all players and what team they are presently on. Quote Link to comment Share on other sites More sharing options...
clan DIABOLIK Posted May 28, 2014 Share Posted May 28, 2014 Hi Patriot ! What about using the 2048 flag of g_logOptions ? Configuration options for different data to be logged. 2048 Print TK death message like a normal kill message, giving killing weapon, except it is preceeded by a red TEAMKILL: identifier. Only works if g_obituary is set to 3. Try it and tell us Quote Link to comment Share on other sites More sharing options...
Patriot Posted May 30, 2014 Author Share Posted May 30, 2014 thanks for the suggestions, il try them out and see if i can get it to work Quote Link to comment Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.