VOGONS


First post, by mtest001

User metadata
Rank Member
Rank
Member

Hi all,
I want to spin up a UT2003 server to play with some friends, unfortunately I can't get the archive of the linux standalone server.

All the links on this website are broken:

https://www.beyondunreal.com/main/ut2003/ut2003essential.php
https://www.beyondunreal.com/articles/running … 03-demo-server/

A search on archive.org did not bring anything. Same thing with file search in Google.

Thank you for your help.

/me love my P200MMX@225 Mhz + Voodoo Banshee + SB Live! + Sound Canvas SC-55ST = unlimited joy !

Reply 2 of 3, by mtest001

User metadata
Rank Member
Rank
Member

Great, thanks a lot !

/me love my P200MMX@225 Mhz + Voodoo Banshee + SB Live! + Sound Canvas SC-55ST = unlimited joy !

Reply 3 of 3, by mtest001

User metadata
Rank Member
Rank
Member

Ok, after a little bit of efforts I managed to get it to work on a modern linux.

It's a 32 bits app so there are a few libraries to be installed.

Just in case someone want to try out, here is the procedure I followed:

sudo apt-get install libc6-i386
sudo dpkg --add-architecture i386
sudo apt update
sudo apt install libgcc-s1:i386

Edit Default.ini:
change reference to the NvidiaLogo.ut2 (use CTF-Face3 for example)
Change the master server to utmaster.openspy.net
Enable webserver:
- Change "bEnabled=" to True
- Add "ListenPort=8080" or whatever suits you (remember that only root can bind ports below 1024 so if you want to start the game server as a non-root user, which you should, use a high number port)

Change Adminpassword ← does not seem to do anything, admin login and password can be set when launching the server see below

Launch the server:
linux32 ./ucc-bin server CTF-Face3?AdminName=admin?AdminPassword=sekrit -nohomedir -ini=Default.ini

Open ports 7777(udp) 7778(udp) and 7787(udp) (and possibly 10777, tbc)

Now I'm going to make a Docker image of this to make my life easier.

/me love my P200MMX@225 Mhz + Voodoo Banshee + SB Live! + Sound Canvas SC-55ST = unlimited joy !