Open zapp-brannigan-dota opened 6 years ago
Doesn't look like that console log matched your new schema. A whole bunch of the values that are in your schema don't appear in the console log. That means that they either aren't implemented properly in your mod / schema... or the console log was taken before you did that schema.
Just something to keep in mind, as every value defined in the schema on our end must be present for the stats to be recorded. If after making this live, you still don't see any of the stats in your games, then you would need to check your schema values (use the test_schema
and test_end_game
commands we register at the top of the schema.lua).
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=91
Schema ID: https://getdotastats.com/#s2__my__mods
Your schema ID starts with FPM...
not a v1
Console log: https://hastebin.com/vinuxikemu.md settings.kv: https://hastebin.com/uweruyomir.scala schema.lua: https://hastebin.com/hixifoheya.lua addon_game_mode.lua: https://hastebin.com/irinutewaf.lua
I just copied IMBA and replaced the IMBA specific functions with the default ones. I don't think addon_game_mode.lua is ever used.