Quake3 and OpenArena on RPi Arch Linux
Posted: Mon Nov 28, 2016 12:58 am
Hey all,
Before you point out this is not Raspbian, yes. I am fully aware of that. The reason why I am posting this is because I have struggled with this a lot and found out that it was simple fix. I didn't want others to go through this, so I made this simple guide.
Okay, so open your LXTerminal, then type in:
It was a simple fix, and made me pretty mad, but at least it works now. Note that it installs the shareware files too, so you don't have to grab those. If you have a registered copy (assuming you followed the guide), open terminal, then type in
grab your registered .pk3 files, then do
Done! Keep in mind that the .q3a folder is HIDDEN in your HOME directory, not the / directory. To see your .q3a folder, go to the PCMan File Manager, go to your home directory, then click on view>>Show Hidden Items. That's it!
Now for OpenArena. Grab the .pk3 files from OpenArena, then do
then do
Finally, then do
Then go to ioquake3, select Mods, and click on oa. It should run. Enjoy!
-PrettyCoolBruh
Before you point out this is not Raspbian, yes. I am fully aware of that. The reason why I am posting this is because I have struggled with this a lot and found out that it was simple fix. I didn't want others to go through this, so I made this simple guide.
Okay, so open your LXTerminal, then type in:
Code: Select all
sudo pacman -S ioquake3
Code: Select all
cd ~/.q3a
Code: Select all
mv [where your .pk3 files are] ~/.q3a/baseq3
Now for OpenArena. Grab the .pk3 files from OpenArena, then do
Code: Select all
cd ~/.q3a/baseq3
Code: Select all
mkdir oa
Code: Select all
mv [where your OpenArena .pk3 files are] ~/.q3a/baseq3/oa
-PrettyCoolBruh