GetDotaStats / stat-collection

Library for setting up stat collection for dota2 mods
http://getdotastats.com/
GNU General Public License v2.0
11 stars 8 forks source link

Game duration as mandatory custom game value #55

Open jimmydorry opened 8 years ago

jimmydorry commented 8 years ago

I thought we did this at the same time as we did the numPlayers flag, for the exact same reason as we moved numPlayers into flags. I don't see an issue in our tracker, so I guess I was dreaming.

Do we want to have it like the steamID32 in schema (pre-filled), or do it in the library?

If you drop gameDuration from phase 3, make sure you increment the schema version to 4. The logic will be up and ready for that shortly.

If we implement this, each schema needs to be updated to add this new game value, and the form will be updated to pre-fill it.