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

Can be enabled parsing of the vs. AI replays? #281

Open
phoenixx-666 opened this issue Jul 23, 2019 · 2 comments
Open

Can be enabled parsing of the vs. AI replays? #281

phoenixx-666 opened this issue Jul 23, 2019 · 2 comments

Comments

@phoenixx-666
Copy link

Or is this the problem of the replay parsing protocol itself so it's difficult to fix it?
Analyzing the vs. AI replays would be interesting in some cases.

@ebshimizu
Copy link
Owner

It's just a restriction of my particular parser implementation, not the protocol itself. The parser keys things off of player IDs, and AIs do not have these IDs. Enabling AI game parsing would cause a number of issues in the app itself due to these missing IDs, so I've left it disabled and don't currently have plans to support that in this application.

@Dalzhim
Copy link

Dalzhim commented May 25, 2020

Would it be possible to assign fixed "magic" ids for all potential AI players in a game so that they can be considered as "players" even though they aren't really?

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

3 participants