Loading...
 

Download

Pogamut Platform






  • Current version: 3.7.0
    • Pogamut UT2004 Installer 3.7.0 for UT2004 containing:
      • GameBots2004
      • UT2004 latest patch 3369
      • Apache Maven 3.0.4
      • NetBeans Plugins
      • yaPOSH editor
      • NAV MESH + NAV MESH NAVIGATOR
        • Use nmNav instead of navigation
        • Note that you have to manually supply navmesh for a given map, download navmeshes here, and put them into 'navmesh' folder of your bot project
      • Example project archetypes


    • Pogamut UT3 Installer 3.5.3 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)
      • Note that PogamutUT3 was not released in v3.6.0

    • Pogamut Emohawk Installer 3.7.0 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.7.0 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


  • Watch our continuous integration in Jenkins !

EmohawkVille


Old releases


Pogamut Libraries

  • Current version: 3.7.0
  • Current devel vesion: 3.7.1-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.7.0, Maven will pick up new libraries automatically. Snippet:

<parent>
  <groupId>cz.cuni.amis.pogamut.ut2004</groupId>
  <artifactId>pogamut-ut2004-bot-pom</artifactId>
  <version>3.7.0</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

News

News RSS RSS feed for News link



Pogamut

Quarterly RSS RSS feed for quarterly reports

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.