CFG: Difference between revisions
Jump to navigation
Jump to search
No edit summary |
mNo edit summary |
||
Line 8: | Line 8: | ||
<code>\steam\SteamApps\[user name]\half-life 2\hl2\cfg</code> | <code>\steam\SteamApps\[user name]\half-life 2\hl2\cfg</code> | ||
They can be run from the console using <code>exec | They can be run from the console using <code>exec filename</code> | ||
Would you like to know more? [[Mini-mod_tute|See the tutorial.]] | Would you like to know more? [[Mini-mod_tute|See the tutorial.]] | ||
[[category:Glossary]] | [[category:Glossary]] |
Revision as of 16:54, 28 June 2005
Cfg files can be found every were 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.