Open EarthSalamander42 opened 7 years ago
Great work. My only suggestion is to round that game time to a nice integer value.
game.gl = math.floor(GameRules:GetDOTATime(false, false))
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=105
Schema ID: https://getdotastats.com/#s2__my__mods
Updated links, Game values get recorded but Player values doesn't :/
Are you on a recent version of the library?
Give us internal/util
and gamemode
You should really also be looking at fixing some of those errors too.
A lot of my mod errors happened because i've used host_timescale 10, here is util:
You gave internal/util
I assume, what about gamemode
, where I assume the game logic is?
I don't yet have anything I can look at to see how your mod could even start without invoking statcollection:init()
You also didn't clarify whether this is with a recent version of the library or not.
Don't mind the mess in my gamemode.. ^^ gamemode: https://hastebin.com/yutaxepabe.lua
I'm recreating a request, because the old ones didn't made it my lib was out of date. (also it seems to work after few tests) addon_game_mode.lua: https://pastebin.com/ms5Qw7NC schema.lua: https://pastebin.com/AVe23UU0 settings.kv: https://pastebin.com/e5g0TUBS Console Log: https://pastebin.com/8MVJ3hwQ
New schema request!
schema.lua: https://hastebin.com/liyogeyugo.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?mid=105
Schema ID: https://getdotastats.com/#s2__my__mods
Your schema starts with S1
no v3
.
Whoops! few errors fixed, sorry about that: https://hastebin.com/yegusecide.lua
Doesn't look any different in terms of what fields I am expecting.
I was not sure if changes was needed from your side tbh so i've sent back!
Nothing needed on our end. Good luck.
If you are having problems, check that console log first.
Btw you told me it would be referenced as s1, not v3, but i'm only seeing the new v3 one, could this be the cause?
It's in your mod list. I'll PM you the schema key.
Console Log: https://pastebin.com/0AFrwT5C Settings.kv: https://pastebin.com/b5DLGsPV Schema.lua: https://pastebin.com/vuvUAkra Addon_game_mode.lua: https://pastebin.com/yUhggNeD -- EDIT gamemode.lua: https://pastebin.com/neNCNmbb