kahrn
August 18th, 2006, 09:10 PM
This article covers how to install Unreal Tournament 2004 under Ubuntu (6.06, Dapper Drake), however it applies to pretty much all other distributions. It also covers how to patch it, and how to install the additional Mega Pack content.
Update @ 29/8/06 - It is possible to install the mega pack content without Wine if you prefer. See the 1st reply to this thread by stuart.crouch.
To follow this guide you'll need a legal copy of Unreal Tournament 2004, the latest patch, and the UT2004 Mega Pack Install (UT2004MegaPack.exe). You will also need to have wine installed to run the mega pack install, for more information on that search the forums or run automatix. You will also need to have glx enabled.
Ok, lets start out with installing Unreal Tournament 2004.
Insert the UT2k4 DVD into your DVD drive, and wait for ubuntu to mount it, and if it doesn't mount, mount it yourself (e.g. sudo mount /dev/cdrom /media/cdrom0 -t iso9660 ).
Once the dvd is mounted, open a terminal and navigate to it, and then run the shell install script.
cd /media/cdrom0
sudo sh linux-installer.sh
You should be presented with an install program, leave all the defaults and skip through it. Wait for the install to finish, and then continue following the article.
Once the install is complete, it is time to install the additional content from the megapack. This can be done by using wine to install it into a seperate directory, and then copying the content from that directory into /usr/local/games/ut2004.
So go ahead and run UT2004MegaPack.exe. In my case I'll be installing it into ~/.wine/drive_c/temp/. It is important we install the megapack content and THEN the patch.
wine UT2004MegaPack.exe
cd ~/.wine/drive_c/temp/
sudo cp -R * /usr/local/games/ut2004
rm -r ./*
Now the additional content has been installed, let's apply the patch. Decompress the path file (it should be a .bz2 or something similar) and then open a terminal to the uncompressed folder (UT2004-Patch).
Now we shall recursively copy the files and folders in the patch folder to the ut2004 folder.
cd UT2004-Patch
sudo cp -R * /usr/local/games/ut2004/
Now run ut2004, and go to the community section to check that you have the very latest version.
Update @ 29/8/06 - It is possible to install the mega pack content without Wine if you prefer. See the 1st reply to this thread by stuart.crouch.
To follow this guide you'll need a legal copy of Unreal Tournament 2004, the latest patch, and the UT2004 Mega Pack Install (UT2004MegaPack.exe). You will also need to have wine installed to run the mega pack install, for more information on that search the forums or run automatix. You will also need to have glx enabled.
Ok, lets start out with installing Unreal Tournament 2004.
Insert the UT2k4 DVD into your DVD drive, and wait for ubuntu to mount it, and if it doesn't mount, mount it yourself (e.g. sudo mount /dev/cdrom /media/cdrom0 -t iso9660 ).
Once the dvd is mounted, open a terminal and navigate to it, and then run the shell install script.
cd /media/cdrom0
sudo sh linux-installer.sh
You should be presented with an install program, leave all the defaults and skip through it. Wait for the install to finish, and then continue following the article.
Once the install is complete, it is time to install the additional content from the megapack. This can be done by using wine to install it into a seperate directory, and then copying the content from that directory into /usr/local/games/ut2004.
So go ahead and run UT2004MegaPack.exe. In my case I'll be installing it into ~/.wine/drive_c/temp/. It is important we install the megapack content and THEN the patch.
wine UT2004MegaPack.exe
cd ~/.wine/drive_c/temp/
sudo cp -R * /usr/local/games/ut2004
rm -r ./*
Now the additional content has been installed, let's apply the patch. Decompress the path file (it should be a .bz2 or something similar) and then open a terminal to the uncompressed folder (UT2004-Patch).
Now we shall recursively copy the files and folders in the patch folder to the ut2004 folder.
cd UT2004-Patch
sudo cp -R * /usr/local/games/ut2004/
Now run ut2004, and go to the community section to check that you have the very latest version.