Skip to content

Setup Guide for Development

Vaughan Hilts edited this page Jul 24, 2014 · 10 revisions

Dependencies

Make sure you have all of the following installed before proceeding, you will need them to run the source code. Note: While Visual Studio is not explicitly needed to compile some things, it is the only supported IDE by the team.

Setting Up

Checkout the latest version of the code you want to use. If you are interested in running this for creating a game, checkout master or the latest release. If you are interested in developing code, checkout development. Master is considered the 'stable branch'. Nothing should be broken there, theoretically.

Running the game

If you want to just run the client and server to check out the sample game, do the following:

  • Right click Solution "OpenORPG" in the Solution Explorer.
  • Left click Properties at the bottom of the list.
  • Fill out the startup projects to match that of the image below

Setup the configuration for the OpenORPG.TypeScriptClient project.

  • Right click on the OpenORPG.TypeScriptClient project.
  • Left click Properties at the bottom of the list.
  • Make sure that the Web tab is selected, and the content in it matches the image below.

Clone this wiki locally