Multiple Servers
From UnrealAdminWiki
Writtten by BUTTPIRATe
There are very few changes required to run Multiple Servers from the same box.
Edit onsserver.bat This will be the batch file that starts the server
@echo off :10 ucc server ONS-Torlan?game=Onslaught.ONSOnslaughtGame ini=ONSUT2004.ini log=onsserver.log copy onsserver.log onsservercrash.log goto 10
Edit ctfserver.bat This will be the batch file that starts the server
@echo off :10 ucc server CTF-FaceClassic?game=XGame.xCTFGame ini=CTFUT2004.ini log=CTFserver.log copy CTFserver.log CTFservercrash.log goto 10
- ** ADD mutlihome=Your IP Address to the command line if you have multiple IP's on the server.
Now we need to modifiy the ut2004.ini that came with the game. After you edit the file, save it a the new name, eg. ONSUT2004.ini
ONSUT2004.ini
[URL]
Port=7777
[IpDrv.UdpGamespyQuery]
OldQueryPortNumber=
bRestartServerOnPortSwap=False
[UWeb.WebServer]
bEnabled=True
ListenPort=80
Now we need to modifiy the ut2004.ini that came with the game. After you edit the file, save it a the new name, eg. CTFUT2004.ini
CTFUT2004.ini
[URL]
Port=8777
[IpDrv.UdpGamespyQuery
OldQueryPortNumber=
bRestartServerOnPortSwap=False
[UWeb.WebServer]
bEnabled=True
ListenPort=90
If you use a router, make sure you open the ports for the new server also.
