Install Game Engine-
Install game engineImporting from SVN- Open eclipse. Make sure you're in the same workspace as the one you imported the engine in
- Go to File -> New -> Project
- Select SVN -> Projects from SVN
- Select the OpenWar repository
- Click "Next"
- Select "rpg" from the resource tree
- Click finish
- "Check out as project configured using the New Project Wizard"
- Pick "Java Project"
- Enter a project name, e.g. "TopDownRPG"
- Make sure it's using JDK 1.6
- Click "Finish"
- Wait for the SVN contents to get imported
Configuring the project to compile correctly- Right click the project and click "Properties"
- Go to "Java build path"
- Remove the single folder in the tree
- Click "Add folder"
- Select "src" and click OK
- Next to the "default output folder" field, click Browse, select "bin" (create it if neccessary) and click OK
- Go to the tab "Projects"
- Click "Add", select the game engine project and click "OK"
- Close the properties by clicking OK
Running the game for the first time- Go to "Run -> Run..."
- Double-click "Java Application"
- Give the configuration an appropriate name
- As main class, enter "org.openwar.rpg.Main"
- Click "Run" to save and run this configuration
Running the game again- Select the launch configuration you created in the "Run" toolbar menu (green Play button in the toolbar) or in "Run -> Run History"