Difference between revisions of "Config default"
From Fortress Forever Wiki
Jump to navigationJump to search (adding to Category:Default Configs) |
m |
||
(5 intermediate revisions by one other user not shown) | |||
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 27: | Line 27: | ||
bind "ALT" "+speed" | bind "ALT" "+speed" | ||
bind "y" "say" | bind "y" "say" | ||
− | bind "u" "say_team | + | bind "u" "say_team |
− | |||
bind "SHIFT" "+speed" | bind "SHIFT" "+speed" | ||
bind "MOUSE1" "+attack" | bind "MOUSE1" "+attack" | ||
Line 60: | Line 59: | ||
bind "," "changeclass" | bind "," "changeclass" | ||
cl_autoreload "1" | cl_autoreload "1" | ||
− | + | name "WhenFFwillOut" | |
− | name "WhenFFwillOut"</ | + | |
+ | </pre></code>}} | ||
[[Category:Default Configs]] | [[Category:Default Configs]] | ||
+ | {{Rating|4}} |
Latest revision as of 06:44, 23 February 2008
Here you will find a copy of the default_config.cfg.
|