Unreal Tournament Sample Usage

Preparation for the Unreal Tournament demo

The scripts and configuration for Unreal Tournament are located under samples/ue4/ut4. They use an environment variable named UTROOT to figure out where the Unreal Tournament build is located. Set it to your local version of Unreal Tournament.

For Windows command prompt, specify your UTROOT variable like this:

set UTROOT=C:\UnrealTournament

If you are using a different shell, you will have to adjust. For example, if you are using Bash, then the command should instead be:

export UTROOT='C:\UnrealTournament'

You can now configure the services to run the Unreal Tournament demo with these commands:

genvid-sdk clean-config
genvid-sdk load-config-sdk
py ut4.py load
py ut4.py build # Build the web site
genvid-sdk monitor # Open the cluster-ui at the jobs page

If you need more information on how to use the local environment, proceed to this page.