DEADSOFTWARE

man: remove some categories from d2df.2 and small update of exec commands
[d2df-sdl.git] / man / en / d2df.2.txt
1 @title Doom2DF 2 08.03.2023 2 2
3 @h1 NAME
4 Doom 2D Forever console commands.
7 @h1 CONTENTS
9 1. System commands
11 2. Binds
13 3. Console commands
15 4. Game commands
18 @h1 1. System commands
20 quit, exit
21 Exit from game.
22 r_reset
23 Reload render.
24 r_maxfps <number>
25 Limiting the number of frames per second
26 g_language Russian/English
27 Change game language.
30 @h1 2. Binds
32 bind <key> <command>
33 Bind a key behind a command.
34 bindrep <key> <command>
35 (?)
36 bindunrep <key> <command>
37 (?)
38 bindlist
39 Show a bind list.
40 unbind <key>
41 Remove the bind from the key.
42 unbindall
43 Remove binds from all keys (not recommended).
44 togglemenu
45 Show or hide the main menu/game menu.
46 toggleconsole
47 Show or hide the console.
48 togglechat
49 Show or hide the chat.
50 toggleteamchat
51 Show or hide the team chat.
53 @h2 For device with touchscreen
54 showkeyboard
55 Show virtual keyboard.
56 hidekeyboard
57 Hide virtual keyboard.
60 @h1 3. Console commands
61 clear
62 Clear console window.
63 clearhistory
64 Clear commands history.
65 showhistory
66 Show commands history
67 commands
68 Show command list.
69 time
70 Show current time.
71 date
72 Show current date.
73 echo ""
74 Output the typed characters to the console.
75 dump
76 Take a dump.
77 exec <name>
78 Execute custom cfg.
79 writeconfig <name>
80 Write to cfg.
81 alias <name> "<commands>"
82 Set a sequence of commands to be executed after a certain name.
83 call
84 Execute alias.
85 ver, version
86 Show game version.
89 @h1 4. Game commands
91 pause
92 Pause the game.
93 endgame
94 End game (sends to the main menu).
95 restart
96 Restart map.
97 addbot, bot_add
98 Add bot to game session.
99 bot_addlist <name>
100 Add bot to game session from list. If no name is specified, adds a random bot.
101 bot_addred
102 Add bot to red team.
103 bot_addblue
104 Add bot to blue team.
105 bot_removeall
106 Remove all bots from game session.
107 chat <text>
108 Send text to chat.
109 teamchat <text>
110 Send text to team chat
111 announce, an <text>
112 Display the text in the middle of the screen.
113 game <wad> <mapnn> <players>
114 Run the game on a certain map with a certain number of players (one to two).
115 host <ip> <port> <wad> <mapnn> <players>
116 To get the game at a certain address, with a certain port on some map with some number of players.
117 map <wad> <mapnn>
118 Change map immediately.
119 nextmap <wad> <mapnn>
120 Announce the next map.
121 endmap
122 Finish the round.
123 goodbye
124 Finish the megawad/campaing map.
125 suicide
126 Suicide.
127 spectate
128 Spectating the game.
129 ready
130 Declare readiness during Survival and derivative modes.
131 kick <nick>
132 Kick a player with a certain nickname.
133 kick_id <id>
134 Kick a player with a certain id.
135 kick_pid <pid>
136 Kick a player with a certain pid.
137 ban <nick>
138 Ban a player with a certain nickname.
139 ban_id <id>
140 Ban a player with a certain id.
141 ban_pid <pid>
142 Ban a player with a certain pid.
143 permban <nick>
144 Ban a player permanently with a certain nickname.
145 permban_id <id>
146 Ban a player permanently with a certain id.
147 permban_pid <pid>
148 Ban a player permanently with a certain pid.
149 permban_ip <ip>
150 Ban a player permanently by ip.
151 unban <nick or id or pid or ip>
152 Unban a player.
153 connect <ip или host> <порт> <пароль>
154 Connect to the server.
155 disconnect
156 Disconnect from the server.
157 reconnect
158 Reconnect to the server where you were last on.
159 say <text>
160 Write in chat on behalf of the server.
161 tell <nick> <text>
162 Write to the player on behalf of the server.
163 centerprint <time> <text>
164 Display an inscription in the middle of the screen for a certain time (in seconds). If from the player, then only for himself, if the server - for everyone.
165 overtime
166 Announce extra time.
167 rcon_password <пароль>
168 Password for rcon.
169 rcon <команда>
170 Perform the action on the server.
171 callvote, vote <command or parameter>
172 Vote to execute a command or change a parameter.
173 clientlist
174 Output the list of connected clients.
175 event <name> <command or parameter>
176 Use a command or change a parameter for a certain event. When empty, display a list of actions performed on certain events.
179 @h1 SEE ALSO
181 *d2df*(3)
183 @h1 AUTHOR
185 Written by Dmitry Lyashuk <lyashuk.voxx\@gmail.com>, Doom 2D: Forever Developers.