CFG: Difference between revisions
Jump to navigation
Jump to search
mNo edit summary |
Thadius Dean (talk | contribs) mNo edit summary |
||
Line 1: | Line 1: | ||
Cfg files can be found | Cfg files can be found everywhere and are not specific to Source. In this case it is an abbreviation of "Configuration"<br/> | ||
[http://filext.com/detaillist.php?extdetail=cfg&goButton=Go external info on .cfg] | [http://filext.com/detaillist.php?extdetail=cfg&goButton=Go external info on .cfg] | ||
In source games a .cfg file can be executed to perform a list of console commands. | In source games a .cfg file can be executed to perform a list of console commands. | ||
Cfg files can be written in Notepad or any other simple text editor. | |||
they must be placed in the game's cfg folder. E.g:<br/> | they must be placed in the game's cfg folder. E.g:<br/> |
Revision as of 17:43, 28 June 2005
Cfg files can be found everywhere and are not specific to Source. In this case it is an abbreviation of "Configuration"
external info on .cfg
In source games a .cfg file can be executed to perform a list of console commands. Cfg files can be written in Notepad or any other simple text editor.
they must be placed in the game's cfg folder. E.g:
\steam\SteamApps\[user name]\half-life 2\hl2\cfg
They can be run from the console using exec filename
Would you like to know more? See the tutorial.