-
Notifications
You must be signed in to change notification settings - Fork 8
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] Open Angel Arena #97
Comments
I don't see
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=156 Schema ID: https://getdotastats.com/#s2__my__mods Your schema ID starts with |
Thanks! |
Done. Changing the field display names doesn't change the schema version. |
Thank you. |
We set up the settings.kv correctly but on getdotastats.com no entries appear, even after the update. Do you know what the problem could be? |
No clue. Check your console log, as it will list the error. The most common causes are:
|
Can you do some changes in the schema?
|
Done |
Thanks |
Is it possible to purge the Game/Player Values stats after major updates? I don't know whether this is possible or happens automatically or something, but otherwise it'll be harder to see the balance impacts of changes. |
The two options are to wait a week (you need the new data anyway), or to get a new schemaID (request a small change to the schema and automatically get a new schemaID). |
Ah. So it resets automatically every week. Thank you! |
It's a rolling window of up to the last week of stats. Add a new flag to track version to see how much of the data is reported from which version. |
Look at what CIA and other mods have done. https://getdotastats.com/#s2__mod_f?id=137
|
We are setting such a flag |
Also, is there a way to get our stats from your server? |
Doesn't look like you are setting a version flag. This is a recent game. https://getdotastats.com/#s2__match?id=23578219 As to getting data. I sometimes do a data dump on request, but the data won't be much use to you raw. |
Hm, we're setting the flag in |
Test in a local game, and see what gets reported. You'll know via console log (it says something like flag successfully set) as well as via the site, if it works. You may have done it all perfectly, but Steam is simply not serving up your update to some clients (i.e. they haven't restarted dota). Putting it in customSchema:init() may end up being too late. You need to set it after the library is loaded but before the game starts. The best time to do it is during hero selection where mods typically allow players to vote on game options. |
Thanks, I'll try putting it somewhere earlier |
Console log: https://hastebin.com/aqazeyusid.txt
settings.kv: https://hastebin.com/karizijeci.scala
schema.lua: https://hastebin.com/aviceqefaj.lua
addon_game_mode.lua: https://hastebin.com/wiwufoqozo.lua
Other files that defines functions we pull stats from:
The text was updated successfully, but these errors were encountered: