|
|
Line 1: |
Line 1: |
| Here you will find a copy of the default_config.cfg. | | Here you will find a copy of the default_config.cfg. |
| | | |
− | <code><pre>// YWB (mailto:yahn@valvesoftware.com) 10/10/03: | + | {{Scripts|Description=Default Config Config|Script=<code><pre>// YWB (mailto:yahn@valvesoftware.com) 10/10/03: |
| // If the user doesn't have a config.cfg when they run, | | // If the user doesn't have a config.cfg when they run, |
| // this gets executed the first time they run the engine | | // this gets executed the first time they run the engine |
Line 61: |
Line 61: |
| name "WhenFFwillOut" | | name "WhenFFwillOut" |
| | | |
− | </pre></code> | + | </pre></code>}} |
| | | |
| [[Category:Default Configs]] | | [[Category:Default Configs]] |
| [[Category:0-Star_Articles]] | | [[Category:0-Star_Articles]] |
Revision as of 22:04, 12 February 2008
Here you will find a copy of the default_config.cfg.
Default Config Config
|
// YWB (mailto:yahn@valvesoftware.com) 10/10/03:
// If the user doesn't have a config.cfg when they run,
// this gets executed the first time they run the engine
// It doesn't execute if they have their own config.cfg saved out.
unbindall
bind "ESCAPE" "cancelselect"
bind "`" "toggleconsole"
bind "~" "toggleconsole"
bind "w" "+forward"
bind "s" "+back"
bind "a" "+moveleft"
bind "d" "+moveright"
bind "SPACE" "+jump"
bind "CTRL" "+duck"
bind "TAB" "+showscores"
bind "e" "+use"
bind "c" "dropitems"
bind "z" "+medengymenu"
bind "r" "+reload"
bind "x" "discard"
bind "h" "+hintcenter"
bind "m" "+mapshot"
bind "k" "+voicerecord"
bind "ALT" "+speed"
bind "y" "say"
bind "u" "say_team
bind "SHIFT" "+speed"
bind "MOUSE1" "+attack"
bind "MOUSE2" "+attack2"
bind "ENTER" "+attack"
bind "f" "+gren1"
bind "g" "+gren2"
bind "l" "impulse 100"
bind "0" "slot0"
bind "1" "slot1"
bind "2" "slot2"
bind "3" "slot3"
bind "4" "slot4"
bind "5" "slot5"
bind "6" "slot6"
bind "7" "slot7"
bind "8" "slot8"
bind "9" "slot9"
bind "MWHEELUP" "invprev"
bind "MWHEELDOWN" "invnext"
bind "[" "invprev"
bind "]" "invnext"
bind "q" "lastinv"
bind "F5" "jpeg"
bind "F6" "save quick"
bind "F9" "load quick"
bind "PAUSE" "pause"
bind "b" "changeclass"
bind "n" "changeteam"
bind "." "changeteam"
bind "," "changeclass"
cl_autoreload "1"
name "WhenFFwillOut"
|
|