+Command-line options +Console commands ++About the Console +++What is the console ? The 'console' is a text pane that can be activated at any time. It covers the top portion of the game screen. All the messages that you can read on the top of the screen are printed to the console as well. When you show up the console, you can read back all the messages, even those that already disappeared from the screen. You can enter commands into the console. Just type any command followed by the parameters, then press enter. Here is an example: > color red By typing this command at the console you will change your player color to red. Here's a more interesting example: > god And you become invincible! While all the standard options are available in the main game menus, many useful options are only available through the console. +++Using the console To bring up the console while you are playing Doom Legacy, simply press the 'tilde' key, that little key on the top-left of your keyboard (just below the 'Escape key). You can setup another key to bring up the console in the 'Setup controls' menu from the game. Press 'Page Up' and 'Page Down' keys respectively, to scroll back or scroll down the console text. Press the 'Tab' key to complete the current command. For example, if you type 'vid' and then the Tab key several times, you will see all the commands that start with 'vid' : vid_mode, vid_modelist, vid_modeinfo, etc. Press 'Shift + Tab' to complete the commands, but backwards. ++Scripts +++alias When you will type 'aliasname', it will do like if you had entered 'command'. Let's better have an example: :) alias silence "soundvolume 0;music volume 0" Further, when you will type 'silence', it will execute the corresponding command. In this example, we have given two commands as one, inside " ", and using the ; as a separator for commands. +++echo <"text to output"> Just echoes text to the console. Like 'print' in Basic :) +++exec