A couple of years ago around (i61) I wrote a simple program to scan the logfiles for "fragmovie-worthy" events.
Since then I wanted to turn this program into a website at some point. So for the past year I've been working on it on and off.
So here it is: demoticks.tf
a simple way to find airshots, headshots etc. with the corresponding ticks in your tf2 matches.
There's currently two ways of getting events:
You can either search for any events done by any tf2 player or you can select .dem files that have a timestamp in them and the website will try to find the corresponding logs/events.
You can also if you used the latter create a .vdm file which should allow you to automatically record the events with lawena. I'm thinking about supporting other ways of automatically recording demo files e.g this so if there's any interest let me know!
To specify the player you can try enter his name and it should autocomplete it. If it doesn't it's not yet in the database and you need to specify the steam64 id first, after that all should be good.
I really hope you guys find it useful and if you have any suggestions let me know!
Notes
Show Content
- If your name isn't what you think it should be it's because I'm determining it in the following order: etf2l,ozfortress, logs.tf
Yes rgl isn't supported because their api can sometimes take forever to respond and it's currently also hosted on some temporary site.
- By adding a new dropdownlist to an event you specify that you want to look for both of them at the same time.
Adding a tab adds an independent event you also want to search for.
- Currently the search option only allows you to look at your last 1000 logs and you can only reqeust 200 at once. This is temporary since I expect the traffic to be quite high in the first couple of hours.