Download

Pogamut Platform





    • Pogamut UT3 Installer 3.5.1(external link) for UT3(external link) 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(external link) using UnrealEngine2(external link) 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(external link) using DefCon game(external link) 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


  • 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


Acknowledgement

This work is supported by GA UK 1053/2007/A-INF/MFF (2007-8), GA UK 351/2006/A-INF/MFF (2006-8), the Ministry of Education of the Czech Republic (grant MSM0021620838) (2008-9), by the Program "Information Society" under project 1ET100300517 (2006-9), and the project Integration of IT Tools into Education of Humanities (2006-8) and by the project CZ.2.17/3.1.00/31162, which are financed by the European Social Fund, the state budget of the Czech Republic, and by the budget of Municipal House Prague.