Forum: 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