-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathconsole.tex
27 lines (24 loc) · 1.23 KB
/
console.tex
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
\subsection{Appendix A - Console}
\label{Appendix_A_Console}
Combatants who wish for more advanced control during combat may wish to use the Console, which can be accessed using the ``~" key. To do so, check ``Enable Developer Console" under the advanced keyboard options.
Helpful commands:
\begin{table}[h!b!p!]
\caption{Helpful Commands}
\begin{tabular}{|l|p{10.5cm}|}
\hline
Command & Description\\
\hline
\texttt{net\_graph 1}&Display frames per second, ping and other statistics in the bottom right corner\\
\texttt{net\_graph 0}&Turn off the above display\\
\texttt{cl\_showfps 2}&Display only fps in smaller text in the top right corner of the screen\\
\texttt{voice\_loopback 1}&Play personal voice communications back through the computer\\
\texttt{bind [key] [command]}&Used for creating or overwriting key binds in the game\\
\texttt{unbind [key]}&Used for removing key binds in the game\\
\texttt{kill}&Kill the player character\\
\texttt{explode}&Explode the player character\\
\texttt{hud\_reloadscheme}&Reload the Heads-Up-Display, removing HUD errors.\\
\hline
\end{tabular}
\label{table_common_actions}
\end{table}
Any commands can be inserted into a configuration file in order to be executed automatically upon program start.