LinuxQuestions.org
Welcome to the most active Linux Forum on the web.
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-17-2004, 08:06 PM   #1
Thaidog
Member
 
Registered: Sep 2002
Location: Hilton Head, SC
Distribution: Gentoo
Posts: 637

Rep: Reputation: 32
Question Has anybody installed UT2004 demo?


I just downloaded the demo, but I see no instructions on how to install.... Anybody know how to install this game?
 
Old 02-17-2004, 08:27 PM   #2
epoo
Member
 
Registered: Aug 2003
Distribution: slackware 11, ubuntu 7.04
Posts: 165

Rep: Reputation: 30
isnt it a .run.bz2 file ?
extract the bz2 - it'll create the .run file
chmod a+x ut2k4*.run
./ut2k4*.run
 
Old 02-17-2004, 09:49 PM   #3
Inexactitude
Member
 
Registered: Oct 2003
Distribution: Slackware 12.2, Ubuntu 9.04
Posts: 477

Rep: Reputation: 30
It's exactly as epoo said, except I had to do sh ut2004demo.run for it run.
 
Old 02-18-2004, 11:21 AM   #4
Thaidog
Member
 
Registered: Sep 2002
Location: Hilton Head, SC
Distribution: Gentoo
Posts: 637

Original Poster
Rep: Reputation: 32
I can't get this thng to extract... is there a certain app that I have to use?
 
Old 02-18-2004, 11:43 AM   #5
Hammett
Senior Member
 
Registered: Aug 2003
Location: Barcelona, Catalunya
Distribution: Gentoo
Posts: 1,074

Rep: Reputation: 59
I cannot extract the bz2 file... after putting "tar jxvf ut2004-lnx-demo-3120.run.bz2" i get this output:
tar: This does not look like a tar archive
tar: Skipping to next header
tar: Archive contains obsolescent base-64 headers

Any idea of why happens this and how to solve it??
 
Old 02-18-2004, 11:51 AM   #6
epoo
Member
 
Registered: Aug 2003
Distribution: slackware 11, ubuntu 7.04
Posts: 165

Rep: Reputation: 30
bunzip2 --help
 
Old 02-18-2004, 12:05 PM   #7
mcleodnine
Senior Member
 
Registered: May 2001
Location: Left Coast - Canada
Distribution: s l a c k w a r e
Posts: 2,731

Rep: Reputation: 45
...moved to the Linux Software -> Games forum
 
Old 02-18-2004, 12:28 PM   #8
hanzerik
Member
 
Registered: Jan 2002
Location: Cheyenne Wyoming
Distribution: Debian/Raspbian/Mint
Posts: 717

Rep: Reputation: 32
bunzip2 ut2004-lnx-demo-3120.run.bz2
chmod 755 ut2004-lnx-demo-3120.run
sh ut2004-lnx-demo-3120.run

worked fine for me.
 
Old 02-18-2004, 12:47 PM   #9
Thaidog
Member
 
Registered: Sep 2002
Location: Hilton Head, SC
Distribution: Gentoo
Posts: 637

Original Poster
Rep: Reputation: 32
Quote:
Originally posted by hanzerik
bunzip2 ut2004-lnx-demo-3120.run.bz2
chmod 755 ut2004-lnx-demo-3120.run
sh ut2004-lnx-demo-3120.run

worked fine for me.
This got it extracted... but when I go to play the game the splash screen comes up and then the monitor truns off asecond like it's going to play then it crashes on me! What a bitch!
 
Old 02-18-2004, 01:30 PM   #10
Ryknow215
Member
 
Registered: Dec 2003
Location: Connecticut
Distribution: Fedora Core 2
Posts: 55

Rep: Reputation: 15
This is how i did it and it worked fine:

I extracted the run.bz2 to my desktop and it made something like ut2004demo-install.run
in the terminal, "# bash ut2004demo-install.run"

It checks the integrity of the file, extracts and runs the installer. Afterwards go to the folder where it's installed (ex: /home/ryan/Games/ut2004demo) and in the terminal type # bash ut2004demo. that's about it, runs a hell of alot better in linux than it does in XP .

Good Luck!
 
Old 02-18-2004, 01:36 PM   #11
Thaidog
Member
 
Registered: Sep 2002
Location: Hilton Head, SC
Distribution: Gentoo
Posts: 637

Original Poster
Rep: Reputation: 32
Quote:
Originally posted by Ryknow215
that's about it, runs a hell of alot better in linux than it does in XP .
I was hoping somebody would say it runs better on Linux! I still can't get it to work though... I'm about to go to my OS X box and download it there and run it... why does everything have to be so damned hard with Linux?
 
Old 02-18-2004, 01:53 PM   #12
Inexactitude
Member
 
Registered: Oct 2003
Distribution: Slackware 12.2, Ubuntu 9.04
Posts: 477

Rep: Reputation: 30
Do you have the drivers for your video card installed? That's probably why the game crashes onstartup. Download the drivers from your video card's manufacturer and make sure you have the kernel source installed.
 
Old 02-18-2004, 02:04 PM   #13
Thaidog
Member
 
Registered: Sep 2002
Location: Hilton Head, SC
Distribution: Gentoo
Posts: 637

Original Poster
Rep: Reputation: 32
Quote:
Originally posted by Inexactitude
Do you have the drivers for your video card installed? That's probably why the game crashes onstartup. Download the drivers from your video card's manufacturer and make sure you have the kernel source installed.
Yeah I just upgraded mt ATI 9000 Pro's drivers before I installed it. 3D acceration is enabled.
 
Old 02-18-2004, 05:25 PM   #14
Nukem
Member
 
Registered: May 2003
Location: Canada, TO.
Distribution: Slackware: in progress, Mandrake 9.2, Libranet, Vector
Posts: 373

Rep: Reputation: 30
Quote:
Originally posted by Thaidog
Yeah I just upgraded mt ATI 9000 Pro's drivers before I installed it. 3D acceration is enabled.
Are you sure you have minimum system requirments??
of course you might think this is a stupid question. but most people make this mistake.
 
  


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 Demo problems DarkNebula Linux - Games 2 03-08-2005 05:23 PM
6 fps in ut2004 demo Tyir Linux - Software 13 11-24-2004 07:34 AM
Yet another UT2004 Demo Question OutKaster Linux - Games 1 08-05-2004 07:24 AM
ut2004 demo won't run wrepti Linux - Games 0 06-13-2004 02:13 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 07:27 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