1

Topic: [QUESTION] How to change player name with bind?

I type in console

player_name Bob

But nick isn't updated on the player list. How to make it update?

Thanks for help in advance.

2

Re: [QUESTION] How to change player name with bind?

You have to disconnect and to reconnect. There is no way to ask your client to resend your name to the server, except using a modded client.
So you still can bind :
bind x "player_name Bob;disconnect", you will just have to press enter to reconnect wink

Not Luck, Just Magic.

3

Re: [QUESTION] How to change player name with bind?

Thanks for clarifying. Ahead for modding client then xD

4

Re: [QUESTION] How to change player name with bind?

Use Following bind:
bind f player_name blabla

Dune wrote:

You have too disconnect and connect

No, But still press esc Click on your skin again than play.

5

Re: [QUESTION] How to change player name with bind?

Mic wrote:

Use Following bind:
bind f player_name blabla

Dune wrote:

You have too disconnect and connect

No, But still press esc Click on your skin again than play.

Sure, all the ways that oblige your client to resend info work, but then just use the graphic interface to change your name...
About a modded client, there is already a function send_info(bool start) in the gameclient.cpp... you just have to make a command resend_info that just call send_info(false);  smile

Not Luck, Just Magic.

6

Re: [QUESTION] How to change player name with bind?

Wow nice information. i really dont know that how to rename the profile.
your information really helpful to me.

7

Re: [QUESTION] How to change player name with bind?

Mic wrote:

Use Following bind:
bind f player_name blabla

Dune wrote:

You have too disconnect and connect

No, But still press esc Click on your skin again than play.

You can merger this two things:

bind f player_name eugzol; player_skin cammo
» Albert Einsteein: I have no special talent. I am only passionately curious.

8

Re: [QUESTION] How to change player name with bind?

Same problem with skin names, info isn't resent.

Not Luck, Just Magic.