Reset the Source SDK Game Configuration: Difference between revisions
TomEdwards (talk | contribs) (bug has been fixed) |
m (Nesciuse moved page Reset the Source SDK Game Configuration/en to Reset the Source SDK Game Configuration without leaving a redirect: Move en subpage to basepage) |
||
(7 intermediate revisions by 6 users not shown) | |||
Line 1: | Line 1: | ||
{{ | {{LanguageBar}} | ||
}} | |||
If you're experiencing problems with the Hammer game configuration or SDK Launcher game configuration not behaving correctly, you can follow this procedure to reset the game configurations to the default state. | If you're experiencing problems with the Hammer game configuration or the SDK Launcher game configuration not behaving correctly, you can follow this procedure to reset the game configurations to the default state. | ||
If you '''have not''' created a custom Mod through the "Create A Mod" wizard: | If you '''have not''' created a custom Mod through the "Create A Mod" wizard: | ||
Line 17: | Line 14: | ||
== Still having problems? == | == Still having problems? == | ||
If after resetting the Game Configuration the tools still do not run correctly, this usually means that the SDK tools cannot find the <code>Gameinfo.txt</code> for the game or mod you want to work with. To fix this error with a Valve Software game (e.g. Half-Life 2, Counter-Strike: Source, etc.), simply run the game then restart the Source SDK. If it is a third-party or custom modification, you will need to manually create a configuration specific | If after resetting the Game Configuration the tools still do not run correctly, this usually means that the SDK tools cannot find the <code>Gameinfo.txt</code> for the game or mod you want to work with. To fix this error with a Valve Software game (e.g. Half-Life 2, Counter-Strike: Source, etc.), simply run the game then restart the Source SDK. If it is a third-party or custom modification, you will need to manually create a configuration specific for that Mod. Read [[The_GameInfo.txt_File_Structure|GameInfo.txt File Structure]] and [[Hammer Manual Configuration]] for more information. | ||
If you are still having issues then you might want to [[Faq morehelp|get additional help]]. | If you are still having issues then you might want to [[Faq morehelp|get additional help]]. | ||
[[Category:Source SDK FAQ]] | |||
[[Category: |
Latest revision as of 10:23, 12 July 2024
If you're experiencing problems with the Hammer game configuration or the SDK Launcher game configuration not behaving correctly, you can follow this procedure to reset the game configurations to the default state.
If you have not created a custom Mod through the "Create A Mod" wizard:
- Shut down any Source SDK Tools, such as Hammer or FacePoser.
- Open the Source SDK application from the Steam Window, under the Tools section.
- Choose Reset Game Configurations from the Source SDK window.
- Click Reset to reset your game configurations to the defaults.
If you have created a Mod through the "Create A Mod" wizard, see the following page on Resetting a Custom Mod Game Configuration.
Still having problems?
If after resetting the Game Configuration the tools still do not run correctly, this usually means that the SDK tools cannot find the Gameinfo.txt
for the game or mod you want to work with. To fix this error with a Valve Software game (e.g. Half-Life 2, Counter-Strike: Source, etc.), simply run the game then restart the Source SDK. If it is a third-party or custom modification, you will need to manually create a configuration specific for that Mod. Read GameInfo.txt File Structure and Hammer Manual Configuration for more information.
If you are still having issues then you might want to get additional help.