Loading...
 

GameBots2004


pls help me solve this problem

i try to start hunter bot and I am new in pogamut...
When I run the server and then the bot, this appear on my console:

This is only txt file (extract from my console)
http://leteckaposta.cz/489375663

thak you very much

Fero
Hi! I'm sorry to answering this late!

I've inspected the console.txt, thanks for sending!

The problem lies here:
"""
Cause: class cz.cuni.amis.pogamut.base.communication.connection.exception.ConnectionException: LogCategory(Connection): java.net.ConnectException: Connection refused: connect (127.0.0.1:3000)
"""

This is telling us that Java was unable to connect to 127.0.0.1:3000 that is localhost (your computer) at port 3000. This means that nobody is listening at that port, meaning that GameBots2004 server is not running.

Note that you have to start GameBots2004 server first, which in fact is Unreal Tournament 2004 dedicated server running GameBots2004 mod.

1) go to UT2004/System and confirm that files GameBots2004.u and GameBots2004.ini is there
2) ensure that GameBots2004.ini has following configuration lines
BotServerPort=3000
ControlServerPort=3001
ObservingServerPort=3002
bRandomPorts=False

3) start GameBots2004 server by running UT2004/System/startGamebotsDMServer.bat
... this batch file contains console command ucc server DM-TrainingDay?game=GameBots2004.BotDeathMatch?timelimit=999999
... this tells to start UT2004 dedicated server with GameBots2004 mod on DM-TrainingDay map

4) ensure that the console of GameBots2004 contains line START MATCH

... then, run the HunterBot again :-)

Find more information here: http://www.pogamutcup.com/zdroje/CVUT_2013-03-11.pptx?attredirects=0

Cheers!
Jimmy
 

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.