Pogamut Platform
- Installation pre-requirements
- You must have Java JDK 1.6 or 1.7 or 1.8 installed
- You must have NetBeans 7.3+ installed. (Plugins are known to work in NetBeans 7.1.2 as well)
- BE SURE TO RUN INSTALLERS WITH ADMIN PRIVILEGES HAVING UAC TURNED OFF!
- Installation + First-Steps tutorials
- Installation + First-Steps tutorial using NetBeans platform
- First-Steps tutorial for Eclipse (HTML)
- PDF version (we thank Liew Clement, clementliew at nus.edu.sg, National University of Singapore for creating this tutorial!)
- How to install Pogamut from scratch - 3rd party video tutorial (thanks to Nil Roessler from Lehigh University!):
- 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 UT2004 Installer 3.7.0 for UT2004 containing:
- Having problems? Archetypes not installed? Try to follow these installer steps.
- 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
- Development version (nightly builds): 3.7.1-SNAPSHOT
- 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
- For bug reporting use Pogamut Mantis
SVN
- Web access to SVN repository - Pogamut 3 (latest) version in trunk directory
- Access to SVN repository - Pogamut 3 (latest) version in trunk directory