1

Topic: Rcon problems

Hi!

I have set up a little teewars server (v3.4) on a GNU/Linux Debian. I have compiled the game from sources like described in the doc (the precompiled distributed version doesn't work with some librarys versions of my debian).

Compiled server and client works well.

My problem is with rcon : After having read the doc, I have set up a rcon_password, and some rcon commands are working, like :
sv_msg=goudigoudi

But some others commands like sv_map, sv_gametype or sv_status doesn't work.

Have I done a mistake somewhere?

Thank you

2

Re: Rcon problems

sv_gametype needed to be reload the server. with sv_map_reload=1

sv_maps has to be like this: sv_map=dm1

and sv_status just prints the IDs into the server console.

3

Re: Rcon problems

Thank you for help and explainations. It works well.

Bye