• Quick Hammer problem
    7 replies, posted

press the -# button or the +# button
No... You set up the configuration for the wrong engine. :s What configuration are you running under?
i hope ur not running gmod configuration, cause that what happens when i tried it, correct me if i'm wrong :D
[QUOTE=DanielPinoy;17326589]i hope ur not running gmod configuration, cause that what happens when i tried it, correct me if i'm wrong :D[/QUOTE] That's how most people encounter the issue, it's really just setting up the wrong engine for any custom config.

uhh theres your problem
[QUOTE=XSpunkleX;17328949] Oh, I followed a guide for setting up Hammer with GMod. Are they any other guides that actually work?[/QUOTE] Navigate Here: ../Steam/SteamApps/<username>/sourcesdk/bin/orangebox/bin Open: GameConfig.txt --Should Look Like This: [CODE]"Configs" { "Games" { "Half-Life 2: Episode Two" { "GameDir" "D:\program files\steam\steamapps\tehelee\half-life 2 episode two\ep2" "hammer" { "GameData0" "D:\program files\steam\steamapps\tehelee\sourcesdk\bin\orangebox\bin\halflife2.fgd" "TextureFormat" "5" "MapFormat" "4" "DefaultTextureScale" "0.250000" "DefaultLightmapScale" "16" "GameExe" "D:\program files\steam\steamapps\tehelee\half-life 2 episode two\hl2.exe" "DefaultSolidEntity" "func_detail" "DefaultPointEntity" "info_player_start" "BSP" "D:\program files\steam\steamapps\tehelee\sourcesdk\bin\orangebox\bin\vbsp.exe" "Vis" "D:\program files\steam\steamapps\tehelee\sourcesdk\bin\orangebox\bin\vvis.exe" "Light" "D:\program files\steam\steamapps\tehelee\sourcesdk\bin\orangebox\bin\vrad.exe" "GameExeDir" "D:\program files\steam\steamapps\tehelee\half-life 2 episode two" "MapDir" "D:\program files\steam\steamapps\tehelee\sourcesdk_content\ep2\mapsrc" "BSPDir" "D:\program files\steam\steamapps\tehelee\half-life 2 episode two\ep2\maps" "CordonTexture" "tools\toolsskybox" "MaterialExcludeCount" "0" } } "Team Fortress 2" { "GameDir" "D:\program files\steam\steamapps\tehelee\team fortress 2\tf" "hammer" { "GameData0" "D:\program files\steam\steamapps\tehelee\sourcesdk\bin\orangebox\bin\tf.fgd" "TextureFormat" "5" "MapFormat" "4" "DefaultTextureScale" "0.250000" "DefaultLightmapScale" "16" "GameExe" "D:\program files\steam\steamapps\tehelee\team fortress 2\hl2.exe" "DefaultSolidEntity" "func_detail" "DefaultPointEntity" "info_player_teamspawn" "BSP" "D:\program files\steam\steamapps\tehelee\sourcesdk\bin\orangebox\bin\vbsp.exe" "Vis" "D:\program files\steam\steamapps\tehelee\sourcesdk\bin\orangebox\bin\vvis.exe" "Light" "D:\program files\steam\steamapps\tehelee\sourcesdk\bin\orangebox\bin\vrad.exe" "GameExeDir" "D:\program files\steam\steamapps\tehelee\team fortress 2" "MapDir" "D:\program files\steam\steamapps\tehelee\sourcesdk_content\tf\mapsrc" "BSPDir" "D:\program files\steam\steamapps\tehelee\team fortress 2\tf\maps" "CordonTexture" "tools\toolsskybox" "MaterialExcludeCount" "0" } } "Portal" { "GameDir" "D:\program files\steam\steamapps\tehelee\portal\portal" "hammer" { "GameData0" "D:\program files\steam\steamapps\tehelee\sourcesdk\bin\orangebox\bin\portal.fgd" "TextureFormat" "5" "MapFormat" "4" "DefaultTextureScale" "0.250000" "DefaultLightmapScale" "16" "GameExe" "D:\program files\steam\steamapps\tehelee\portal\hl2.exe" "DefaultSolidEntity" "func_detail" "DefaultPointEntity" "info_player_start" "BSP" "D:\program files\steam\steamapps\tehelee\sourcesdk\bin\orangebox\bin\vbsp.exe" "Vis" "D:\program files\steam\steamapps\tehelee\sourcesdk\bin\orangebox\bin\vvis.exe" "Light" "D:\program files\steam\steamapps\tehelee\sourcesdk\bin\orangebox\bin\vrad.exe" "GameExeDir" "D:\program files\steam\steamapps\tehelee\portal" "MapDir" "D:\program files\steam\steamapps\tehelee\sourcesdk_content\portal\mapsrc" "BSPDir" "D:\program files\steam\steamapps\tehelee\portal\portal\maps" "CordonTexture" "tools\toolsskybox" "MaterialExcludeCount" "0" } } } "SDKVersion" "3" } [/CODE] Replace Text with This: --Includes the following games: (Garry's Mod), (Half-Life 2: Episode 2), (Team Fortress 2), and (Portal). [CODE] "Configs" { "Games" { "Garry's Mod" { "GameDir" "D:\program files\steam\steamapps\tehelee\garrysmod\garrysmod" "hammer" { "GameData0" "D:\program files\steam\steamapps\tehelee\sourcesdk\bin\orangebox\bin\garrysmod.fgd" "GameData1" "D:\program files\steam\steamapps\tehelee\sourcesdk\bin\orangebox\bin\spacebuild.fgd" "GameData2" "D:\program files\steam\steamapps\tehelee\sourcesdk\bin\orangebox\bin\stargate.fgd" "TextureFormat" "5" "MapFormat" "4" "DefaultTextureScale" "0.250000" "DefaultLightmapScale" "16" "GameExe" "D:\program files\steam\steamapps\tehelee\garrysmod\hl2.exe" "DefaultSolidEntity" "func_detail" "DefaultPointEntity" "info_player_start" "BSP" "D:\program files\steam\steamapps\tehelee\sourcesdk\bin\orangebox\bin\vbsp.exe" "Vis" "D:\program files\steam\steamapps\tehelee\sourcesdk\bin\orangebox\bin\vvis.exe" "Light" "D:\program files\steam\steamapps\tehelee\sourcesdk\bin\orangebox\bin\vrad.exe" "GameExeDir" "D:\program files\steam\steamapps\tehelee\garrysmod" "MapDir" "D:\program files\steam\steamapps\tehelee\sourcesdk_content\garrysmod\mapsrc" "BSPDir" "D:\program files\steam\steamapps\tehelee\garrysmod\garrysmod\maps" "CordonTexture" "tools\toolsskybox" "MaterialExcludeCount" "0" } } "Half-Life 2: Episode Two" { "GameDir" "D:\program files\steam\steamapps\tehelee\half-life 2 episode two\ep2" "hammer" { "GameData0" "D:\program files\steam\steamapps\tehelee\sourcesdk\bin\orangebox\bin\halflife2.fgd" "TextureFormat" "5" "MapFormat" "4" "DefaultTextureScale" "0.250000" "DefaultLightmapScale" "16" "GameExe" "D:\program files\steam\steamapps\tehelee\half-life 2 episode two\hl2.exe" "DefaultSolidEntity" "func_detail" "DefaultPointEntity" "info_player_start" "BSP" "D:\program files\steam\steamapps\tehelee\sourcesdk\bin\orangebox\bin\vbsp.exe" "Vis" "D:\program files\steam\steamapps\tehelee\sourcesdk\bin\orangebox\bin\vvis.exe" "Light" "D:\program files\steam\steamapps\tehelee\sourcesdk\bin\orangebox\bin\vrad.exe" "GameExeDir" "D:\program files\steam\steamapps\tehelee\half-life 2 episode two" "MapDir" "D:\program files\steam\steamapps\tehelee\sourcesdk_content\ep2\mapsrc" "BSPDir" "D:\program files\steam\steamapps\tehelee\half-life 2 episode two\ep2\maps" "CordonTexture" "tools\toolsskybox" "MaterialExcludeCount" "0" } } "Team Fortress 2" { "GameDir" "D:\program files\steam\steamapps\tehelee\team fortress 2\tf" "hammer" { "GameData0" "D:\program files\steam\steamapps\tehelee\sourcesdk\bin\orangebox\bin\tf.fgd" "TextureFormat" "5" "MapFormat" "4" "DefaultTextureScale" "0.250000" "DefaultLightmapScale" "16" "GameExe" "D:\program files\steam\steamapps\tehelee\team fortress 2\hl2.exe" "DefaultSolidEntity" "func_detail" "DefaultPointEntity" "info_player_teamspawn" "BSP" "D:\program files\steam\steamapps\tehelee\sourcesdk\bin\orangebox\bin\vbsp.exe" "Vis" "D:\program files\steam\steamapps\tehelee\sourcesdk\bin\orangebox\bin\vvis.exe" "Light" "D:\program files\steam\steamapps\tehelee\sourcesdk\bin\orangebox\bin\vrad.exe" "GameExeDir" "D:\program files\steam\steamapps\tehelee\team fortress 2" "MapDir" "D:\program files\steam\steamapps\tehelee\sourcesdk_content\tf\mapsrc" "BSPDir" "D:\program files\steam\steamapps\tehelee\team fortress 2\tf\maps" "CordonTexture" "tools\toolsskybox" "MaterialExcludeCount" "0" } } "Portal" { "GameDir" "D:\program files\steam\steamapps\tehelee\portal\portal" "hammer" { "GameData0" "D:\program files\steam\steamapps\tehelee\sourcesdk\bin\orangebox\bin\portal.fgd" "TextureFormat" "5" "MapFormat" "4" "DefaultTextureScale" "0.250000" "DefaultLightmapScale" "16" "GameExe" "D:\program files\steam\steamapps\tehelee\portal\hl2.exe" "DefaultSolidEntity" "func_detail" "DefaultPointEntity" "info_player_start" "BSP" "D:\program files\steam\steamapps\tehelee\sourcesdk\bin\orangebox\bin\vbsp.exe" "Vis" "D:\program files\steam\steamapps\tehelee\sourcesdk\bin\orangebox\bin\vvis.exe" "Light" "D:\program files\steam\steamapps\tehelee\sourcesdk\bin\orangebox\bin\vrad.exe" "GameExeDir" "D:\program files\steam\steamapps\tehelee\portal" "MapDir" "D:\program files\steam\steamapps\tehelee\sourcesdk_content\portal\mapsrc" "BSPDir" "D:\program files\steam\steamapps\tehelee\portal\portal\maps" "CordonTexture" "tools\toolsskybox" "MaterialExcludeCount" "0" } } } "SDKVersion" "3" } [/CODE] !!!PLEASE NOTE!!! If your steam files are on a different hard drive than 'D:' Then in your text editor, Edit->Replace, 'D:\' with '<HARD-DRIVE-LETTER>:\' Then hit replace all. Example: Replace D:\ with C:\ -> Replace All BTW: I wrote the garrysmod config. From scratch. (Pretty easy) NOTE: Garrysmod config includes support for Spacebuild and Stargate. If you dont want them, remove: (from gmod config) [CODE] "GameData1" "D:\program files\steam\steamapps\tehelee\sourcesdk\bin\orangebox\bin\spacebuild.fgd" "GameData2" "D:\program files\steam\steamapps\tehelee\sourcesdk\bin\orangebox\bin\stargate.fgd" [/CODE]
Sorry, you need to Log In to post a reply to this thread.