Forum: PogamutUT2004

Multiple bots and games

HI!
Is there any way to create a game with a bot developed by my, for example "EmptyBot.java" that plays versus Unreal2004 bots godlike difficulty level, and detect when the game ends to start another game equal to previous.

Thanks!
Best regards!
> HI!
> Is there any way to create a game with a bot developed by my, for example "EmptyBot.java" that plays versus Unreal2004 bots godlike difficulty level, and detect when the game ends to start another game equal to previous.
>
> Thanks!
> Best regards!

Hi!
I've managed to connect my bots with Unreal bots, but I still not know how to detect that a game is over and when this happen start another game equal to the last.
I use ControlConnection package.

Thanks!
Best regards!
Hi!

I'm sorry to be slacking, but here you go.

There is already debugged project UT2004Tournaments that allows you to automaticaly setup tournaments (currently DM and limited CTF) between your own bots
as well as native bots. See svn://artemis.ms.mff.cuni.cz/pogamut/trunk/project/Addons/UT2004Tournament project.

Unfortunately you will need to work with SVN and build it for your own. See "test" folder of the project that contains multiple examples how to setup and run tournaments.

Moreover, there is a Maven MOJO coming out right now! One of our colleague is finishing Maven Plugin that will allow you to specify "tournaments" as part of your
integration process. What is even more exciting is that the Plugin is producing graphs with trends as well! See: svn://artemis.ms.mff.cuni.cz/pogamut/trunk/project/Addons/UT2004TestFW.

I'll tell him to report here to help you with first steps.

Cheers!
Jakub
> HI!
> Is there any way to create a game with a bot developed by my, for example "EmptyBot.java" that plays versus Unreal2004 bots godlike difficulty level, and detect when the game ends to start another game equal to previous.
>
> Thanks!
> Best regards!

There is a mojo coming out indeed! It's a plugin that lets you automatically run, analyze matches and generates a report from them. Among other capabilities it can automatically run matches between your bot and native bots, so go on and give it a try.

You can view its documentation right now on its site: http://goo.gl/X5wi6. Note, that this plugin is very new, so you might encounter some bugs. On the other side I would be very glad if you would try it out, because it needs testing :-). So if you find any bug, or need some help, let me know here or on my email batsup(a)gmail.com.