Merge pull request #3 from fortressforever/features/default-cfgs

Distribute default configs instead of <classname>.cfg/userconfig.cfg directly
This commit is contained in:
Ryan Liptak 2014-12-07 19:28:27 -08:00
commit d41852846a
13 changed files with 11 additions and 91 deletions

View file

@ -1,7 +0,0 @@
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 civilian specific commands below this line.

4
cfg/classcfg_default.cfg Normal file
View file

@ -0,0 +1,4 @@
exec userconfig.cfg
// This config will be executed every time you spawn as this class
// For more information, see our tutorials on the Fortress-Forever Wiki. http://www.fortress-forever.com/wiki/Main_Page

View file

@ -1,7 +0,0 @@
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.

View file

@ -1,7 +0,0 @@
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 engineer specific commands below this line.

View file

@ -1,7 +0,0 @@
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 hwguy specific commands below this line.

View file

@ -1,7 +0,0 @@
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 medic specific commands below this line.

View file

@ -1,7 +0,0 @@
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 pryo specific commands below this line.

View file

@ -1,7 +0,0 @@
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 scout specific commands below this line.

View file

@ -1,7 +0,0 @@
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 sniper specific commands below this line.

View file

@ -1,7 +0,0 @@
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 soldier specific commands below this line.

View file

@ -1,7 +0,0 @@
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 spy specific commands below this line.

View file

@ -1,21 +0,0 @@
// 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.

View file

@ -0,0 +1,7 @@
// Place all general binds/aliases/scripts into this file.
// Put class specific binds/aliases/scripts into <classname>.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".
// For more information, see our tutorials on the Fortress-Forever Wiki. http://www.fortress-forever.com/wiki/Main_Page