Modified source engine (2017) developed by valve and leaked in 2020. Not for commercial purporses
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.
 
 
 
 
 
 
FluorescentCIAAfricanAmerican 3bf9df6b27 1 4 years ago
..
regexp 1 4 years ago
res2c 1 4 years ago
resources 1 4 years ago
testsuite 1 4 years ago
testsuite2 1 4 years ago
ui 1 4 years ago
allplayersstats.cpp 1 4 years ago
allplayersstats.h 1 4 years ago
argument.cpp 1 4 years ago
argument.h 1 4 years ago
award.cpp 1 4 years ago
award.h 1 4 years ago
awards.h 1 4 years ago
binaryresource.h 1 4 years ago
binresources.cpp 1 4 years ago
cureaward.cpp 1 4 years ago
cureaward.h 1 4 years ago
customaward.cpp 1 4 years ago
customaward.h 1 4 years ago
customawardlist.cpp 1 4 years ago
customawardlist.h 1 4 years ago
customawardtriggers.cpp 1 4 years ago
customawardtriggers.h 1 4 years ago
cvars.cpp 1 4 years ago
cvars.h 1 4 years ago
dialoguereadout.cpp 1 4 years ago
dialoguereadout.h 1 4 years ago
eventlist.cpp 1 4 years ago
eventlist.h 1 4 years ago
html.cpp 1 4 years ago
html.h 1 4 years ago
kamikazeaward.cpp 1 4 years ago
kamikazeaward.h 1 4 years ago
logevent.cpp 1 4 years ago
logevent.h 1 4 years ago
logeventiostreams.cpp 1 4 years ago
main.cpp 1 4 years ago
makefile 1 4 years ago
matchinfo.cpp 1 4 years ago
matchinfo.h 1 4 years ago
matchresults.cpp 1 4 years ago
matchresults.h 1 4 years ago
memdbg.cpp 1 4 years ago
memdbg.h 1 4 years ago
pid.cpp 1 4 years ago
pid.h 1 4 years ago
player.cpp 1 4 years ago
player.h 1 4 years ago
playerreport.cpp 1 4 years ago
playerreport.h 1 4 years ago
playerspecifics.cpp 1 4 years ago
playerspecifics.h 1 4 years ago
plrpersist.cpp 1 4 years ago
plrpersist.h 1 4 years ago
readme.txt 1 4 years ago
report.cpp 1 4 years ago
report.h 1 4 years ago
scoreboard.cpp 1 4 years ago
scoreboard.h 1 4 years ago
sentryrebuildaward.cpp 1 4 years ago
sentryrebuildaward.h 1 4 years ago
sharpshooteraward.cpp 1 4 years ago
sharpshooteraward.h 1 4 years ago
spec for tfstats.doc 1 4 years ago
staticoutputfiles.cpp 1 4 years ago
survivalistaward.cpp 1 4 years ago
survivalistaward.h 1 4 years ago
talkativeaward.cpp 1 4 years ago
talkativeaward.h 1 4 years ago
teamkillaward.cpp 1 4 years ago
teamkillaward.h 1 4 years ago
textfile.cpp 1 4 years ago
textfile.h 1 4 years ago
tfc.2fort.rul 1 4 years ago
tfc.cz2.rul 1 4 years ago
tfc.rock2.rul 1 4 years ago
tfc.rul 1 4 years ago
tfc.well.rul 1 4 years ago
tfstats.vcproj 1 4 years ago
tfstatsapplication.cpp 1 4 years ago
tfstatsapplication.h 1 4 years ago
tfstatsosinterface.cpp 1 4 years ago
tfstatsosinterface.h 1 4 years ago
tfstatsreport.cpp 1 4 years ago
tfstatsreport.h 1 4 years ago
timeindexedlist.h 1 4 years ago
util.cpp 1 4 years ago
util.h 1 4 years ago
weaponawards.cpp 1 4 years ago
weaponawards.h 1 4 years ago
whokilledwho.cpp 1 4 years ago
whokilledwho.h 1 4 years ago

readme.txt

TFStats v2.0 readme file

v2.0 New Features
* Full search custom rules. Custom rules can now search every event in the log
and match based on regular expression matching patterns.
* General Rule File. TFStats now reads TFC.RUL in addition to any map specific
rule files so you can put any server-specific rules in tfc.rul.
* Persistent Player Statistics. Player's stats are now saved (if you so specify)
on the hard-disk and every time you generate a report more are saved and/or
merged (if a player's stats had already been saved). What this does is allow
player stats to accumulate over time, across many matches. This also has support
for omitting players who have been absent for a long time from the report.
* Stats Resume for Lan Games. Stats Resume now works on Lan games by matching IP
addresses. It will match by name if it cannot match by IP for some reason.
* Windows Front End. the Win32 version of TFStats now features an easy-to-use
Windows front end that automates generating several logs at once and provides
easy to use controls to control all of the new switches that TFStats supports and
the directories it reads from and writes to.
* Shared Report Resources. TFStats can now generate several reports that share
the same set of reports to preserve hard-drive space.

v2.0 Bug Fixes
*Players with < and > in their names now work properly.
*Multiline Broadcasts are now handled correctly.

v1.5 New Features
*Team Differentiation: If a player plays on two different teams, tfstats
gathers stats for each team seperately, then when viewing that players
stats, there's a link to that player's merged stats.
*Pseudonyms for players: This is so it's not confusing if players change their
names. it uses the name they used for the most time, and also lists other
names they used.
*DisplayMM2 switch: The user (the person who runs tfstats) can now choose if
they want to display team messages or not. a lot of clans e-mailed me asking
me to take out mm2 messages from the dialogue readout.
*Stats Resume: Disconnected players resume their stats where they left off
when they reconnect. This doesn't work in lan games because there is no
WONID to work with.
*Garbage handling: TFStats is more robust when it comes to garbage input now.

v1.5 Bug Fixes
*The team kill award now works
*medics don't get double kills anymore
*the dates are now correct
*RandomPC is now handled correctly

As always you can e-mail tfstats@valvesoftware.com with questions, comments
and feature suggestions. Read the TFStats manual for full documentation

Thanks for using TFStats!