LinuxQuestions.org
Share your knowledge at the LQ Wiki.
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-02-2005, 01:55 PM   #1
Snipersnest
Member
 
Registered: Jan 2005
Location: SC
Distribution: Ubuntu 7.10 Gusty Gibbon
Posts: 269

Rep: Reputation: 30
Ut2003 Cdkey


Quick question...its not a problem at all...

Will a UT2003 CDKEY from a Windows version work with a native copy of UT2003? I purchased the game for Windows about 2-3 years ago....but now that I have Linux running half way decent I'd like to play it there instead.
 
Old 02-02-2005, 01:58 PM   #2
__J
Senior Member
 
Registered: Dec 2004
Distribution: Slackware, ROCK
Posts: 1,973

Rep: Reputation: 46
I imagine so, since epic put the linux binaries on one of the installation disks. but you'll just have to try and see
 
Old 02-02-2005, 01:59 PM   #3
Snipersnest
Member
 
Registered: Jan 2005
Location: SC
Distribution: Ubuntu 7.10 Gusty Gibbon
Posts: 269

Original Poster
Rep: Reputation: 30
LMAO Oh wait....so your saying the Linux version is on my Windows version CDs?? I didn't think it would be that simple! Please tell me they are on there so I can save my self some trouble by not having to download them.
 
Old 02-02-2005, 02:05 PM   #4
Gato Azul
Member
 
Registered: Sep 2003
Location: /dev/null
Distribution: CentOS, Ubuntu
Posts: 128

Rep: Reputation: 16
Yeah, there's actually a Linux installer on there (I forget which CD though...maybe the last?). It just wasn't advertised very well...or at all...

And yes, your key should work for Linux too!
 
Old 02-02-2005, 02:44 PM   #5
Snipersnest
Member
 
Registered: Jan 2005
Location: SC
Distribution: Ubuntu 7.10 Gusty Gibbon
Posts: 269

Original Poster
Rep: Reputation: 30
Yes its on the 3rd CD ... however once I got the installer on and everything started going it got stuck.. It said mount or insert the play disc Yes to resume No to cancel..... no matter what I did to my cdrom by mounting it it wouldn't continue. Not exactly sure why.
 
Old 02-02-2005, 09:52 PM   #6
Gato Azul
Member
 
Registered: Sep 2003
Location: /dev/null
Distribution: CentOS, Ubuntu
Posts: 128

Rep: Reputation: 16
I wonder if copying that script to your hard drive and then changing to the play CD (number 1?) and having it mounted before you ran the script would work. I've personally only installed UT2004, but I have the DVD so didn't really have to worry about switching CDs

Did you see any sort of readme file or instructions for doing a Linux install on that third CD?
 
Old 02-03-2005, 07:41 AM   #7
Snipersnest
Member
 
Registered: Jan 2005
Location: SC
Distribution: Ubuntu 7.10 Gusty Gibbon
Posts: 269

Original Poster
Rep: Reputation: 30
hmm I haven't tried that... but the 3rd CD looks the same as the 1st CD... thing is, the CD is mounted before I run the setup. Thats why I don't understand whats going on exactly.

I downloaded the ut 2004 setup for linux..but I didn't have time to extract it and run it before work. I wanted to make sure it works well on my linux box before I go out and buy it. No point in wasting $40 for something that won't work properly.

No other ideas for the UT2003 setup? Kinda odd how it just gets stuck.
 
Old 02-03-2005, 11:25 AM   #8
The_Nerd
Member
 
Registered: Aug 2002
Distribution: Debian
Posts: 540

Rep: Reputation: 32
READ THIS WHOLE POST AT LEAST ONCE BEFORE YOU FOLLOW IT!!!!!!


Well, here is how I do the Linux install:
Open a terminal and log in as root:

Step 1:

Insert CD #3, and type:

# sh /mnt/cdrom/setup.sh

(if you cd into the /mnt/cdrom dir first, you can't eject because Linux will than think the drive is "busy")

DO NOT DO THE FOLLOWING IF YOU DON'T HAVE A STARTUP DISK FOR YOUR VERSION OF LINUX!!!! I AM NOT RESPONSIBLE FOR WHAT MAY HAPPEN TO YOUR COMPUTER OR WHAT EVER ELSE BAD MAY HAPPEN!!!

The reason I say the above is that if you rename the mount command and your computer gets restarted, than linux WILL NOT boot up. Therefor, you must startup with a startup disk and rename the mount command back to "mount". The reason we rename the mount command is because for some dumb reason the installer tries to mount the floppy drive for every file it coppies over...

Step2:

When the installer comes up, open another terminal as root, and type this:
# mv /bin/mount /bin/mnt

Now we must rename /dev/cdrom to /dev/fd0 (because the installer is stupid enough to try to install of off the floppy), do this:

# mv /dev/fd0 /dev/fd0.bak
# cp /dev/cdrom /dev/fd0

Step 3:

Now press the "Go button" on the installer. It should go fine until it asks for the First CD, now goto your second terminal as root and type:

# eject cdrom

When the CD ejects, insert the next CD and than type in the second terminal as root:

# mnt /dev/cdrom /mnt/cdrom

(mnt is what we renamed the mount command to).

When it asks for the next CD, go back and redo step 3 until the install is complete.

Step 4:

When you are done with the install, DO NOT push the "Play now" button for two reasons:

(1): You are logged in as root.
(2): You haven't renamed the mount command.

So, exit the installer, and type the following:

# mv /bin/mnt /bin/mount
# rm -f /dev/fd0
# mv /dev/fd0.bak /dev/fd0

Now you are finished with the install. Enjoy playing the game! I suggest getting the latest patches and upgrades found on the site, you should probably try to update the game via Loki_Updater first. I had allot of trouble installing the patches. In anycase, the game should work now after you log back into your normal account and type:

# ut2003

At a terminal.

Enjoy!

P.S. If anyone knows how to bypass all that stupid stuff above, than please tell me.

I think you may be able to bypass just about everything (at least the renaming of the mount command, which is really dangerous), by skipping step 2 and doing the following in it's place:

#mv /dev/fd0 /dev/fd0.bak

But I haven't ever tried that. It should work though, I mean I don't see why it wouldn't. You probably should at least try that before you try Step 2.

Last edited by The_Nerd; 02-03-2005 at 11:28 AM.
 
Old 02-03-2005, 11:34 AM   #9
Snipersnest
Member
 
Registered: Jan 2005
Location: SC
Distribution: Ubuntu 7.10 Gusty Gibbon
Posts: 269

Original Poster
Rep: Reputation: 30
Wow thats a lot of work just to play a game :-P Its all good I really want to play it in Linux. Thanks a lot for your time and help. I'll give it a go after work today. Thanks again,
 
Old 02-05-2005, 11:07 AM   #10
cathectic
Member
 
Registered: Sep 2004
Location: UK, Europe
Distribution: Slackware64
Posts: 761

Rep: Reputation: 35
You can skip renaming the mount command, but if you do this, then as The_Nerd says, it will keep trying to read the floppy drive for every file it copies over.

Also, the CDs the installer asks you to provide do not match the names of the ones you have - apparently due to some sort of miscommunication before the game went gold. You may have to try each disc to figure out which one the installer really wants.
 
  


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
doom 3 always ask for cdkey? zero79 Linux - Games 1 05-01-2005 09:41 PM
Get you winxp cdkey from linux? Borka General 15 12-03-2004 05:02 PM
Ut2003 asalford Linux - Software 5 06-24-2004 12:09 AM
unreal 2k4 cdkey not working in linux fitz9948 Linux - Games 1 03-30-2004 08:52 PM
Ut2003 qwijibow Linux - Newbie 2 07-22-2003 12:40 PM

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

All times are GMT -5. The time now is 03:17 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