Hello everybody!
I am creating a plugin that is meant to help a game master moderate a game that is played in TeamSpeak. (It's a variation of The Werewolves of Millers Hollow, in case you're interested.)
The game master assigns roles to the players, but the players don't know the roles among each other.
My problem now is the following: I need a way for the game master to quickly see who has got which role.
Three possibilities come to my mind, but none of them are really elegant:
- Rename Clients. I think this is a pretty bad solution because you have to rename them back which could get tricky in some cases, for example if the game master or a player lose connection.
- Write it on the right side where it also tells you information about the channels and clients. I guess this is an ok solution, but if there's a better one, I'd rather have that.
- Make a new window appear which displays everything, possibly with an icon or a table. This sounds good in my head, but I've tried to get Qt to work in Visual Studio to no avail. I've also never worked with Qt, and don't really know whether this solution could work at all.
That's why I am asking whether there is a way to display an icon for a player, similar to that of a server group, but on the client side only.
Also, if you have any other ideas or want to comment on the three above, please do it. I am open for every idea.
Thank you all in advance!