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

Pass bot names as player_name in game info #110

Merged
merged 2 commits into from
Oct 12, 2024

Conversation

stephanzlatarev
Copy link
Collaborator

Setting the name as part of the JoinGame request doesn't seem enough for the game to include it in the GameInfo data.
Here the proxy will set the names of both players at the time it sets the actual race of the opponent to be its requested race. This is done every time GameInfo is requested by a bot.

@BurnySc2
Copy link

BurnySc2 commented Oct 8, 2024

I can confirm that this is also the case in python-sc2.

Even though the names appear on the loading screen, they are not set in the game_info object.
image
image

@lladdy lladdy merged commit 1eaa9d2 into aiarena:master Oct 12, 2024
4 checks passed
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

Successfully merging this pull request may close these issues.

3 participants