-
Notifications
You must be signed in to change notification settings - Fork 174
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
Add stats ? #21
Comments
I would much rather see a stats output in JSON if anything. |
Yeah, @vanhecke, that would be good too. |
I've implemented the stats collection (only), which saves the stats into a keyvalue format and is accessible via the I don't know whether I'm going to add any MySQL support or json-formatted stats, but the collection of the stats makes those easier for others. |
Available in master branch? |
Yes. You can see what is collected at https://github.com/splewis/get5/blob/master/scripting/include/get5.inc#L106 It's all still subject to change. I'd like to have some stocks to make getting the stats easier than having to do keyvalue iterations which can be a pain. |
Stats should be implemented fully now. I've described it in https://github.com/splewis/get5/wiki/Stats edit: I'm open to MySQL schema changes since I'm far from an expert in that area. |
I think you should add atleast common stats (kills, deaths, headshots, assists), with option for local storage and MySQL. But great project anyways, looking forward for great stuff.
The text was updated successfully, but these errors were encountered: