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] HAM #69

Open Chuzzwazza opened 8 years ago

Chuzzwazza commented 8 years ago

console log http://hastebin.com/osifaciyov.vbs

settings.kv http://hastebin.com/nuxapekaqu.vhdl

schema.lua http://hastebin.com/erojelupin.lua

addon_game_mode.lua http://hastebin.com/yumeqinofo.lua

jimmydorry commented 8 years ago

Only suggestion is to have smaller field names. Like:

level --> pl

deaths --> pd

Looks good otherwise. I'll add your schema on our end, and let you know what I changed your field names to in a minute or so from now.

jimmydorry commented 8 years ago

Actually there is one thing that needs to be changed. Game Time should be rounded.

math.floor(GameRules:GetDOTATime(true, true))

Here is your schema. Please amend your local copy to match these field names. http://getdotastats.com/#s2__mod_schema?mid=134

Chuzzwazza commented 8 years ago

Thank you very kindly for your quick work! I'll update my copy.