Difference between revisions of "Console"
Jump to navigation
Jump to search
m (Added a category) |
(Added list of HUD compnents for the toggle command) |
||
| Line 28: | Line 28: | ||
|} | |} | ||
| + | The HUD Component for the toggle command can have the following values: | ||
| + | *console | ||
| + | *inventory | ||
| + | *keyboard_hints | ||
| + | *skills | ||
| + | *stats | ||
--[[User:Sppt|Sppt]] 12:26, 13 June 2006 (CDT) | --[[User:Sppt|Sppt]] 12:26, 13 June 2006 (CDT) | ||
{{stub}} | {{stub}} | ||
Revision as of 15:26, 3 July 2006
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 sentitivy, 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.
|