1. Forums
  2. Discord
  3. About Mapcore
  4. Patreon Supporters
  • Login
  • Register
  • Search
This Thread
  • Everywhere
  • This Thread
  • This Forum
  • Articles
  • Pages
  • Forum
  • More Options
  1. Mapcore
  2. Discussions
  3. Level Design

No Games listed in Source SDK tools??

  • mrmonkah
  • May 20, 2007 at 5:32 PM
  • mrmonkah
    • May 20, 2007 at 5:32 PM
    • #1

    Hey all.

    I recently moved accross my steam along with games and SDK saved maps/textures etc to a new computer. Everything seems to be fine except the fact that none of my (Currently 3) games appear in the Source SDK tool menu. Does any body know of this problem and if so how to go about fixing it?

    Thanks in advance,

    Dan

  • Evert
    • May 20, 2007 at 11:07 PM
    • #2

    Refresh SDK-tools and restart steam?

  • psychokilla
    • June 21, 2007 at 10:31 PM
    • #3

    Have you tried clicking on "Reset Game configurations"?

  • Gectou4
    • July 21, 2007 at 4:12 PM
    • #4

    In your source sdk/bin directories

    you can found a GameConfig.txt

    if not, refresh SourceSDK content or make it like the following :

    Code
    "Configs"
    
    
    {
    
    
    	"Games"
    
    
    	{
    
    
    		"Half-Life 2"
    
    
    		{
    
    
    			"GameDir"		"c:\program files\steam\steamapps\\half-life 2\hl2"
    
    
    			"hammer"
    
    
    			{
    
    
    				"GameData0"		"c:\program files\steam\steamapps\\sourcesdk\bin\halflife2.fgd"
    
    
    				"TextureFormat"		"5"
    
    
    				"MapFormat"		"4"
    
    
    				"DefaultTextureScale"		"0.250000"
    
    
    				"DefaultLightmapScale"		"16"
    
    
    				"GameExe"		"c:\program files\steam\steamapps\\half-life 2\hl2.exe"
    
    
    				"DefaultSolidEntity"		"func_detail"
    
    
    				"DefaultPointEntity"		"info_player_start"
    
    
    				"BSP"		"c:\program files\steam\steamapps\\sourcesdk\bin\vbsp.exe"
    
    
    				"Vis"		"c:\program files\steam\steamapps\\sourcesdk\bin\vvis.exe"
    
    
    				"Light"		"c:\program files\steam\steamapps\\sourcesdk\bin\vrad.exe"
    
    
    				"GameExeDir"		"c:\program files\steam\steamapps\\half-life 2"
    
    
    				"MapDir"		"c:\program files\steam\steamapps\\sourcesdk_content\hl2\mapsrc"
    
    
    				"BSPDir"		"c:\program files\steam\steamapps\\half-life 2\hl2\maps"
    
    
    				"CordonTexture"		"tools\toolsskybox"
    
    
    				"MaterialExcludeCount"		"0"
    
    
    			}
    
    
    		}
    
    
    		"Counter-Strike: Source"
    
    
    		{
    
    
    			"GameDir"		"c:\program files\steam\steamapps\\counter-strike source\cstrike"
    
    
    			"hammer"
    
    
    			{
    
    
    				"GameData0"		"c:\program files\steam\steamapps\\sourcesdk\bin\cstrike.fgd"
    
    
    				"TextureFormat"		"5"
    
    
    				"MapFormat"		"4"
    
    
    				"DefaultTextureScale"		"0.250000"
    
    
    				"DefaultLightmapScale"		"16"
    
    
    				"GameExe"		"c:\program files\steam\steamapps\\counter-strike source\hl2.exe"
    
    
    				"DefaultSolidEntity"		"func_detail"
    
    
    				"DefaultPointEntity"		"info_player_terrorist"
    
    
    				"BSP"		"c:\program files\steam\steamapps\\sourcesdk\bin\vbsp.exe"
    
    
    				"Vis"		"c:\program files\steam\steamapps\\sourcesdk\bin\vvis.exe"
    
    
    				"Light"		"c:\program files\steam\steamapps\\sourcesdk\bin\vrad.exe"
    
    
    				"GameExeDir"		"c:\program files\steam\steamapps\\counter-strike source"
    
    
    				"MapDir"		"c:\program files\steam\steamapps\\sourcesdk_content\cstrike\mapsrc"
    
    
    				"BSPDir"		"c:\program files\steam\steamapps\\counter-strike source\cstrike\maps"
    
    
    				"CordonTexture"		"tools\toolsskybox"
    
    
    				"MaterialExcludeCount"		"0"
    
    
    			}
    
    
    		}
    
    
    		"Half-Life 2: Deathmatch"
    
    
    		{
    
    
    			"GameDir"		"c:\program files\steam\steamapps\\half-life 2 deathmatch\hl2mp"
    
    
    			"hammer"
    
    
    			{
    
    
    				"GameData0"		"c:\program files\steam\steamapps\\sourcesdk\bin\hl2mp.fgd"
    
    
    				"TextureFormat"		"5"
    
    
    				"MapFormat"		"4"
    
    
    				"DefaultTextureScale"		"0.250000"
    
    
    				"DefaultLightmapScale"		"16"
    
    
    				"GameExe"		"c:\program files\steam\steamapps\\half-life 2 deathmatch\hl2.exe"
    
    
    				"DefaultSolidEntity"		"func_detail"
    
    
    				"DefaultPointEntity"		"info_player_deathmatch"
    
    
    				"BSP"		"c:\program files\steam\steamapps\\sourcesdk\bin\vbsp.exe"
    
    
    				"Vis"		"c:\program files\steam\steamapps\\sourcesdk\bin\vvis.exe"
    
    
    				"Light"		"c:\program files\steam\steamapps\\sourcesdk\bin\vrad.exe"
    
    
    				"GameExeDir"		"c:\program files\steam\steamapps\\half-life 2 deathmatch"
    
    
    				"MapDir"		"c:\program files\steam\steamapps\\sourcesdk_content\hl2mp\mapsrc"
    
    
    				"BSPDir"		"c:\program files\steam\steamapps\\half-life 2 deathmatch\hl2mp\maps"
    
    
    				"CordonTexture"		"tools\toolsskybox"
    
    
    				"MaterialExcludeCount"		"0"
    
    
    			}
    
    
    		}
    
    
    		"Half-Life 2: Episode One"
    
    
    		{
    
    
    			"GameDir"		"c:\program files\steam\steamapps\\half-life 2 episode one\episodic"
    
    
    			"hammer"
    
    
    			{
    
    
    				"GameData0"		"c:\program files\steam\steamapps\\sourcesdk\bin\halflife2.fgd"
    
    
    				"TextureFormat"		"5"
    
    
    				"MapFormat"		"4"
    
    
    				"DefaultTextureScale"		"0.250000"
    
    
    				"DefaultLightmapScale"		"16"
    
    
    				"GameExe"		"c:\program files\steam\steamapps\\half-life 2 episode one\hl2.exe"
    
    
    				"DefaultSolidEntity"		"func_detail"
    
    
    				"DefaultPointEntity"		"info_player_start"
    
    
    				"BSP"		"c:\program files\steam\steamapps\\sourcesdk\bin\vbsp.exe"
    
    
    				"Vis"		"c:\program files\steam\steamapps\\sourcesdk\bin\vvis.exe"
    
    
    				"Light"		"c:\program files\steam\steamapps\\sourcesdk\bin\vrad.exe"
    
    
    				"GameExeDir"		"c:\program files\steam\steamapps\\half-life 2 episode one"
    
    
    				"MapDir"		"c:\program files\steam\steamapps\\sourcesdk_content\episodic\mapsrc"
    
    
    				"BSPDir"		"c:\program files\steam\steamapps\\half-life 2 episode one\episodic\maps"
    
    
    				"CordonTexture"		"tools\toolsskybox"
    
    
    				"MaterialExcludeCount"		"0"
    
    
    			}
    
    
    		}
    
    
    	}
    
    
    	"SDKVersion"		"2"
    
    
    }
    Display More

    You can add a game or edit what you need like texture default scale.

    don't forgot to edit

    I dislike using %steamdirectories% that's not workon all computer and may your environnement vars aren't set as well

Participate now!

Don’t have an account yet? Register yourself now and be a part of our community!

Register Yourself Login
Discord

The Mapcore Discord is our lively IRC channel of the 2000s reborn. Chat about level design, gaming, and more.

Latest Posts

  1. POLYSTRIKE - Finally Announced After Years of Development!

    'RZL
    August 21, 2026 at 2:06 PM
  2. [CS:GO][WiP] cs_opera

    leplubodeslapin
    August 20, 2026 at 12:31 AM
  3. Building a Huge Library of Free Images for Everyone

    Eric Matyas
    August 17, 2026 at 1:23 PM
  4. Any of the old guard still around? D:

    Chunks
    August 7, 2026 at 11:08 PM
  5. CS:S | cs_manoir | Map creation process by D'artagnan

    Thrik
    August 3, 2026 at 10:42 AM
  6. Custom Gamemodes Contest

    Angel
    July 20, 2026 at 11:46 AM
  7. FAQ

    Angel
    July 20, 2026 at 10:14 AM
  8. Tangerine

    Harry Poster
    July 18, 2026 at 11:10 AM
  9. About our archived forums

    Thrik
    June 30, 2026 at 2:12 PM
  10. Mapcore Discord

    mason_fan123
    June 24, 2026 at 8:52 PM
  1. Privacy Policy
  2. Contact
Powered by WoltLab Suite™