Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[SCHEMA] WTF+ #106

Open
zapp-brannigan-dota opened this issue Jan 12, 2018 · 1 comment
Open

[SCHEMA] WTF+ #106

zapp-brannigan-dota opened this issue Jan 12, 2018 · 1 comment

Comments

@zapp-brannigan-dota
Copy link

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.

@jimmydorry
Copy link
Member

jimmydorry commented Jan 12, 2018

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants