LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - Games (https://www.linuxquestions.org/questions/linux-games-33/)
-   -   UT2004 Patch Install (https://www.linuxquestions.org/questions/linux-games-33/ut2004-patch-install-293481/)

carlosinfl 02-22-2005 01:12 PM

UT2004 Patch Install
 
I just installed UT2004 to a local dir /home/carlos/ut2004 & I downloaded the latest patch from unreals website called ut2004-lnxpatch3339.tar.bz2 which is saved to /home/carlos

- How exactly do I install or apply this patch?

- Also are there any map packs or anything like that I will need when I play online?

noobtesting 02-22-2005 03:04 PM

All you have to do is extract the file and then cut and paste into the UT2004 folder and you will have the patch installed and the same goes for the maps that you can download and install. There are some map packs that you can find and download.

carlosinfl 02-22-2005 06:11 PM

What is the command to extract ut2004-lnxpatch3339.tar.bz2 this in its current directory so I can mv the files to /home/carlos/ut2004

noobtesting 02-23-2005 10:25 AM

well I know in KDE you can right click on the file and chose extract here and it will create the folder and what not for you then you can just cut and paste the files into your UT2004 dir.

But in cmd line I think it is tar -xvfj ut2004-lnxpatch3339.tar.bz2
then you know the rest.

Phorem 02-23-2005 12:07 PM

Or you can use this script to install and remove patches (if they screw things up) :

http://www.hetepsenusret.net/files/ut2k*/ut2k4-patch

carlosinfl 02-23-2005 01:15 PM

What did I do wrong? As you can see I did everything from my home directory since I have the game saved in /home/carlos/ut2004 and now the patch has been untarred in a directory called /home/carlos/UT2004-Patch

Code:

[carlos@server ~]$ ls
Desktop  mp3                            ut2004
files    NVIDIA-Linux-x86-1.0-6629-pkg1  ut2004-lnxpatch3339.tar.bz2
icons    pics                            wallpaper
movies  sarge-i386-netinst.iso
[carlos@server ~]$ tar -jxvf ut2004-lnxpatch3339.tar.bz2
****Lots of files decompressing****
[carlos@server ~]$ ls
Desktop  mp3                            ut2004
files    NVIDIA-Linux-x86-1.0-6629-pkg1  ut2004-lnxpatch3339.tar.bz2
icons    pics                            UT2004-Patch
movies  sarge-i386-netinst.iso          wallpaper
[carlos@server ~]$ cd UT2004-Patch/
[carlos@server UT2004-Patch]$ ls
Animations  Help  Speech  System  Textures  Web
[carlos@server UT2004-Patch]$ mv * /home/carlos/ut2004
mv: cannot overwrite directory `/home/carlos/ut2004/Animations'
mv: cannot overwrite directory `/home/carlos/ut2004/Help'
mv: cannot overwrite directory `/home/carlos/ut2004/System'
mv: cannot overwrite directory `/home/carlos/ut2004/Textures'
mv: cannot overwrite directory `/home/carlos/ut2004/Web'


Tuttle 02-23-2005 01:35 PM

quote: "mv: cannot overwrite directory"

try:

chmod -r u+rw ~/ut2004

then:

cd ~/UT2004-Patch
cp -R ./* ../ut2004

edit: or mv!

carlosinfl 02-23-2005 01:40 PM

Code:

[carlos@server ~]$ chmod -r u+rw /home/carlos/ut2004
chmod: cannot access `u+rw': No such file or directory


Phorem 02-23-2005 03:17 PM

carwill, use the script i posted above. It does it all for you :-) Just right click it and save as.

Tuttle 02-23-2005 06:24 PM

oops sorry, "-r" is wrong option, should be "-R"!

(man chmod man!)

carlosinfl 02-24-2005 01:45 AM

Quote:

Originally posted by Phorem
carwill, use the script i posted above. It does it all for you :-) Just right click it and save as.
I clicked on the link and see it some kind of script but when I save it to my directory /home/carlos, what do I do then? Sorry, just want to be sure I don't mess this up.

Phorem 02-24-2005 02:33 AM

After you have downloaded the script and the patch to your home directory, do :

sh ut2k4-patch ut2004-lnxpatch3355.tar.bz2

in a console.

carlosinfl 02-24-2005 05:00 PM

So I just right click that URL and "save as"? When I double left click the URL I get a HTML page with a bunch of sripting codes.

Phorem 02-25-2005 08:57 AM

Ya, you would right click, then save as to your home direcotry. Then you would do :

sh ut2k4-patch ut2004-lnxpatch3355.tar.bz2

in a console.


All times are GMT -5. The time now is 07:08 PM.