Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Feature: add Match Start timestamp to telemetry #213

Open
BrianGLHF opened this issue Aug 1, 2017 · 6 comments
Open

Feature: add Match Start timestamp to telemetry #213

BrianGLHF opened this issue Aug 1, 2017 · 6 comments
Projects

Comments

@BrianGLHF
Copy link
Collaborator

there is currently no way to tell from the telemetry what server time the match actually starts. Although PlayerFirstSpawn in the telemetry now, theses times vary depending on the user's device load times and other factors. If there was a timestamp in telemetry for the exact time that a match kicks off+players are able to buy/move off the platform, events from telemetry could be much more accurate in apps.

@svperfecta
Copy link
Contributor

Hey @BrianGlory interesting.. What's the use case specifically for this one?

@cklugewicz
Copy link

Well, knowing when the match actually starts would be helpful in correlating event time in the telemetry with that shown on the match timer in-game (replays, recordings, broadcasts). Right now, they do not agree.

@schneefux
Copy link
Contributor

The format of this event should be in line with #167 and PlayerFirstSpawn. What about:

  {
    "time": "2017-04-22T15:16:28+0000",
    "type": "PlayerPreparing",
    "payload": {
      "Team": "Right",
      "Actor": "*Ozo*"
    }
  },

@ghost
Copy link

ghost commented Aug 10, 2017

@GenExp UseCase: More accurate timestamps for events. Currently when calculating time diffs b/w events (PlayerFirstSpawn and BuyItem) there is a problem since some players load times are late by 1-10 seconds. If we have this we could use MatchStartTime for diffs instead of PlayerFirstSpawn

@kvahuja
Copy link
Contributor

kvahuja commented Aug 10, 2017

"Match Start Time" Ii assume you mean when the timer in game starts. so the minion spawns should be 35s from the "start time". if that's what you mean, it all makes sense

@BrianGLHF
Copy link
Collaborator Author

That is exactly what I mean @kvahuja :)

@BrianGLHF BrianGLHF reopened this Aug 20, 2017
@BrianGLHF BrianGLHF added this to Under Review in API Aug 20, 2017
@svperfecta svperfecta removed this from Under Review in API Aug 27, 2017
@svperfecta svperfecta added this to Under Review in VAINGLORY Aug 27, 2017
@svperfecta svperfecta moved this from Under Review to Backlog in VAINGLORY Sep 7, 2017
@jaloisi834 jaloisi834 moved this from Backlog to Needs Review in VAINGLORY Oct 16, 2017
@jaloisi834 jaloisi834 moved this from Needs Review to Forwarded To Studio in VAINGLORY Oct 17, 2017
@jaloisi834 jaloisi834 moved this from Studio to Telemetry in VAINGLORY Dec 2, 2017
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
Development

No branches or pull requests

6 participants