Missing GameInfo.txt: Difference between revisions

From Valve Developer Community
Jump to navigation Jump to search
m (added info to run (HL2, EP1 etc) at least once before trying to run sdk tools etc)
m (fixed spalling mistake)
Line 8: Line 8:


'''How to fix this problem:'''
'''How to fix this problem:'''
* First and foremost run the game (HL2, EP1 etc) at least once before running the SDK tools like hammer. Running the games for the first time will created the [[The GameInfo.txt File Structure|gameinfo.txt]] and related files that are necessary.
* First and foremost run the game (HL2, EP1 etc) at least once before running the SDK tools like hammer. Running the games for the first time will create the [[The GameInfo.txt File Structure|gameinfo.txt]] and related files that are used by the sdk tools.
* If this is a custom MOD, make sure [[The Game Directory|the Game Directory]] is set correctly, and that a valid [[The GameInfo.txt File Structure|gameinfo.txt]] is present.
* If this is a custom MOD, make sure [[The Game Directory|the Game Directory]] is set correctly, and that a valid [[The GameInfo.txt File Structure|gameinfo.txt]] is present.
* Try running the game you're editing for once from the '''Play Games''' window.
* Try running the game you're editing for once from the '''Play Games''' window.
* Try to [[Reset the Source SDK Game Configuration]].
* Try to [[Reset the Source SDK Game Configuration]].
* If that does not work, [[Reinstall the Source SDK installation]].
* If that does not work, [[Reinstall the Source SDK installation]].

Revision as of 01:21, 10 July 2007

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.
  • Installing/Restoring HL2 games from a backup that was created via the "Backup Games..." menu, but not having actually played the games after the install (HL2, EP1 etc).

How to fix this problem: