You want to make some maps for No More Room in Hell but you don't know how to configure the Valve Hammer Editor?
This video will explain how to have a working Source SDK:
PLEASE READ: You have to do some modifications in the GameConfig.txt file otherwise it won't work! Please read the whole post before reporting problems, thanks!
Dailymotion: http://www.dailymoti...hell_videogames
Download the video: http://www.multiupload.com/RLLP59HOZ1
NOTE: I've my Windows in french, if you don't understand something, if you have a question or a comment to do: feel free to contribute!
Open your GameConfig.txt file (can be found in "C:\Program Files (x86)\Steam\SteamApps\[YOUR ACCOUNT]\sourcesdk\bin\source2007\bin") with a text editor, delete everything then copy/paste this inside:
"Configs"
{
"Games"
{
"No More Room in Hell"
{
"GameDir" "[INSTALL DIR]\steam\SteamApps\sourcemods\nmrih"
"hammer"
{
"GameData0" "[INSTALL DIR]\steam\SteamApps\sourcemods\nmrih\fgd\nmrih.fgd"
"TextureFormat" "5"
"MapFormat" "4"
"DefaultTextureScale" "0.250000"
"DefaultLightmapScale" "16"
"GameExe" "[INSTALL DIR]\Steam\SteamApps\[STEAM ACCOUNT]\source sdk base 2007\hl2.exe"
"DefaultSolidEntity" "func_detail"
"DefaultPointEntity" "info_player_commons"
"BSP" "[INSTALL DIR]\steam\steamapps\[STEAM ACCOUNT]\sourcesdk\bin\source2007\bin\vbsp.exe"
"Vis" "[INSTALL DIR]\steam\steamapps\[STEAM ACCOUNT]\sourcesdk\bin\source2007\bin\vvis.exe"
"Light" "[INSTALL DIR]\steam\steamapps\[STEAM ACCOUNT]\sourcesdk\bin\source2007\bin\vrad.exe"
"GameExeDir" "[INSTALL DIR]\steam\SteamApps\sourcemods\nmrih"
"MapDir" "[INSTALL DIR]\steam\SteamApps\sourcemods\nmrih\maps"
"BSPDir" "[INSTALL DIR]\Steam\SteamApps\sourcemods\nmrih\maps"
"CordonTexture" "tools\toolsblack"
"MaterialExcludeCount" "0"
}
}
}
"SDKVersion" "3"
}
You'll have to manually add some informations like the installation directory and your Steam account name ("[INSTALL DIR]" is certainly "c:\Program Files (x86)"), save the file then restart the Source SDK.
Useful links:
"Making a map" informations thread
Mapping Resources
NMRIH Mapping Wiki (infos about entities)
Enjoy!
Edited by Zealot, 09 September 2012 - 09:41 PM.

















