1

Topic: [QUESTION] How to create a character?

I need to create a character in the game, which will do nothing. I don't want to start another game client for this, so the server must do it. Can you tell me how to do this?

And one more question about creating characters. Can the game client register two characters instead of one at the server? Then you can quickly switch between them, and don't have to run two clients. It would be convenient for DDrace mod.

2

Re: [QUESTION] How to create a character?

I need to create a character in the game, which will do nothing. I don't want to start another game client for this, so the server must do it. Can you tell me how to do this?

Look in files server side and add a player to the array. If you can't do this your problem isn't with Teeworlds but with C programmation.

And one more question about creating characters. Can the game client register two characters instead of one at the server? Then you can quickly switch between them, and don't have to run two clients. It would be convenient for DDrace mod.

No, and this is a cheat.

Not Luck, Just Magic.

3

Re: [QUESTION] How to create a character?

Well, thank you. I'll look for that array.