Unreal Anthology and linux
Monday, August 27th, 2007I spent a little bit of time getting my Unreal Anthology pack to work under Ubuntu 7.04. If you have the individual games then you don’t need to worry about this since they come with their own linux installer (I think). So far I’ve only got Unreal Tournament 2004, or 2k4, working. Here are the steps to get it working:
- Install Unreal Tournament in windows. I have ntfs-3g installed on my computer and have two operating systems. This is what I did, you can install on another box and copy it over to your computer or use wine to install the game.
- Download the linux patch for the game and extract it into your game directory. You can get a copy of the patch on the Files Page.
- You need to copy some libraries to your UT2004/System directory.
- You need openal.so and libSDL-1.2.so.0.
- I found libSDL-1.2.so.0 in my /usr/lib dir.
- I had to apt-get install libopenalpp-cvs1 and then cp /usr/lib/libopenalpp.so.1.0.0 to openal.so in my UT2004/System dir.
- Apparently you should use libopenal.so.0 instead. But it worked for me
- Create a file in your UT2004/System called CDKey with your anthology cd key.
- Run UT2004/System/ut2004-bin and enjoy.
If anyone wants me to try and get the other games working let me know and I can try that.
I found how to do this from these websites:
Some forum with most of the useful info.
An Ubuntu forum which I used to find where to get openal and get that working (the openal instructions from the above link didn’t work for me).