Page 1 of 1

ChaosUT with Ut_GOTY command line problems

Posted: Mon Oct 17, 2011 9:07 pm
by voodoo1977
Hi

I'm trying to run ChaosUT on Unreal tournament GOTY from command line.

It works absolutely fine from clicking dedicated in create new network game when i manually load up the game and configure it, but i can't get it to run when i make a batch file.

What command line parameters and config files do i need to get this to work from ucc.exe?

Thanks for any help

Voodoo

Posted: Tue Oct 18, 2011 12:14 am
by R.Flagg
Hi.

Does this help?
Sample bat file to start a koth server:

c:
cd \unrealtournament\system
ucc server koth_alpha_pyramid.unr?Game=Chaosgames.ChaosKOTH?Listen -server log=server.log

and for KOTH team game

c:
cd \unrealtournament\system
ucc server koth_outpost_arena.unr?Game=Chaosgames.ChaosTeamKOTH?Listen -server log=server.log
(quoted from ChaosUT server setup page)