Page 1 of 1

gg_stats_logging problem...

PostPosted: Fri Mar 13, 2009 8:54 pm
by _DigitaL_
Hay!
Is there any way to modificate gg_stats_logging to track player"s stats (wins) by their name, not their STEAM_ID"s?
Thanks on fast answer!

Re: gg_stats_logging problem...

PostPosted: Sat Mar 14, 2009 7:22 pm
by _DigitaL_
Any help please??

PostPosted: Sat Mar 14, 2009 10:00 pm
by Don
I don't believe that's possible mainly because names can change but Steam ID's can't. It could probably be done if someone wanted to modify it but it's not something built-in.

Re:

PostPosted: Sun Mar 15, 2009 12:41 am
by _DigitaL_
Don wrote:I don't believe that's possible mainly because names can change but Steam ID's can't. It could probably be done if someone wanted to modify it but it's not something built-in.

Yep i want to track wins by name not by steam ID, can anyone help me with this?

EDIT: I can donate to your paypal acc for any help!!!

Re: gg_stats_logging problem...

PostPosted: Wed Apr 15, 2009 6:01 pm
by XE_ManUp
You would have to open the gg_stats_logging.py and change this line:
# Log it
es.server.queuecmd('es_xlogq "%s<%s><%s><%s>" triggered "%s"' % (playerName, userid, steamid, teamName, event))


...to this:

# Log it
es.server.queuecmd('es_xlogq "%s<%s><%s><%s>" triggered "%s"' % (playerName, userid, playerName, teamName, event))

PostPosted: Mon Apr 20, 2009 12:10 pm
by fpsbrian
I have the options for stats to log/saved on but they are not writing, what else is needed?

PostPosted: Mon May 04, 2009 12:14 pm
by fpsbrian
bump