Blizzard / s2client-proto

StarCraft II Client - protocol definitions used to communicate with StarCraft II.
MIT License
3.78k stars 431 forks source link

Add ability to set player names in bot games #48

Closed Cryptyc closed 5 years ago

Cryptyc commented 7 years ago

Currently when I add a bot to a game, all the names are set to 'foo[xxxx]'. It would be good if I could set the name to a custom value to easier see which agent is controlling which player.

lladdy commented 6 years ago

+1 for this. It would help a lot, especially with things like the sc2ai.net ladder.

Dentosal commented 5 years ago

Apparently this was implemented at some point, which is quite great. python-sc2 will get implementation later today.

When joining, set RequestJoinGame.player_name to desired name.

@KevinCalderone Can you close this?