Right now it is impossible to identify players of the game.
It would be pretty cool if instead the name of a player was rendered above their heads.
Implementations ideas [optional]
First we need some way for every player to have a name (This is technically already a thing as the client is rand like ./open-builder -client <name here>, but nothing is done with the player name for now)
Then a way must be found to render the text in 3D
Clients of the game need to know the name of the players (Through the use the existing packets for notifying players when someone has joined)
Suggestion Title
Player names
Describe your suggestion
Right now it is impossible to identify players of the game.
It would be pretty cool if instead the name of a player was rendered above their heads.
Implementations ideas [optional]
First we need some way for every player to have a name (This is technically already a thing as the client is rand like
./open-builder -client <name here>
, but nothing is done with the player name for now)Then a way must be found to render the text in 3D
Clients of the game need to know the name of the players (Through the use the existing packets for notifying players when someone has joined)
Finally, render it above their heads