Debriefing > Questions, Help, & How To's
Can't setup Hammer
markpeterjameslegg:
On your Wiki, where it says, "Pick the Edit Game Configurations option. Click Add and enter the following:", there is no "Add" button anywhere, so I can't enter the necessary text. Double clicking "Edit Game Configurations" just reports back with "No Game Configurations To Run With".
namajnaG:
Go to your steam directory/Steamapps/Your username/sourcesdk/bin/source2007/bin
Then you should find a file called GameConfig.txt, Open this up, And paste the following. If the file does not exist, Create it, And don't forget to replace your username at a few places, As well as changing the directory if it is incorrect for you, These are the default directories for an installation on a C: drive with a x64 OS.
--- Code: ---
"Configs"
{
"Games"
{
"Goldeneye: Source"
{
"GameDir" "c:\program files (x86)\steam\steamapps\sourcemods\gesource"
"hammer"
{
"GameData0" "c:\program files (x86)\steam\steamapps\sourcemods\gesource\goldeneye.fgd"
"GameData1" "c:\program files (x86)\steam\steamapps\USERNAMEHERE\sourcesdk\bin\source2007\bin\base.fgd"
"TextureFormat" "5"
"MapFormat" "4"
"DefaultTextureScale" "0.100000"
"DefaultLightmapScale" "16"
"GameExe" "c:\program files (x86)\steam\steamapps\USERNAMEHERE\Source SDK Base 2007\hl2.exe"
"DefaultSolidEntity" "func_detail"
"DefaultPointEntity" "ai_speechfilter"
"BSP" "c:\program files (x86)\steam\steamapps\USERNAMEHERE\sourcesdk\bin\source2007\bin\vbsp.exe"
"Vis" "c:\program files (x86)\steam\steamapps\USERNAMEHERE\sourcesdk\bin\source2007\bin\vvis.exe"
"Light" "c:\program files (x86)\steam\steamapps\USERNAMEHERE\sourcesdk\bin\source2007\bin\vrad.exe"
"GameExeDir" "c:\program files (x86)\steam\steamapps\USERNAMEHERE\Source SDK Base 2007"
"MapDir" "c:\program files (x86)\steam\steamapps\sourcemods\sourcesdk_content\gesource\mapsrc"
"BSPDir" "c:\program files (x86)\steam\steamapps\sourcemods\gesource\maps"
"CordonTexture" "tools\toolsskybox"
"MaterialExcludeCount" "0"
}
}
}
"SDKVersion" "3"
}
--- End code ---
Then start up Source SDK and you should have Goldeneye Source in your configuration list for Source Engine 2007.
Hope that helps!
markpeterjameslegg:
Thanks bud, I'll try that after my sandwich. :)
kraid:
Looks like namajnaG was faster.
Theoretically there are several ways of setting up Hammer to work with mods.
Unfortunatly Valve removed all their entries in Source2007 so there really is no game gonfiguration you could use to boot up Hammer on source2007 anymore.
So you have to do it that way.
But if you ever need to add another mod, you are able to use the procedure that is written on that wiki page.
As for me, I'm always doing this stuff by editing the gameconfig.txt directly.
It's faster and doesn't require a reboot of Hammer and the SDK.
Also even if there is a new version of GES someday, you're still able to use this setup on the SDK (unless the path or Foldername changes, or valve does something stupid again).
markpeterjameslegg:
Doesn't work, as soon as I load up SDK, "GameConfig.txt" gets reset back to normal.
Navigation
[0] Message Index
[#] Next page
Go to full version