Missing GameInfo.txt: Difference between revisions
Jump to navigation
Jump to search
(added info on missing gameinfo.txt error) |
m (added category) |
||
Line 1: | Line 1: | ||
[[Category:Source SDK FAQ]] | |||
This occurs when the '''Current Game''' is incorrectly configured. | This occurs when the '''Current Game''' is incorrectly configured. | ||
Revision as of 19:50, 23 August 2005
This occurs when the Current Game is incorrectly configured.
This can happen when:
- The Game Directory is set incorrectly so the tools cannot find the
gameinfo.txt
file. - A gameinfo.txt file for the game is missing or incorrect.
How to fix this problem:
- If this is a custom MOD, make sure the Game Directory is set correctly, and that a valid gameinfo.txt is present.
- Try running the game you're editing for once from the Play Games window.
- Try to Reset the Source SDK Game Configuration.
- If that does not work, Reinstall the Source SDK installation.