This site is an open source project, originally created and maintained by anonfunc and vikingowl.
+For feedback contact us at EMAIL
+This site is an open source project, originally created and maintained by anonfunc and vikingowl.
+For feedback contact us at EMAIL
++ | + | + | K | +A | +D | ++/- | +K/D | +ADR | +HS% | ++ KAST + | +Rating | +
---|---|---|---|---|---|---|---|---|---|---|---|
All project code is open source and available for contributors to improve and + modify.
+Parsing replay files provides highly detailed match data.
+This service is free of charge. If you want to support us, just contact us.
+Average Rank:
Wins | +Losses | +WinRate | +
---|---|---|
{{ wl.win }} | +{{ wl.loss }} | +{{ (wl.win / wl.loss * 100).toFixed(2) }}% | +
Map | +Rank | +Score | +K | +A | +D | ++/- | +ADR | +Rating | +Duration | +Date | +
---|---|---|---|---|---|---|---|---|---|---|
+ |
+
+ |
+ + {{ match.score[0] }} - {{ match.score[1] }} + | ++ {{ match.stats[0].kills ? match.stats[0].kills : "0" }} + | ++ {{ match.stats[0].assists ? match.stats[0].assists : "0" }} + | ++ {{ match.stats[0].deaths ? match.stats[0].deaths : "0" }} + | ++ {{ + (match.stats[0].kills ? match.stats[0].kills : 0) - (match.stats[0].deaths ? match.stats[0].deaths : 0) + }} + | ++ {{ + Math.floor((match.stats[0].extended.dmg.total ? match.stats[0].extended.dmg.total : 0) / (match.score[0] + match.score[1])) + }} + | ++ {{ + GetHLTV_1( + match.stats[0].kills, + match.score[0] + match.score[1], + match.stats[0].deaths, + match.stats[0].extended?.multi_kills?.duo, + match.stats[0].extended?.multi_kills?.triple, + match.stats[0].extended?.multi_kills?.quad, + match.stats[0].extended?.multi_kills?.pent) + }} + | ++ {{ FormatDuration(match.duration) }} + | ++ {{ FormatDate(match.date) }} + | +