- Installation pre-requirements
- Installation + First-Steps tutorials
- Pogamut UT3 Installer 3.5.1
for UT3
containing:
- GameBotsUT3
- Apache Maven 3.0.4
- NetBeans Plugins
- Example project archetype (so far the only HunterBot containing all the UT3 specific code)
- Pogamut Emohawk Installer 3.5.1
using UnrealEngine2
containing:
- UnrealEngine2 Runtime (to be used free of charge for non-commercial purposes, see their license)
- GameBotsUE2
- lot of custom body animations, emoticons and out EmohawkVille map (fairly large city)
- Apache Maven 3.0.4
- NetBeans Plugins
- Example project archetypes
- Pogamut DefCon Installer 3.5.1
using DefCon game
containing:
- DefCon game downloader
- Apache Maven 3.0.4
- Example project archetypes
- Auto-downloads demo version of Defcon game
- Be sure to run Defcon once before starting example bot
- Note that you have to alter example bot property file and fill correct path to Defcon, see PogamutDefcon.properties
- Note that example bot is run from ant\build.xml use target run
- Development version (nightly builds): 3.5.2-SNAPSHOT
- Watch our continuous integration in Jenkins !
Old releases
Pogamut Libraries
- Current version: 3.5.1
- Current devel vesion: 3.5.2-SNAPSHOT
- Change log:
- UT2004AStar class implemented (access this.aStar in main bot class) providing customizable AStar algorithm
- toLocation() method fixed - Rotation wasn't converted correctly to directional vectors
NOTE: There is no need to install anything to use Pogamut libraries, all you have to do is edit
pom.xml file of your project and alter
<parent> pom version into
3.5.1, Maven will pick up new libraries automatically. Snippet:
<parent>
<groupId>cz.cuni.amis.pogamut.ut2004</groupId>
<artifactId>pogamut-ut2004-bot-pom</artifactId>
<version>3.5.1</version>
</parent>
<repositories>
<repository>
<id>amis-artifactory</id>
<name>AMIS Artifactory</name>
<url>http://diana.ms.mff.cuni.cz:8081/artifactory/repo</url>
</repository>
</repositories>
Bug reporting
SVN