-
-
Notifications
You must be signed in to change notification settings - Fork 88
The Console
DOOM Retro’s console is a sophisticated command-line interface that displays system and player messages, obituaries, as well as allowing the player to enter console commands (CCMDs) and change console variables (CVARs). It may be opened at any time by pressing the ~ key. The console drops from the top of the screen, covering half the player’s view and pausing any gameplay. CCMDs and CVARs may then be typed directly at the prompt.
While the console is open, there are a few controls that have special functions:
↑ / ↓ | Cycles up or down through a history of recently typed input. |
← / → | Moves the caret one character to the left or right in the input. |
SHIFT + ← / → | Selects the character to the left or right of the caret in the input. |
CTRL + A | Selects all of the text in the input. |
CTRL + C | Copies the text selected in the input to the clipboard. |
CTRL + V | Pastes the text from the clipboard into the input. |
CTRL + X | Cuts the text selected in the input to the clipboard. |
CTRL + Z | Undoes the last change made to the input. |
PGUP / PGDN | Scrolls the text in the console up or down. |
HOME | Moves the caret to the start of the input, or scrolls to the top of the console. |
END | Moves the caret to the end of the input, or scrolls to the bottom of the console. |
SHIFT + HOME / END | Selects all of the text to the left or right of the caret in the input. |
TAB or SHIFT + TAB | You can type the first part of a CCMD, a CVAR or one of their parameters and then press the TAB key to use the autocomplete feature. The console will attempt to complete what you’ve typed with the best match that is found. You can then continue pressing TAB to cycle through any other matches until you find the one you want. |
~ or ESC | Closes the console and returns to the game. |
DOOM Retro is Copyright © 2013–2024 by Brad Harding. All rights reserved. Coded with love in Western Sydney, Australia. DOOM Retro is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation, either version 3 of the license, or (at your option) any later version. DOOM Retro is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details. DOOM is a registered trademark of id Software LLC, a ZeniMax Media company, in the US and/or other countries, and is used without permission. All other trademarks are the property of their respective holders. DOOM Retro is in no way affiliated with nor endorsed by id Software.