GoldenEye: Source Forums

Editing and Customization => Modding Help => Tutorials => Topic started by: TheIgnorantPianist on August 15, 2014, 01:41:12 am

Title: How to Install/Setup Hammer
Post by: TheIgnorantPianist on August 15, 2014, 01:41:12 am
Alright after hours of failing to install and setup the Source SDK editor I have decided this is the best course of action. How in gods name are you supposed to set this up. I have used Source SDK many times and never had an issue with it. I seached this forums for help and i tried the gamesconfig.txt thing and it doesn't not work. I have quadrupled check everything to make sure everything was in the right place. I also noticed that i no longer have my username folder in steam. Everything keeps downloading into the common folder which include all my game and tools. I tried switching my username for "common" in the gameconfig file and still nothing. I noticed that both of those threads are god awfully old and alot as changed. I was wondering if you could shine some light onto this subject.
Title: Re: How to Install/Setup Hammer
Post by: soupcan on August 15, 2014, 01:59:15 am
Close the SDK.

SteamApps\common\SourceSDK\bin\source2007\bin\GameConfig.txt:

Code: [Select]
"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\common\SourceSDK\bin\source2007\bin\base.fgd"
"TextureFormat" "5"
"MapFormat" "4"
"DefaultTextureScale" "0.250000"
"DefaultLightmapScale" "8"
"GameExe" "C:\Program Files (x86)\Steam\steamapps\common\Source SDK Base 2007\hl2.exe"
"DefaultSolidEntity" "func_detail"
"DefaultPointEntity" "info_player_teamspawn"
"BSP" "C:\Program Files (x86)\Steam\steamapps\common\SourceSDK\bin\source2007\bin\vbsp.exe"
"Vis" "C:\Program Files (x86)\Steam\steamapps\common\SourceSDK\bin\source2007\bin\vvis.exe"
"Light" "C:\Program Files (x86)\Steam\steamapps\common\SourceSDK\bin\source2007\bin\vrad.exe"
"GameExeDir" "C:\Program Files (x86)\Steam\steamapps\common\Source SDK Base 2007"
"MapDir" "C:\Program Files (x86)\Steam\steamapps\common\"
"BSPDir" "C:\Program Files (x86)\Steam\SteamApps\sourcemods\gesource\maps"
"CordonTexture" "tools\toolsskybox"
"MaterialExcludeCount" "0"
}
}
}
"SDKVersion" "3"
}

Then load Hammer and change the game paths/settings as needed.
Title: Re: How to Install/Setup Hammer
Post by: TheIgnorantPianist on August 15, 2014, 08:56:20 pm
Close the SDK.

SteamApps\common\SourceSDK\bin\source2007\bin\GameConfig.txt:

Code: [Select]
"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\common\SourceSDK\bin\source2007\bin\base.fgd"
"TextureFormat" "5"
"MapFormat" "4"
"DefaultTextureScale" "0.250000"
"DefaultLightmapScale" "8"
"GameExe" "C:\Program Files (x86)\Steam\steamapps\common\Source SDK Base 2007\hl2.exe"
"DefaultSolidEntity" "func_detail"
"DefaultPointEntity" "info_player_teamspawn"
"BSP" "C:\Program Files (x86)\Steam\steamapps\common\SourceSDK\bin\source2007\bin\vbsp.exe"
"Vis" "C:\Program Files (x86)\Steam\steamapps\common\SourceSDK\bin\source2007\bin\vvis.exe"
"Light" "C:\Program Files (x86)\Steam\steamapps\common\SourceSDK\bin\source2007\bin\vrad.exe"
"GameExeDir" "C:\Program Files (x86)\Steam\steamapps\common\Source SDK Base 2007"
"MapDir" "C:\Program Files (x86)\Steam\steamapps\common\"
"BSPDir" "C:\Program Files (x86)\Steam\SteamApps\sourcemods\gesource\maps"
"CordonTexture" "tools\toolsskybox"
"MaterialExcludeCount" "0"
}
}
}
"SDKVersion" "3"
}

Then load Hammer and change the game paths/settings as needed.

Well that fixed it. Thank you soupcan!