Difference between revisions of "Console"
Jump to navigation
Jump to search
(Added list of HUD compnents for the toggle command) |
m (cat fix) |
||
| Line 25: | Line 25: | ||
| toggle <[[HUD|HUD component]]> <br> || toggles the specified <[[HUD|HUD component]]> | | toggle <[[HUD|HUD component]]> <br> || toggles the specified <[[HUD|HUD component]]> | ||
|- | |- | ||
| − | | sensitivity <mouse | + | | sensitivity <mouse sensitivity, 0-10> <br> || changes mouse sensitivity |
|} | |} | ||
| Line 37: | Line 37: | ||
{{stub}} | {{stub}} | ||
| − | |||
[[Category:Technical Details]] | [[Category:Technical Details]] | ||
[[Category:Babel/C]] | [[Category:Babel/C]] | ||
Revision as of 10:59, 19 January 2007
Description
Console commands are small commands to use in the console, to change settings.
These commands can also be used in autorun.txt for defining key bindings.
Commands
| Command | Action |
|---|---|
| bind <key> <action> |
binds <key> to the specified <action> |
| bind <key> "<console command>" | binds <key> to a console command |
| quit |
quits the game |
| screenshot |
makes a screenshot |
| exec <filename> |
executes <filename> |
| showbml <filename> |
shows the bml file specified |
| toggle <HUD component> |
toggles the specified <HUD component> |
| sensitivity <mouse sensitivity, 0-10> |
changes mouse sensitivity |
The HUD Component for the toggle command can have the following values:
- console
- inventory
- keyboard_hints
- skills
- stats
--Sppt 12:26, 13 June 2006 (CDT)
| This article is a stub. You can help by adding to it.
|