RiotGames / developer-relations

Riot Games Developer Ecosystem Bug Reporting
http://developer.riotgames.com
747 stars 44 forks source link

[Feature Request] [Valorant] Telemetry #270

Open deankostomaj opened 4 years ago

deankostomaj commented 4 years ago

Feature description
A telemetry file in a JSON like format that would include all events that happened during the game including players' positions.

The most important events in my opinion:

Those are just the most important events if I forgot any just them down under comments.

Benefits
This kind of feature has unlimited potential for developers to come up with solutions to enrich Valorant community and give players/analysts a lot of data to analyze. This leads to more competitive and more enjoyable matches and also a bigger audience.

InsaneDoggo commented 4 years ago

Yeah, would be nice to have something like this

deankostomaj commented 4 years ago

good point @CeH9, would be an awesome feature, but I was thinking more something like this

zmagajna commented 4 years ago

I think it will be an awesome feature, see what is possible with PUBG API which provides telemetry to us Twire

hexIV commented 4 years ago

This would be one of the best thing to have.

Game Servers push events to a Firebase environment in JSON and who has access can listen to these events. Once the match is finished all the data can be removed after X minutes and will be available in a separate API endpoint with the breakdown of the data in general in a /match/match-id endpoint (can be less detailed)