Thread: Quake 3 on N900
View Single Post
Posts: 57 | Thanked: 2 times | Joined on Apr 2008 @ Germany
#223
Originally Posted by jcwilk View Post
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
thx
it's now running!

although linking would have been smarter, now I wasted ~700MB of the limited 2GB for applications...but it's OK
(maybe i try to delete the baseq3-folder in .q3a and then again link it to the MyDocs-Folder
(before moving everything the .q3a/baseq3-folder only contained a crashlog.txt...)

further questions: how to change controls? I want to turn off the accelerometer (Quake2 on the N810 was quite playable with stylus + keyboard without any autoaim).
Changing controls ingame in OpenArena screwed everything up, so I did not try it in Q3A

and how do I get the console fo some tweaks (cg_fov, maybe thirdperson and so on)
I also can't change the video settings, the q3config seems to be copy protected