Gamecfg.ini conversion information: Difference between revisions
Jump to navigation
Jump to search
No edit summary |
mNo edit summary |
||
Line 1: | Line 1: | ||
[[Category:Source_SDK_FAQ]] | |||
With the latest release, the file that contains the SDK game configuration information has changed to a new format. Previously, all game configuration data was stored in the <code>gamecfg.ini</code> file. This data is now stored in <code>GameConfig.txt</code>. Both of the these files can be found in the <code>SteamApps\sourcesdk\bin</code> directory. | With the latest release, the file that contains the SDK game configuration information has changed to a new format. Previously, all game configuration data was stored in the <code>gamecfg.ini</code> file. This data is now stored in <code>GameConfig.txt</code>. Both of the these files can be found in the <code>SteamApps\sourcesdk\bin</code> directory. | ||
When launching the new SDK update, your configuration stored in <code>gamecfg.ini </code> was automatically converted and stored in the new format, <code>GameConfig.txt</code>. Then your <code>gamecfg.ini</code> was renamed to gamecfg.ini.old, as it is no longer used or needed. | When launching the new SDK update, your configuration stored in <code>gamecfg.ini </code> was automatically converted and stored in the new format, <code>GameConfig.txt</code>. Then your <code>gamecfg.ini</code> was renamed to gamecfg.ini.old, as it is no longer used or needed. |
Revision as of 02:46, 30 June 2005
With the latest release, the file that contains the SDK game configuration information has changed to a new format. Previously, all game configuration data was stored in the gamecfg.ini
file. This data is now stored in GameConfig.txt
. Both of the these files can be found in the SteamApps\sourcesdk\bin
directory.
When launching the new SDK update, your configuration stored in gamecfg.ini
was automatically converted and stored in the new format, GameConfig.txt
. Then your gamecfg.ini
was renamed to gamecfg.ini.old, as it is no longer used or needed.