Thread: Quake 3 on N900
View Single Post
Posts: 21 | Thanked: 4 times | Joined on May 2009
#220
Originally Posted by J0ph33 View Post
tried this again...as root...it returns "file exists", quake 3 is not working. whats wrong?
It sounds like you already have a /home/user/.q3a/baseq3/ directory, to verify that this is the case, type in the following:

Code:
ls /home/user/.q3a/baseq3/
It shouldn't return an error but it should display the files in there, I think there's a .cfg file in there or something by default, but as long as it doesn't say "No such file or directory" you're good.

Now, assuming you moved your pk3 files into the baseq3 folder inside of MyDocs as qole suggested, now run this to move them into your quake 3 arena folder where they should go:

Code:
mv /home/user/MyDocs/baseq3/* /home/user/.q3a/baseq3/
(edit: made a mistake :'( )

And that will move all the files from the directory inside MyDocs into your quake 3 arena folder. To verify they're there, you can again run:

Code:
ls /home/user/.q3a/baseq3/
and you should see some pk3 files, this is what mine looks like: "crashlog.txt pak0.pk3 pak1.pk3 q3config.cfg q3history"

You should now be able to run quake3 and it should start up pretty quickly asking you for a key, and you just hit enter there. Let us know exactly what happens when you try to run it if it still isn't working.

Sorry if that was too verbose, not sure what your linux experience is

Last edited by jcwilk; 2009-12-16 at 05:35.
 

The Following User Says Thank You to jcwilk For This Useful Post: