Skip to content

Build Instructions for Windows GUI Version on Windows

janne-hmp edited this page Aug 6, 2023 · 9 revisions

Preparation

  1. Install Visual Studio — Visual Studio Installation for ASCII and Windows GUI Version Development.
  2. Clone Repository — Clone Repository in Visual Studio.
  3. NEW — If you are using an old version of the repository, you may need to delete old directories, because we have changed some paths.

Build

  1. Open GnollHack Solution in Visual Studio.
  2. Install Tile Sets and FMOD Sound Banks
  3. Choose the x64 solution platform in the menu bar.
  4. Select Debug as your solution configuration. You can also use Release, when you plan to build a release build.
  5. Right click on the GnollHackW project and choose Rebuild.
  6. You should now be able to find GnollHackW.exe at [directory path of your GnollHack repository]\bin\Debug\x64. Double-click on it to play.

Debugging

After building the solution according to the above instructions (using the Debug solution configuration):

  1. Set GnollHackW as startup project.
  2. Hit the green Start button to debug the program.
Clone this wiki locally