- Now collecting all stats I want for first version, including
player idle and moving times, to track player's actual
engagement.
- Started working on report submission system. Unfortunately so
far I haven't been able to figure out how to get http enabled.
- Refactor player knowledge into player mod, to declutter API.
- Move player knowledge into mod storage so players don't need to
be connected to access. Old knowledge will be reset, but I
doubt there was very much of it to lose.
- Start gathering some basic stats.
- Main glaring omission is player moving and idle time.