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

[SCHEMA] Dota AGM (Aconar Game Mode) #79

Open AconarTHD opened 8 years ago

AconarTHD commented 8 years ago

Console log

settings.kv

schema.lua

addon_game_mode.lua

jimmydorry commented 8 years ago

Double check the field names and display names I put in your schema. https://getdotastats.com/#s2__my__mods

Also, round the game length to the nearest second. I would even suggest making it in terms of minutes. Example:

math.floor(12.111111/60)