#[FIXED] How to install Hammer++ for Age Of Chivalry?
19 messages · Page 1 of 1 (latest)
you have to manually set up a game config for Age of Chivalry" (aka "AOC" in the source SDK launcher you select the branch which is 2007 then click the setup config button , you cant use source sdk 2013 hammer or H++ for a 2007 game
x
[FIXED] How to install Hammer++ for Age Of Chivalry?
TUTORIAL on how to install Hammer++ for Age Of Chivalry
- Before everything, you need to own Half-Life 2 in order to play on Age Of Chivalry.
- Download and Install Steam from online.
- Install Age of Chivalry from Steam dashboard.
- Install Source SDK Base 2013 Singleplayer from Steam dashboard (On the "Library" page, Click on the "All" dropdown menu from the vertical sidebar and choose "tool" to find it).
- Download Hammer++ Source SDK Base 2013 Singleplayer zip file on Hammer++ website.
https://github.com/ficool2/HammerPlusPlus-Website/releases/download/8869/hammerplusplus_2013sp_build8869.zip
- Extract the 4 following elements "hammerplusplus" folder, "hammerplusplus.exe", hlmvplusplus.dll"" and "hlmvplusplus.exe" from the "bin" folder.
- Add them to the "bin" folder of the following path "C:\Program Files (x86)\Steam \steamapps\common\Source SDK Base 2013 Singleplayer\bin..."
- Launch the original (vanilla) "hammer.exe" file in order to automatically set-up a "GameConfig.txt" and click on "New", then Quit the file...
- Paste a new entry "Age Of Chivalry"{...} just below "Games"{ and before "Half-Life 2"{ just like below:
"Age Of Chivalry"
{
"GameDir" "$SteamUserDir\Source SDK Base 2007\ageofchivalry"
"Hammer"
{
"GameData0" "$SteamUserDir\Source SDK Base 2007\ageofchivalry\aoc.fgd"
"TextureFormat" "5"
"MapFormat" "4"
"DefaultTextureScale" "0.250000"
"DefaultLightmapScale" "16"
"GameExe" "$SteamUserDir\Source SDK Base 2007\hl2.exe"
"DefaultSolidEntity" "func_detail"
"DefaultPointEntity" "prop_static"
"BSP" "$SteamUserDir\Source SDK Base 2013 Singleplayer\bin\vbsp.exe"
"Vis" "$SteamUserDir\Source SDK Base 2013 Singleplayer\bin\vvis.exe"
"Light" "$SteamUserDir\Source SDK Base 2013 Singleplayer\bin\vrad.exe"
"MDL" "$SteamUserDir\Source SDK Base 2013 Singleplayer\bin\studiomdl.exe"
"GameExeDir" "$SteamUserDir\Source SDK Base 2007"
"MapDir" "$SteamUserDir\Source SDK Base 2007\sourcesdk_content\ageofchivalry\mapsrc"
"BSPDir" "$SteamUserDir\Source SDK Base 2007\ageofchivalry\maps"
"PrefabDir" "$SteamUserDir\Source SDK Base 2007\sourcesdk_content\ageofchivalry\mapsrc\prefabs"
"CordonTexture" "tools/toolsskybox"
"MaterialExcludeCount" "0"
"Previous" "0"
}
- Change the default "$SteamUserDir" path to your own (maybe something like "C:\Program Files (x86)\Steam\steamapps\common")
- Launch "hammerplusplus.exe" file in order to automatically set-up a "hammerplusplus_gameconfig.txt" and click on "New", then Quit the file.
- Edit "hammerplusplus_gameconfig.txt" file with notepad from "hammerplusplus" folder.
- Add the same code that you have at step 9 in the entry and remember to change the default "$SteamUserDir" path to your own.
-
Last step, paset the 3 following following lines at the end of the "gameinfo.txt" inside the "Source SDK Base 2007\ageofchivalry\gameinfo.txt" so it shoud look like below:
SearchPaths
{
Game |gameinfo_path|.
Game ageofchivalry
Game |all_source_engine_paths|hl2Game |all_source_engine_paths|hl2/hl2_textures.vpk
Game |all_source_engine_paths|hl2/hl2_sound_misc.vpk
Game |all_source_engine_paths|hl2/hl2_misc.vpk
}