Difference between revisions of "Demoman default"

From Fortress Forever Wiki
Jump to navigationJump to search
(spacing wrong...)
Line 3: Line 3:
 
<code><pre>exec userconfig.cfg
 
<code><pre>exec userconfig.cfg
  
//  Place any global binds/aliases/scripts into the userconfig.cfg file and specifics into each <classname>.cfg
+
//  Place any global binds/aliases/scripts into the userconfig.cfg file and specifics into each
 +
<classname>.cfg
 
//  IMPORTANT: The userconfig.cfg file DOES NOT auto-execute.   
 
//  IMPORTANT: The userconfig.cfg file DOES NOT auto-execute.   
//  It can only be executed in console with "exec userconfig.cfg" or by the <classname>.cfg files using that command as above.
+
//  It can only be executed in console with "exec userconfig.cfg" or by the <classname>.cfg files
//  If you are reading this line, then just leave this file in the cfg folder and the userconfig.cfg file will work fine.
+
using that command as above.
//  For more information, see our tutorials on the Fortress-Forever Wiki.  http://www.fortress-forever.com/wiki/Main_Page
+
//  If you are reading this line, then just leave this file in the cfg folder and the userconfig.cfg
 +
file will work fine.
 +
//  For more information, see our tutorials on the Fortress-Forever Wiki.  
 +
  http://www.fortress-forever.com/wiki/Main_Page
  
 
//  Place any demoman specific commands below this line.</pre></code>
 
//  Place any demoman specific commands below this line.</pre></code>

Revision as of 23:04, 12 February 2008

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

exec userconfig.cfg

//  Place any global binds/aliases/scripts into the userconfig.cfg file and specifics into each
 <classname>.cfg
//  IMPORTANT: The userconfig.cfg file DOES NOT auto-execute.  
//  It can only be executed in console with "exec userconfig.cfg" or by the <classname>.cfg files
 using that command as above.
//  If you are reading this line, then just leave this file in the cfg folder and the userconfig.cfg
 file will work fine.
//  For more information, see our tutorials on the Fortress-Forever Wiki. 
 http://www.fortress-forever.com/wiki/Main_Page

//  Place any demoman specific commands below this line.