LinuxQuestions.org
Visit Jeremy's Blog.
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 09-11-2006, 09:06 AM   #1
carlosinfl
Senior Member
 
Registered: May 2004
Location: Orlando, FL
Distribution: Arch
Posts: 2,905

Rep: Reputation: 77
Question UT2004 Patch For Linux


Ok - I was looking to install the latest UT2004 patch for Linux (Retail) and well...I can't find it. I went to their home page and under the 2004 section I selected "downloads" and all I can see is a 2003 Linux Retail Patch. I don't understand why this is in the 2004 downloads page?

Screenshot
 
Old 09-11-2006, 11:41 AM   #2
raska
Member
 
Registered: Aug 2004
Location: Aguascalientes, AGS. Mexico.
Distribution: Slackware 13.0 kernel 2.6.29.6
Posts: 816

Rep: Reputation: 31
Here at Gamespot, reg required, not a big deal though
 
Old 09-11-2006, 12:24 PM   #3
carlosinfl
Senior Member
 
Registered: May 2004
Location: Orlando, FL
Distribution: Arch
Posts: 2,905

Original Poster
Rep: Reputation: 77
I registered for that site and downloaded the latest patch but it says I first need the ECE Bonus Pack & I have no idea where or what that is. I don't see it in the downloads page.

Quote:
This Linux version for the v3369 upgrade includes a number of fixes and requires the ECE bonus pack to be installed first:
 
Old 09-11-2006, 01:40 PM   #4
raska
Member
 
Registered: Aug 2004
Location: Aguascalientes, AGS. Mexico.
Distribution: Slackware 13.0 kernel 2.6.29.6
Posts: 816

Rep: Reputation: 31
There's a so-called wizard here to help you find what you are missing.

Just grab this one and do as the page says before unpacking the 3369 patch:
Quote:
rename to .zip and unpack to UT2004 directory
If you are still having trouble with them patches, please let me know I could upload them temporarily at my web server

Last edited by raska; 09-11-2006 at 01:44 PM.
 
Old 09-11-2006, 04:10 PM   #5
dive
Senior Member
 
Registered: Aug 2003
Location: UK
Distribution: Slackware
Posts: 3,467

Rep: Reputation: Disabled
Best place for patches is http://www.unrealadmin.org/
 
Old 09-12-2006, 12:26 PM   #6
carlosinfl
Senior Member
 
Registered: May 2004
Location: Orlando, FL
Distribution: Arch
Posts: 2,905

Original Poster
Rep: Reputation: 77
Quote:
Originally Posted by raska
There's a so-called wizard here to help you find what you are missing.

Just grab this one and do as the page says before unpacking the 3369 patch:


If you are still having trouble with them patches, please let me know I could upload them temporarily at my web server
So I am downloading this one as you recommended. It appears to be a .exe file but the site says to rename it as a .zip file. I have never seen that work but I am guessing you have tried this and it works...right?
 
Old 09-12-2006, 01:02 PM   #7
raska
Member
 
Registered: Aug 2004
Location: Aguascalientes, AGS. Mexico.
Distribution: Slackware 13.0 kernel 2.6.29.6
Posts: 816

Rep: Reputation: 31
yup, I tried it yesterday and it worked.
That's because the .exe is a self-extracting zip package, if it misses the .exe it is just a zip archive like any other to linux's look
 
Old 09-12-2006, 01:14 PM   #8
carlosinfl
Senior Member
 
Registered: May 2004
Location: Orlando, FL
Distribution: Arch
Posts: 2,905

Original Poster
Rep: Reputation: 77
Ok - I have the "ut2004-ecebonuspack1-1.zip" unzipped to my /home/user/Desktop directory but I am worried I will break the game. Do I just copy and overwrite the files in /home/user/games/ut2004/ directory?

The game (UT2004) is installed under /home/user_account/games/ut2004/.

Last edited by carlosinfl; 09-12-2006 at 01:18 PM.
 
Old 09-12-2006, 01:30 PM   #9
raska
Member
 
Registered: Aug 2004
Location: Aguascalientes, AGS. Mexico.
Distribution: Slackware 13.0 kernel 2.6.29.6
Posts: 816

Rep: Reputation: 31
Quote:
Originally Posted by Carlwill
...I am worried I will break the game...
Just issue an
Code:
cp -R $HOME/Desktop/ecebonuspack_or_whatever/* $HOME/games/ut2004/
After that, do the same with the 3369 patch.
That should not break the game as those are official patches from an official mirror, it has never happened to me nor anyone that I know of
 
Old 09-12-2006, 01:57 PM   #10
carlosinfl
Senior Member
 
Registered: May 2004
Location: Orlando, FL
Distribution: Arch
Posts: 2,905

Original Poster
Rep: Reputation: 77
As root or just regular user?
 
Old 09-12-2006, 02:02 PM   #11
raska
Member
 
Registered: Aug 2004
Location: Aguascalientes, AGS. Mexico.
Distribution: Slackware 13.0 kernel 2.6.29.6
Posts: 816

Rep: Reputation: 31
As the user that owns that $HOME dir.
I always install games in /usr/local/games/ so keeping any kind of application in /home is an oddity to me. Just personal taste.
 
Old 09-12-2006, 02:04 PM   #12
carlosinfl
Senior Member
 
Registered: May 2004
Location: Orlando, FL
Distribution: Arch
Posts: 2,905

Original Poster
Rep: Reputation: 77
I tried to keep the default location for games and it is odd for me too - I normally don't have games in my home directory but when I made my Debian system...I did not think ahead and it only has 10GB for "/" and 4 GB free. My home is a seperate partition and has 755GB available...
 
Old 09-12-2006, 02:09 PM   #13
carlosinfl
Senior Member
 
Registered: May 2004
Location: Orlando, FL
Distribution: Arch
Posts: 2,905

Original Poster
Rep: Reputation: 77
OK - well - I had to be root since I did not have access to write to the "ut2004" dir even though it was in my home directory. I copied all like you said and now UT2004 does not work...

Code:
cwilliams@cwilliams:~/Desktop$ sudo cp -R ecebonuspack/* /home/cwilliams/games/ut2004/
Password:
cwilliams@cwilliams:~/Desktop$ sudo cp -R ut2004-lnxpatch3369-1/* /home/cwilliams/games/ut2004/
cwilliams@cwilliams:~/Desktop$ cd /home/cwilliams/games/ut2004/
cwilliams@cwilliams:~/games/ut2004$ ls
Animations     KarmaData  README.linux  System     UT2004_EULA.txt
Benchmark      Manual     Sounds        Textures   ut2004.xpm
ForceFeedback  Maps       Speech        uninstall  Web
Help           Music      StaticMeshes  ut2004
cwilliams@cwilliams:~/games/ut2004$ ./ut2004
./ut2004-bin: error while loading shared libraries: libstdc++.so.5: cannot open shared object file: No such file or directory
PLEASE HELP!
 
Old 09-12-2006, 04:00 PM   #14
dive
Senior Member
 
Registered: Aug 2003
Location: UK
Distribution: Slackware
Posts: 3,467

Rep: Reputation: Disabled
For first problem change into root then do a

chown -R cwilliams /home/cwilliams/games/ut2004

Next problem: I think libstdc++ is part of the standard c++ libraries. Sounds like you need to install them.
 
Old 09-12-2006, 05:45 PM   #15
carlosinfl
Senior Member
 
Registered: May 2004
Location: Orlando, FL
Distribution: Arch
Posts: 2,905

Original Poster
Rep: Reputation: 77
Why would I not need them pre patch install and then need them after I tried to install them?
 
  


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
UT2004 Patch Install carlosinfl Linux - Games 13 02-25-2005 08:57 AM
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
UT2004 wont run after update patch (user error) carlosinfl Linux - Games 7 07-19-2004 07:12 AM
UT2004 for Linux DEMO out! Thetargos Linux - Games 123 05-06-2004 08:43 PM

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

All times are GMT -5. The time now is 10:38 PM.

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