=======================================
WELCOME TO POGAMUT-CUP-2013 COMPETITION
=======================================

This package contains (almost) everything you need to start coding bot for the PogamutCup 2013 competition.

For more information, visit our webpage: http://www.pogamutcup.com/

Contents of the package:
------------------------

PogamutUT2004 platform installer + how to install it:
-- 1) REQUIRED - install UT2004 (or Unreal Anthology that contains it)
-- 2) REQUIRED - install Java 1.6.x JDK (preferable 32-bit version)
-- 3) REQUIRED - set JAVA_HOME environment property to point to Java 1.6.x JDK directory, typically for Windows Vista/7: "C:\Program Files (x86)\Java\jdk1.6.0_22\" 
-- 4) REQUIRED - put "$JAVA_HOME\bin" to path
-- 5) OPTIONAL - whenever you alter the environment variables, it is recommended to restart your system
-- 6) OPTIONAL - install NetBeans 7.1.2 (optional, if you wish to code in NetBeans, you can use Eclipse //RECOMMENDED//, IntelliJ Idea, or whatever containing Maven support)
               - get it from: http://netbeans.org/community/releases/71/
-- 7) REQUIRED - start installer "java -jar PogamutUT2004Installer-3.5.0.jar"
                 -- Apache Maven 3.0.4 
                 -- Unreal Tournament 2004 stuff
                    -- GameBots2004
                    -- UT2004Patch (3369) ~ this patch is not required for Unreal Anthology edition (may be already included in all newly bought UT2004s)
-- 8) OPTIONAL - it is recommended to create MAVEN_HOME environment variable and add "$MAVEN_HOME\bin" to path                    
-- More information about installation process with more hints can be found at: http://pogamut.cuni.cz/main/tiki-download_file.php?fileId=22                    

Maps
-- contains UT2004 maps+tournament version of GameBots2004 that will be used in competition
-- copy UT2004/* into ${UT2004_HOME} directory, e.g. into:
   -- C:\UT2004
   -- C:\Unreal Anthology\UT2004

DMBot-Template
-- standard Maven-based project
-- contains template for the death-match bot, start your coding here
-- project is importable into Eclipse 3.7+ and NetBeans 7.1.2

DMMatch-Template
-- standard Maven-based project
-- contains project for running UT2004 death matches automatically, just adjust various constants to suite your setup and execute
-- project is importable into Eclipse 3.7+ and NetBeans 7.1.2

=======
WARNING
=======

NetBeans has SERIOUS ISSUES with console ... logging too much stuff to NB console will prevent Pogamut 3 Bots from correct execution!!!


