Gamecfg.ini conversion information: Difference between revisions

From Valve Developer Community
Jump to navigation Jump to search
(limondr)
m (Nesciuse moved page Gamecfg.ini conversion information/en to Gamecfg.ini conversion information without leaving a redirect: Move en subpage to basepage)
 
(8 intermediate revisions by 6 users not shown)
Line 1: Line 1:
alcnac4tc
{{LanguageBar}}
[[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\common\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.
[[Category:Source SDK FAQ]]

Latest revision as of 06:55, 12 July 2024

English (en)Русский (ru)Translate (Translate)

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\common\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.