Difference between revisions of "Userconfig default"

From Fortress Forever Wiki
Jump to navigationJump to search
(update with 2.0 content.)
m (Protected "Userconfig default" [edit=sysop:move=sysop] [cascading])
 
(One intermediate revision by the same user not shown)
Line 2: Line 2:
  
 
{{Scripts | Description=userconfig.cfg | Script=<code><pre>//  userconfig.cfg
 
{{Scripts | Description=userconfig.cfg | Script=<code><pre>//  userconfig.cfg
 +
 
//  Place all general binds/aliases/scripts into this file.
 
//  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
+
//  Create the following files and put class specific binds/aliases/scripts into them.
the specifics into them.
 
 
//  "demoman.cfg"
 
//  "demoman.cfg"
 
//  "engineer.cfg"
 
//  "engineer.cfg"
Line 15: Line 15:
 
//  "spy.cfg"
 
//  "spy.cfg"
  
//  IMPORTANT: If commands are placed in this file and you use <classname>.cfg files, the first
+
//  IMPORTANT: This file DOES NOT auto-execute.
line of each <classname>.cfg should be "exec userconfig.cfg"
+
//  It must be executed in the developer console with "exec userconfig.cfg" OR in the
//  For more information, see our tutorials on the Fortress-Forever Wiki.
+
<classname>.cfg files.
  http://www.fortress-forever.com/wiki/Main_Page</pre></code>}}
+
// 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 21:07, 15 February 2008

Here you will find a copy of the default userconfig.cfg.

userconfig.cfg
//  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.