[Pogamut-list] Multiple Servers in 3.2

jakub.gemrot pogamut-forum at diana.ms.mff.cuni.cz
Fri Apr 22 19:56:36 CEST 2011


Re: Multiple Servers in 3.2

Author: jakub.gemrot

Inside UT2004DeathMatch you can access observers which are attached to every bot. Search the code for "UT2004Analyzer".

In the end of the match, the object UT2004DeathMatchResult is created and filled up that also contains

{CODE()}
private Map botObservers = new HashMap();
{CODE}

Which can be obtained via: getBotObservers()

Every such observer contains method: getStats() which returns AgentStats for particular agent.

Notice that NATIVE bots are not observed! This can't be supported by UT2004 unfortunately.


Regarding 05-deathmatch-1vnative it seems its not working as anticipated if it is failing. I will try to check it out and fix.

Best,
Jimmy

-- 
Reply Link: <http://diana.ms.mff.cuni.cz/main/tiki-view_forum_thread.php?forumId=4&comments_reply_threadId=4&comments_parentId=676&post_reply=1#form>





More information about the Pogamut-list mailing list