MikeClark512 / MyPubgTelemetry

PUBG Telemetry Downloader and Analyzer

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

MyPubgTelemetry - A PUBG Telemetry Downloader and Stats Analyzer

GitHub license GitHub issues

main

Features

  1. Downloads, saves, and caches all available telemetry and match metadata for one or more players
  2. Previously downloaded telemetry that is no longer available online is preserved, so you can accumulate historical data
  3. View match stats as a squad total, or for individual players
  4. Chart of hitpoints over time for each match for each squadmate, calculated from telemetry (zoomable)
  5. Export data table to CSV for analysis in Excel or whatever tool you want
  6. Search for downloaded matches by date, playername, or ID
  7. Right-click on any individual match to view the match on pubglookup.com
  8. Right-click on any individual match to reveal its telemetry data file in Explorer, in case you like reading JSON
  9. Async/on-demand data loading is able to handle as many gigabytes of telemetry as you want to save and load

Download and Use

  1. Download MyPubgTelemetry-v0.0.4.zip, extract the zip file, and run MyPubgTelemetry.GUI.exe.
  2. Obtain a PUBG API key and paste it into the program's options screen.
  3. The initial telemetry download could take 10+ minutes. Subsequent refreshes will run much more quickly.

Building from Source

  1. Download the repo and open the .sln file in Visual Studio (2019).
  2. Build the solution and run the "TelemetryGUI" project. The application window should appear.

Plans for the Future

  1. Add more charts and reports to the GUI, calculated from match metadata
  2. Add more charts and reports to the GUI, calculated from match telemetry
  3. Make it easier to author/plug-in new reports and/or charts
  4. Display what map the match was played on (whaaat?)
  5. Handling for disjoint squad players
  6. Collect user feedback, implement cool features, get pull requests, do all the things!

Contact

  1. Here
  2. Discord: wikked#0463

About

PUBG Telemetry Downloader and Analyzer

License:Apache License 2.0


Languages

Language:C# 99.7%Language:Batchfile 0.3%