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