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] Titan Arena #105

Open superdotaplaya opened 6 years ago

superdotaplaya commented 6 years ago

console log: https://pastebin.com/Vgi7TutW settings.kv: https://pastebin.com/A5fUQfTr Schema.lua: https://pastebin.com/tXGdiyYd addon_game_mode: https://pastebin.com/cE9aXySt

jimmydorry commented 6 years ago

Here's your schema, please review the fields to make sure I didn't make a mistake.

Feel free to suggest changes!

Schema: https://getdotastats.com/#s2__mod_schema?id=425

Schema ID: https://getdotastats.com/#s2__my__mods

Your schema ID starts with 83U... not a v1

jimmydorry commented 6 years ago

You should also double check that your games properly report stats when they end. The stat-collection library listens for the game stage being set to the end game one, or for the use of SetGameWinner().

If you use MakeTeamLose(), then you need to change it.

superdotaplaya commented 6 years ago

I wanted to add 2 new variables to the scema, so do i go about updating that here?

jimmydorry commented 6 years ago

Reply with a new schema. You get a new key and the site stats are reset the next time they are processed (once a day).