Build Instructions - revolucas/CoC-Xray GitHub Wiki

Build Instructions

This project is maintained under Visual Studio 2013. You need https://developer.microsoft.com/en-us/windows/downloads/windows-8-1-sdk You need these SDK libraries: https://drive.google.com/file/d/0B0zCaycrwhLHX09kaXdSeWNhWVE/view?usp=sharing

  1. Open Property Manager tab (View > Other Windows > Property Manager)
  2. Under User Macros, change xrSdkLibDir to point to the downloaded SDK Libraries
  3. Under User Macros, change xrGameDir to point to your desired output location for the compiled binaries
  4. After building the solution copy lua51.dll from src\3rd party\luajit-2\bin\x86 into your xrGameDir folder.
  5. If you are not using CoC, then you need the minimal changes foud in res\gamedata
  • Notes: Currently only Release/Win32 and Debug/Win32 will build
  • If you find a bug or have an enhancement request, file an Issue.
  • Please go to our Wiki pages for detailed description of changes and other useful information.