Team Fortress 2 Source Code as on 22/4/2020
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

50 lines
2.5 KiB

  1. TFStats v2.0 readme file
  2. v2.0 New Features
  3. * Full search custom rules. Custom rules can now search every event in the log
  4. and match based on regular expression matching patterns.
  5. * General Rule File. TFStats now reads TFC.RUL in addition to any map specific
  6. rule files so you can put any server-specific rules in tfc.rul.
  7. * Persistent Player Statistics. Player's stats are now saved (if you so specify)
  8. on the hard-disk and every time you generate a report more are saved and/or
  9. merged (if a player's stats had already been saved). What this does is allow
  10. player stats to accumulate over time, across many matches. This also has support
  11. for omitting players who have been absent for a long time from the report.
  12. * Stats Resume for Lan Games. Stats Resume now works on Lan games by matching IP
  13. addresses. It will match by name if it cannot match by IP for some reason.
  14. * Windows Front End. the Win32 version of TFStats now features an easy-to-use
  15. Windows front end that automates generating several logs at once and provides
  16. easy to use controls to control all of the new switches that TFStats supports and
  17. the directories it reads from and writes to.
  18. * Shared Report Resources. TFStats can now generate several reports that share
  19. the same set of reports to preserve hard-drive space.
  20. v2.0 Bug Fixes
  21. *Players with < and > in their names now work properly.
  22. *Multiline Broadcasts are now handled correctly.
  23. v1.5 New Features
  24. *Team Differentiation: If a player plays on two different teams, tfstats
  25. gathers stats for each team seperately, then when viewing that players
  26. stats, there's a link to that player's merged stats.
  27. *Pseudonyms for players: This is so it's not confusing if players change their
  28. names. it uses the name they used for the most time, and also lists other
  29. names they used.
  30. *DisplayMM2 switch: The user (the person who runs tfstats) can now choose if
  31. they want to display team messages or not. a lot of clans e-mailed me asking
  32. me to take out mm2 messages from the dialogue readout.
  33. *Stats Resume: Disconnected players resume their stats where they left off
  34. when they reconnect. This doesn't work in lan games because there is no
  35. WONID to work with.
  36. *Garbage handling: TFStats is more robust when it comes to garbage input now.
  37. v1.5 Bug Fixes
  38. *The team kill award now works
  39. *medics don't get double kills anymore
  40. *the dates are now correct
  41. *RandomPC is now handled correctly
  42. As always you can e-mail [email protected] with questions, comments
  43. and feature suggestions. Read the TFStats manual for full documentation
  44. Thanks for using TFStats!