Skip to content
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

sorting AI detected games #302

Open
zserub opened this issue Oct 3, 2020 · 4 comments
Open

sorting AI detected games #302

zserub opened this issue Oct 3, 2020 · 4 comments

Comments

@zserub
Copy link

zserub commented Oct 3, 2020

Is there any possibility to sort those replays where players disconnected? A filter would be fantastic, so I could watch my statistics without AI detected games, or only those matches. Thank you.

@ebshimizu
Copy link
Owner

I think it's possible but I'd have to dig back in to the replay parser events and possibly perform a database format update within stats of the storm. It would be a somewhat large amount of work that I'm not sure I'm willing to put in at the moment, so basically no promises right now but I might be able to make that happen in the future :)

@zserub
Copy link
Author

zserub commented Oct 5, 2020

Thank you! I wondered how can i do this with easy tricks such as sorting the replays with hotsapi uploader, but found that the uploader can't always recognize the AI games. Then I tried manually sorting with the chat log, but it doesn't contain the disconnection warning.
So, actually after every game, i sorting my replays to different folders and parsing separately. Also i have to use some own excel diagram to get the information what i interested in, like dialy winrates, wins when selected hero first picked, winrate by lenght of the match ect.

@ebshimizu
Copy link
Owner

if you're already sorting them you can use collections within stats of the storm to split the games. Check out the pages for collections and import sets for a little bit of setup help.

@zserub
Copy link
Author

zserub commented Oct 5, 2020

ye-ye, I'm using the collection, maybe it would be a good feature to attach a note to the replays.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants