This installation contains a modified version of Unreal Tournament with just the files needed to run the game in dedicated server mode.
Starting a Server
The setup program will have created a shortcut titled "Start UT Server" in your Start Menu. This shortcut will start a simple, unconfigured deathmatch server. Once the server is running, you should use the remote administration feature to configure your UT
server. See the Remote Administration section below for more information.
Launching the Server from the Command Line
The syntax for running a server from a command line is as follows:
C:\UnrealTournament\System> ucc.exe server
mapname.unr?game=GameType [port=portnum] [multihome=ipaddress] [ini=inifilename] [log=logfilename]
port - the optional base port number the server uses.
ini - the name of the ini file the server uses. This defaults to UnrealTournament.ini
log - the name of the logfile the server generates. The default is ucc.log
multihome - the IP address the server should bind to, if your server has multiple local IP addresses.
GameType - specifies the game type. One of Botpack.DeathMatchPlus, Botpack.Domination, Botpack.CTFGame, Botpack.LastManStanding..
[snip]...
For more information please read documentation accompanying this package.