Project

General

Profile

Wiki » History » Revision 2

Revision 1 (Stephan Schiffel, 2017-02-08 17:08) → Revision 2/4 (Hannes Vilhjálmsson, 2017-02-11 18:23)

h1. Wiki 

 The project was originally hosted on https://github.com/HASParty/ggpai. It was cloned here to have all the code at RU and allow further development. 
 The repository also contains project reports, papers and posters published about the project. 

 h1. Virtual General Game Playing Agent 

 Final project @ RU - Intelligent virtual human representation of GGP AI in a virtual environment 

 h2. How to run 

 h3. Prerequisites 

 * Unity 5 
 * Git bash (if on windows) 
 * Java SDK (make sure JAVA_HOME is defined in your environment variables to make life simpler) 

 h3. Steps 

 # Clone the repository with git ( git clone https://github.com/HASParty/ggpai ) 
 # Navigate a bash console to the ggp folder ("Git bash here" in the ggp folder via the right-click context menu if you installed git bash) and run ./setup.sh - if it fails to find tools.jar, you don't have JAVA_HOME set or not even the JDK installed. 
 # Wait for it to finish running. 
 # Open the trunk folder as a project in the unity editor. Open the Menu scene in the scenes folder. Hit play. 

 h2. Keybindings 

 * SELECT: A on gamepad (face button bottom) / spacebar. 
 * RECENTER: Special left on gamepad / C on keyboard. 
 * DEBUG INFO: L to display debug information on mood and behaviour (hold right-click to disable camera movement to be able to look at the behaviour chunks). 
 * TOGGLE VISIBILITY: T on keyboard to toggle AI actor visibility. 

 h2. Enabling VR 

 Project settings -> player -> virtual reality supported