LinuxQuestions.org
Download your favorite Linux distribution at LQ ISO.
Home Forums Tutorials Articles Register
Go Back   LinuxQuestions.org > Forums > Linux Forums > Linux - Software > Linux - Games
User Name
Password
Linux - Games This forum is for all discussion relating to gaming in Linux.

Notices


Reply
  Search this Thread
Old 02-22-2005, 01:12 PM   #1
carlosinfl
Senior Member
 
Registered: May 2004
Location: Orlando, FL
Distribution: Arch
Posts: 2,905

Rep: Reputation: 77
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?
 
Old 02-22-2005, 03:04 PM   #2
noobtesting
Member
 
Registered: Mar 2004
Location: Illinois
Distribution: Mint 15
Posts: 163

Rep: Reputation: 30
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.
 
Old 02-22-2005, 06:11 PM   #3
carlosinfl
Senior Member
 
Registered: May 2004
Location: Orlando, FL
Distribution: Arch
Posts: 2,905

Original Poster
Rep: Reputation: 77
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
 
Old 02-23-2005, 10:25 AM   #4
noobtesting
Member
 
Registered: Mar 2004
Location: Illinois
Distribution: Mint 15
Posts: 163

Rep: Reputation: 30
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.
 
Old 02-23-2005, 12:07 PM   #5
Phorem
Member
 
Registered: Nov 2003
Location: Toronto, Canada
Distribution: Gentoo AMD64
Posts: 374

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

http://www.hetepsenusret.net/files/ut2k*/ut2k4-patch
 
Old 02-23-2005, 01:15 PM   #6
carlosinfl
Senior Member
 
Registered: May 2004
Location: Orlando, FL
Distribution: Arch
Posts: 2,905

Original Poster
Rep: Reputation: 77
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'
 
Old 02-23-2005, 01:35 PM   #7
Tuttle
Senior Member
 
Registered: Jul 2003
Location: Wellington, NZ
Distribution: mainly slackware
Posts: 1,291

Rep: Reputation: 52
quote: "mv: cannot overwrite directory"

try:

chmod -r u+rw ~/ut2004

then:

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

edit: or mv!

Last edited by Tuttle; 02-23-2005 at 01:37 PM.
 
Old 02-23-2005, 01:40 PM   #8
carlosinfl
Senior Member
 
Registered: May 2004
Location: Orlando, FL
Distribution: Arch
Posts: 2,905

Original Poster
Rep: Reputation: 77
Code:
[carlos@server ~]$ chmod -r u+rw /home/carlos/ut2004
chmod: cannot access `u+rw': No such file or directory
 
Old 02-23-2005, 03:17 PM   #9
Phorem
Member
 
Registered: Nov 2003
Location: Toronto, Canada
Distribution: Gentoo AMD64
Posts: 374

Rep: Reputation: 30
carwill, use the script i posted above. It does it all for you :-) Just right click it and save as.
 
Old 02-23-2005, 06:24 PM   #10
Tuttle
Senior Member
 
Registered: Jul 2003
Location: Wellington, NZ
Distribution: mainly slackware
Posts: 1,291

Rep: Reputation: 52
oops sorry, "-r" is wrong option, should be "-R"!

(man chmod man!)
 
Old 02-24-2005, 01:45 AM   #11
carlosinfl
Senior Member
 
Registered: May 2004
Location: Orlando, FL
Distribution: Arch
Posts: 2,905

Original Poster
Rep: Reputation: 77
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.
 
Old 02-24-2005, 02:33 AM   #12
Phorem
Member
 
Registered: Nov 2003
Location: Toronto, Canada
Distribution: Gentoo AMD64
Posts: 374

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

sh ut2k4-patch ut2004-lnxpatch3355.tar.bz2

in a console.
 
Old 02-24-2005, 05:00 PM   #13
carlosinfl
Senior Member
 
Registered: May 2004
Location: Orlando, FL
Distribution: Arch
Posts: 2,905

Original Poster
Rep: Reputation: 77
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.
 
Old 02-25-2005, 08:57 AM   #14
Phorem
Member
 
Registered: Nov 2003
Location: Toronto, Canada
Distribution: Gentoo AMD64
Posts: 374

Rep: Reputation: 30
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.
 
  


Reply



Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is Off
HTML code is Off



Similar Threads
Thread Thread Starter Forum Replies Last Post
How do I install UT2004? SILVERPENGUIN Linux - Software 6 02-22-2005 08:45 PM
Running Update Patch for UT2004 trickle Linux - Games 3 10-22-2004 07:47 AM
ut2004 :: 60sec delay mapload + patch Tuttle Linux - Games 2 09-15-2004 01:59 PM
How to Install patch-o-matic(a iptables patch) on redhat 9? itebooks Linux - Security 1 07-23-2004 08:51 AM
UT2004 wont run after update patch (user error) carlosinfl Linux - Games 7 07-19-2004 07:12 AM

LinuxQuestions.org > Forums > Linux Forums > Linux - Software > Linux - Games

All times are GMT -5. The time now is 07:25 AM.

Main Menu
Advertisement
My LQ
Write for LQ
LinuxQuestions.org is looking for people interested in writing Editorials, Articles, Reviews, and more. If you'd like to contribute content, let us know.
Main Menu
Syndicate
RSS1  Latest Threads
RSS1  LQ News
Twitter: @linuxquestions
Open Source Consulting | Domain Registration