add/correct some help entries for commands

(maybe make a new section for debug commands?)
This commit is contained in:
Gunter Labes 2007-10-29 14:19:07 +00:00
parent 1dd3cb11b4
commit 3face8c116

View file

@ -609,7 +609,13 @@ For those who go by land or sea, a bridge is the best of both worlds - for gamep
[topic]
id=general_commands
title= _ "General commands"
text= "<header>text=':q or :q!'</header>" + _"
text= "<header>text=':clear'</header>" + _"
Clear chat messages.
" + "<header>text=':droid <side>'</header>" + _"
Toggle player on side between human and AI player. The player/client who controls that side needs to issue this command. Defaults to the currently active side.
" + "<header>text=':q or :q!'</header>" + _"
Quit the scenario (without prompting).
" + "<header>text=':w'</header>" + _"
@ -621,8 +627,11 @@ Save the game and quit the scenario (without prompting).
" + "<header>text=':refresh'</header>" + _"
Redraw the screen.
" + "<header>text=':fps'</header>" + _"
Toggles the display of the current frames per second.
" + "<header>text=':debug'</header>" + _"
Switch debug mode on (does not work in multiplayer). Debug mode is turned off by quitting the game.
Switch debug mode on (does not work in multiplayer). Debug mode is turned off by quitting the game or :nodebug.
" + "<header>text=':theme'</header>
" + _"Bring up theme selection menu."
@ -631,25 +640,19 @@ Switch debug mode on (does not work in multiplayer). Debug mode is turned off by
[topic]
id=mp_commands
title= _ "Multiplayer commands"
text= "<header>text=':droid side'</header>" + _"
Toggle player on side between human and AI player. The player/client who controls that side needs to issue this command. If you don't provide side, '1' is assumed.
" + "<header>text=':muteall'</header>" + _"
Toggle muting/silencing of all observers on/off.
" + "<header>text=':mute username'</header>" + _"
Mute a specific observer. If no username is supplied the muted usernames are displayed.
" + "<header>text=':kick username'</header>" + _"
Kick a user in multiplayer. They will be able to rejoin the game. Generally a friendly way to remove someone who is having connection or other difficulties.
" + "<header>text=':ban username'</header>" + _"
Kick and ban a user in multiplayer, and the IP address used by that username.
text= "<header>text=':ban username'</header>" + _"
Ban a user in multiplayer by the IP address used by that username and kick him.
" + "<header>text=':control side username'</header>" + _"
Change the controller for side (write here the number of the side) to username (write here the nick of the player or observer).
" + "<header>text=':clear'</header>" + _"
Clear chat messages."
" + "<header>text=':kick username'</header>" + _"
Kick a user in multiplayer. They will be able to rejoin the game. Generally a friendly way to remove someone who is having connection or other difficulties.
" + "<header>text=':mute <username>'</header>" + _"
Mute a specific observer. If no username is supplied the muted usernames are displayed.
" + "<header>text=':muteall'</header>" + _"
Toggle muting/silencing of all observers on/off."
[/topic]
[/help]