CFG

From Valve Developer Community
Revision as of 17:43, 28 June 2005 by Thadius Dean (talk | contribs)
Jump to navigation Jump to search

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.