Author Topic: STDLog/Funname Menu & STDLog Features  (Read 2237 times)

XtremeBain

  • Developer
  • Autococker
  • Posts: 1470
STDLog/Funname Menu & STDLog Features
« on: September 25, 2005, 11:23:29 AM »
I've obtained some log files that are more current then those I was testing with.  I ran into an issue concerning many duplicate names.  After looking for a bit in the parser, I took a peak at the logs and determined that the funname menu(well cvar_cat) is causing this behavior.
See below:
Code: [Select]
                PlayerRename    ^ÈÞ^Ñ^È9        ^ÈÞ^ÑÒ  96.4
                PlayerRename    ^ÈÞ^ÑÒ^È9       ^ÈÞ^ÑÒ× 98.5
                PlayerRename    ^ÈÞ^ÑÒ×^È9      ^ÈÞ^ÑÒ×Å        99.3
                PlayerRename    ^ÈÞ^ÑÒ×Å^È9     ^ÈÞ^ÑÒ×Å^Р     101.4
                PlayerRename    ^ÈÞ^ÑÒ×Å^Ð^È9   ^ÈÞ^ÑÒ×Å^ÐР    106.6
                PlayerRename    ^ÈÞ^ÑÒ×Å^ÐÐ^È9  ^ÈÞ^ÑÒ×Å^ÐÐõ    108.3
                PlayerRename    ^ÈÞ^ÑÒ×Å^ÐÐõ^È9 ^ÈÞ^ÑÒ×Å^ÐÐõò   111.8
                PlayerRename    ^ÈÞ^ÑÒ×Å^ÐÐõò^È9        ^ÈÞ^ÑÒ×Å^ÐÐõòå  112.7
                PlayerRename    ^ÈÞ^ÑÒ×Å^ÐÐõòå^È9       ^ÈÞ^ÑÒ×Å^ÐÐõòåâ 114.9
                PlayerRename    ^ÈÞ^ÑÒ×Å^ÐÐõòåâ^È9      ^ÈÞ^ÑÒ×Å^ÐÐõòåâì        115.9
                PlayerRename    ^ÈÞ^ÑÒ×Å^ÐÐõòåâì^È9     ^ÈÞ^ÑÒ×Å^ÐÐõòåâìï       116.8
                PlayerRename    ^ÈÞ^ÑÒ×Å^ÐÐõòåâìï^È9    ^ÈÞ^ÑÒ×Å^ÐÐõòåâìïï      117.1
                PlayerRename    ^ÈÞ^ÑÒ×Å^ÐÐõòåâìïï^È9   ^ÈÞ^ÑÒ×Å^ÐÐõòåâìïïä     118.5
Perhaps the cvar_cat's could get performed on a temp variable, and then an apply button could move that into the name cvar, just a thought though.

I noticed that the LogDate and LogTime are working nicely now, and PatchName is a little more appropriate, but I would love if the GameEnd said the scores instead of Red Wins!, i.e. Red:52 Blue:45

Also, if there is a  map change(gamemap/newmap), the GameEnd is missing the Red Wins!

jitspoe

  • Administrator
  • Autococker
  • Posts: 18802
Re: STDLog/Funname Menu & STDLog Features
« Reply #1 on: September 25, 2005, 01:34:38 PM »
Well, there's a reason the funname menu isn't linked to the main menu yet. :)  I really need to finish the edit boxes -- they're buggy.  GUI stuff is such a pain to do, though.  So much work for so little gain.

I'll see what I can do with the GameEnd.

Eiii

  • Autococker
  • Posts: 4595
Re: STDLog/Funname Menu & STDLog Features
« Reply #2 on: September 25, 2005, 04:45:11 PM »
You should write a tool that does it for you...

XtremeBain

  • Developer
  • Autococker
  • Posts: 1470
Re: STDLog/Funname Menu & STDLog Features
« Reply #3 on: September 25, 2005, 08:02:52 PM »
That removes the duplicates, or that places the scores with the GameEnd?

Eiii

  • Autococker
  • Posts: 4595
Re: STDLog/Funname Menu & STDLog Features
« Reply #4 on: September 25, 2005, 10:22:12 PM »
That does the GUI stuff. :\