Difference between revisions of "Config default"

From Fortress Forever Wiki
Jump to navigationJump to search
(adding verified content)
Line 61: Line 61:
 
name "WhenFFwillOut"
 
name "WhenFFwillOut"
  
</code></pre>
+
</pre></code>
  
 
[[Category:Default Configs]]
 
[[Category:Default Configs]]

Revision as of 01:22, 3 February 2008

Here you will find a copy of the default_config.cfg.

// 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"