You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
The text was updated successfully, but these errors were encountered:
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
The text was updated successfully, but these errors were encountered: