Difference between revisions of "Userconfig default"
From Fortress Forever Wiki
Jump to navigationJump to searchm (minor) |
(update with 2.0 content.) |
||
| 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></pre></code> | + | {{Scripts | Description=userconfig.cfg | Script=<code><pre>// userconfig.cfg |
| + | // Place all general binds/aliases/scripts into this file. | ||
| + | // If you want to use class specific binds/aliases/scripts, create the following files and put | ||
| + | the specifics into them. | ||
| + | // "demoman.cfg" | ||
| + | // "engineer.cfg" | ||
| + | // "hwguy.cfg" | ||
| + | // "medic.cfg" | ||
| + | // "pyro.cfg" | ||
| + | // "scout.cfg" | ||
| + | // "sniper.cfg" | ||
| + | // "soldier.cfg" | ||
| + | // "spy.cfg" | ||
| + | |||
| + | // IMPORTANT: If commands are placed in this file and you use <classname>.cfg files, the first | ||
| + | line of each <classname>.cfg should be "exec userconfig.cfg" | ||
| + | // For more information, see our tutorials on the Fortress-Forever Wiki. | ||
| + | http://www.fortress-forever.com/wiki/Main_Page</pre></code>}} | ||
[[Category:Default Configs]] | [[Category:Default Configs]] | ||
[[Category:0-Star_Articles]] | [[Category:0-Star_Articles]] | ||
Revision as of 11:31, 12 February 2008
Here you will find a copy of the default userconfig.cfg.
|