This shows you the differences between two versions of the page.
| — | guide:2.0:man:doomsday-shell-text [2017-03-24 10:57] (current) – Generated from Amethyst source by wikidocs.py wikidocs | ||
|---|---|---|---|
| Line 1: | Line 1: | ||
| + | ====== doomsday-shell-text ====== | ||
| + | |||
| + | ===== Synopsis ===== | ||
| + | |||
| + | **doomsday-shell-text** | ||
| + | |||
| + | ===== Options ===== | ||
| + | |||
| + | This version of **doomsday-shell-text** does not support any command line options. | ||
| + | |||
| + | ===== Introduction ===== | ||
| + | |||
| + | The Shell is a utility for controlling and monitoring Doomsday servers. It has a curses-based terminal-friendly UI that allows one to connect to local and remote Doomsday servers. One can also start new servers on the local machine. | ||
| + | |||
| + | Once connected to a server, a console command line is provided for controlling the server. | ||
| + | |||
| + | ===== User Interface ===== | ||
| + | |||
| + | ==== Menu ==== | ||
| + | |||
| + | Press F9, ^C, or ^Z to open the menu. | ||
| + | |||
| + | ; Connect to... | ||
| + | : Open a connection to a server at a given IP address. | ||
| + | ; Disconnect | ||
| + | : Disconnect the current connection. The server will not be stopped. | ||
| + | ; Start local server | ||
| + | : Starts a new Doomsday server on the local machine. A dialog will open for configuring the game mode, server' | ||
| + | ; Scroll to bottom | ||
| + | : Scrolls the log entry history down to the bottom of the buffer, to the latest received log entry. | ||
| + | ; About | ||
| + | : Information about the Shell utility. | ||
| + | ; Exit | ||
| + | : Exit the Shell. Any running servers will not be stopped. | ||
| + | |||
| + | ==== Console ==== | ||
| + | |||
| + | A console command line is provided for interacting with a connected server. These commands will get you started: | ||
| + | |||
| + | ; '' | ||
| + | : Show some general level help about using the console interface. | ||
| + | ; '' | ||
| + | : Look up commands and variables containing a specific word. | ||
| + | |||
| + | The PageUp and PageDown keys scroll the log entry history. | ||
| + | |||
| + | ===== See Also ===== | ||
| + | |||
| + | doomsday(6) | ||
| + | |||
| + | ===== Author ===== | ||
| + | |||
| + | This documentation has been written by Jaakko Keränen // | ||