Table of Contents

Installing the wizards for development

SEE the confluence page for an up-to-date install guide https://skymerchant.atlassian.net/wiki/display/DEV/Installation

Requirements

Visual Studio 2012 (Resharper strongly recommended) Dropbox DX11 compatible graphics card

Installation guide

Installing all software

The first thing you should do is get access to the wizards assets dropbox. It contains a folder of software to install in order to develop for The Wizards. You should install the following software, preferably using the versions from this software folder, in given order:

IMPORTANT NOTES When installing msysgit, make sure you check the commit-as is option when asked for by the installer.

Getting the source

If all is well you should now have all the required software to develop and run The Wizards. Time to get the source code.

The Wizards uses git for development. The main wizards repository is at: https://bitbucket.org/mhgamework/the-wizards. This respository is read-only, so you have to fork it in order to make changes.

New to GIT, or simply still confused? Check out UsingGIT.

Compiling

Now that you have the source and it is checked out, you are read to build and run the project! To build The Wizards the first time, follow these steps:

(all paths are relative to the source root)

Developing & Running

Now you are ready to go. Open up /The Wizards.sln for engine development, or /The Wizards Gameplay/The Wizards Gameplay.sln for gameplay development. The latter compiles a lot faster.

When working with The Wizards.sln:

When working with The Wizards Gameplay.sln

Be sure to read about the SourceDirectoryStructure to find out where you should put your files!