Gamecfg.ini conversion information: Difference between revisions
Jump to navigation
Jump to search
MonpaSboce (talk | contribs) (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: | ||
{{LanguageBar}} | |||
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
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.