Gamecfg.ini conversion information: Difference between revisions

From Valve Developer Community
Jump to navigation Jump to search
mNo edit summary
(limondr)
Line 1: Line 1:
alcnac4tc
[[Category:Source_SDK_FAQ]]
[[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:48, 4 January 2009

alcnac4tc 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.