-
Notifications
You must be signed in to change notification settings - Fork 15
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
Comments
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 :) |
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. |
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. |
ye-ye, I'm using the collection, maybe it would be a good feature to attach a note to the replays. |
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.
The text was updated successfully, but these errors were encountered: