How to install
From ACE Team Wiki
To install the ZenoClash SDK just follow these instructions:
- 1 - Download the file ZenoClashSDK.exe
- 2 - Copy the downloaded file to your ZenoClash folder. (usually c:\program files\steam\steamapps\common\zenoclash)
- 3 - Execute the downloaded file
Note: Steps 4 to 6 are only necessary if you have a different steam location
- 4 - Open bin folder
- 5 - Open GameConfig.txt in a text editor:
"Configs"
{
"Games"
{
"Zenozoik"
{
"GameDir" "c:\program files\steam\steamapps\common\zenoclash\zenozoik"
"Hammer"
{
"GameData0" "dev.fgd"
"GameData1" "zenozoik.fgd"
"TextureFormat" "5"
"MapFormat" "4"
"DefaultTextureScale" "0.250000"
"DefaultLightmapScale" "16"
"GameExe" "c:\program files\steam\steamapps\common\zenoclash\zenozoik.exe"
"DefaultSolidEntity" "func_detail"
"DefaultPointEntity" "info_player_start"
"BSP" "vbsp.exe"
"Vis" "vvis.exe"
"Light" "vrad.exe"
"GameExeDir" "$zenoclashdir"
"MapDir" "c:\program files\steam\steamapps\common\zenoclash\mapsrc"
"BSPDir" "c:\program files\steam\steamapps\common\zenoclash\zenozoik\maps"
"CordonTexture" "tools\toolsskybox"
"MaterialExcludeCount" "0"
}
}
}
"SDKVersion" "3"
}
- 6 - Replace "c:\program files\steam\steamapps\common\zenoclash" with your own ZenoClash folder location (in the corresponding four lines)
After all steps are complete:
- You can access the Hammer editor by running "run_hammer.bat"
- You can access the game in developer mode by running "run_dev.bat"
- You can access the model viewer by running "run_hlmv.bat"
