
Originally Posted by
cornfield
If all has gone well, you should be able to alt-tab into the console. It's a black, plain command console window, looks just like a "cmd" window if you've used one before. Except this has the vindictus logo on it.
You can manually type in your commands there to activate them, or you can bind the commands to keystrokes so, you can activate them at anytime without having to type them into the console.
To bind a keystroke to a command, the prompt is:
bind "key" "command"
Examples:
bind "g" "god"
bind "o" "ohk"
Fancier commands can use multiple variables or multiple commands built into on bind, such as:
bind "KP_RIGHTARROW" "changemap_to_next_random_sector;cc_change_start_g ame_message"
(edit - take out the space that got put in there)
This tells the console to skip to the next map and reset the game message timer every time you press "6" on the numpad.
There are a couple even more refined ways of doing commands, you can see my tutorial
>here<.