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:
1sudo apt-get install libc6-i386 2sudo dpkg --add-architecture i386 3sudo apt update 4sudo apt install libgcc-s1:i386 5 6Edit Default.ini: 7change reference to the NvidiaLogo.ut2 (use CTF-Face3 for example) 8Change the master server to utmaster.openspy.net 9Enable webserver: 10- Change "bEnabled=" to True 11- 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) 12 13Change Adminpassword ← does not seem to do anything, admin login and password can be set when launching the server see below 14 15Launch the server: 16linux32 ./ucc-bin server CTF-Face3?AdminName=admin?AdminPassword=sekrit -nohomedir -ini=Default.ini 17 18Open 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 !