You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
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.
The text was updated successfully, but these errors were encountered: