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. About our archived forums

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

    mason_fan123
    June 24, 2026 at 8:52 PM
  3. [CS2] Valley

    Serialmapper
    June 22, 2026 at 11:56 AM
  4. Any of the old guard still around? D:

    Thrik
    June 20, 2026 at 10:11 PM
  5. Free Music / SFX Resource - Over 2500 Tracks

    Eric Matyas
    June 18, 2026 at 12:32 PM
  6. Pango [WIP]

    Elowen
    June 11, 2026 at 10:13 AM
  7. [CS2] Dvina

    Jeremy Rivera
    June 11, 2026 at 10:03 AM
  8. Bridges 2.0 by NEXSIDE, MAP SHOWCASE. ( Steam Workshop )

    MrTrane18
    June 1, 2026 at 7:46 PM
  9. Classic Maps Reborn For CS2

    SillySpaceCat
    May 31, 2026 at 10:33 PM
  10. [CS2] Dvina

    Pulbusha
    May 29, 2026 at 5:54 PM

Users Viewing This Thread

  • 2 Guests
  1. Privacy Policy
  2. Contact
Powered by WoltLab Suite™