Difference between revisions of "Userconfig default"
From Fortress Forever Wiki
Jump to navigationJump to search (Category:0-Star_Articles) |
m (Protected "Userconfig default" [edit=sysop:move=sysop] [cascading]) |
||
(3 intermediate revisions by the same user not shown) | |||
Line 1: | Line 1: | ||
Here you will find a copy of the default userconfig.cfg. | Here you will find a copy of the default userconfig.cfg. | ||
− | <code><pre></ | + | {{Scripts | Description=userconfig.cfg | Script=<code><pre>// userconfig.cfg |
+ | |||
+ | // Place all general binds/aliases/scripts into this file. | ||
+ | // Create the following files and put class specific binds/aliases/scripts into them. | ||
+ | // "demoman.cfg" | ||
+ | // "engineer.cfg" | ||
+ | // "hwguy.cfg" | ||
+ | // "medic.cfg" | ||
+ | // "pyro.cfg" | ||
+ | // "scout.cfg" | ||
+ | // "sniper.cfg" | ||
+ | // "soldier.cfg" | ||
+ | // "spy.cfg" | ||
+ | |||
+ | // IMPORTANT: This file DOES NOT auto-execute. | ||
+ | // It must be executed in the developer console with "exec userconfig.cfg" OR in the | ||
+ | <classname>.cfg files. | ||
+ | // The first line of each <classname>.cfg should be "exec userconfig.cfg". | ||
+ | // Remove any "echo" commands you may have at the start of that file. | ||
+ | // For more information, see our tutorials on the Fortress-Forever Wiki. | ||
+ | http://www.fortress-forever.com/wiki/Main_Page | ||
+ | |||
+ | // Place all global commands below this line.</pre></code>}} | ||
[[Category:Default Configs]] | [[Category:Default Configs]] | ||
[[Category:0-Star_Articles]] | [[Category:0-Star_Articles]] |
Latest revision as of 20:07, 15 February 2008
Here you will find a copy of the default userconfig.cfg.
|