I wanted to share how I was able to get Rocket Arena running with ioquake3. RA3 is by far one of my favorite mods, and I am certainly nostalgic for those long-gone summer days. I’ve recently stood up a server in AWS and shared it in the Discord.
Ioquake3
https://ioquake3.org/get-it/
I am a fan of ioquake3. The experience is consistent between Windows and Linux. Start by installing this software.
Rocket Arena 1.8
https://www.mirrorservice.org/sites/qua ... ra3180.zip
To my surprise, there was a version 1.8 released in late 2008 which includes fixes for PR 1.32. Download the contents and extract everything to your ioquake3 installation directory. The music player stopped working after Punk Buster was added to the PR’s before RA3 1.76 came out. Other than that, it feels the same.
You will want to use the RA3.exe binary to launch the mod. The Linux binary is also included in the same package with similar name. There is a dedicated server binary also.
If you have errors launching the Linux binary, you need to install support for 32-bit architecture in your distro. If you are working with Ubuntu, then:
Code: Select all
dpkg --add-architecture i386
apt-get install -y libc6:i386 libncurses5:i386 libstdc++6:i386
From that point on, you should be able to play.
Servers
If anyone is interested, I created a container of an RA3 dedicated server. This is what I use on the cloud. Feel free to try it out.
https://github.com/alcachofass/rocketarena3container