i'd like to change the player name such as player1 player2 to others.Can anybody tell me how to do that?Thank you.![]()
i'd like to change the player name such as player1 player2 to others.Can anybody tell me how to do that?Thank you.![]()
Search the client executable or the dat file for these specific strings.
Posted via Mobile Device
I'd agree this is something that should be inside the client SOMEWHERE.
Think of it like this.
Family mode is a "single player" mode that does not directly communicates with the server apart from the items you have.
It has to grab the names PLAYER1 and PLAYER2 from somewhere, and it's not from your database.
So the only logical explaination would be that those strings are somewhere in your client files, either in the language .dat files or in the projectg.exe itself.
Thanks for your answers.So I'll try to do it in my client files.
I have opened the English.dat and Korea.dat with UltraEdit but found no such words,maybe the answer lies in the ProjectG.exe.I'll try it later.