CFG: Difference between revisions

From Valve Developer Community
Jump to navigation Jump to search
mNo edit summary
mNo edit summary
Line 1: Line 1:
Cfg files can be found every were and are not specific to source. In this case it is an abbreviation of "Configuration"<br/>
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.
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.