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] Super Smash Dota #93

Open
Wouterz90 opened this issue Feb 15, 2017 · 5 comments
Open

[Schema] Super Smash Dota #93

Wouterz90 opened this issue Feb 15, 2017 · 5 comments

Comments

@Wouterz90
Copy link

Console Log
settings.kv
Schema
addon_gamemode.lua
gamemode.lua

That should be it, thanks for providing such an awesome service!

@jimmydorry
Copy link
Member

Check out the other open issues. You need to be recording more. Just heroName will be a little bit sad.

Do you have a scoring system? If you are displaying it somewhere in the mod, you should be able to put it in the schema.

If you really just want to see which heroes are winning, we can certainly proceed, but I don't think you are getting enough value out of this.

@jimmydorry
Copy link
Member

jimmydorry commented Feb 16, 2017

Change line 84 here from heroname = GetHeroName(playerID) to hn = GetHeroName(playerID)

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?mid=154

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

Your schema ID starts with 66 not v1

@Wouterz90
Copy link
Author

Thanks, I will certainly do that in the feature but for now this should be fine. I'll use this again when I have planned how I really want to handle this.

@Wouterz90
Copy link
Author

Wouterz90 commented Jun 6, 2017

I still do not have a lot of information to store but it is nice to see that players are playing and that I can gather a little data from it. I changed a few things around, it might even store less now but I think I will see more games ending.

Console Log
settings.kv
Schema
addon_gamemode.lua
gamemode.lua

@jimmydorry
Copy link
Member

jimmydorry commented Jun 6, 2017

Knock yourself out. Without knowing your mod, I would have thought lives were a player thing, and I also would have assumed that the map doesn't change during the game (thus better suited as a flag).

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?mid=154

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

Your schema ID starts with UO not v2

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