Hi Everyone,
I just figured out how to get Open Arena working on the Pinebook Pro yesterday - turns out ioquake3 is broken in Debian/ Ubuntu repos.
Being somewhat of an arena-shooting fan I wanted to suggest we have a community play throughout the weekend (and potentially beyond), fragging like its 2001 again.
Also, if someone has ever set up a dedicated Q3 or OpenArena server please let me know - it could spare me a lot of learning how to set a server up. The server will be running on a RockPro64, which I assume will be sufficient for this task.
I'll edit this post with server details and how-to-connect information once I've set it up.
There is only one rule: you have to play on a PBP (or Rockpr64)
Something you may want to consider also, apparently the game runs much better on Manjaro than default Debian - so you may wish to use that instead. I am not providing instructions for installing Open Arena on Manjaro however, someone else may wish to do that in this thread.
[Edit 14/01/2020] Server details
Open Arena on the Pinebook Pro default Debian:
Start by installing Open Arena via apt:
Once done, fetch this (working) ioquake3 deb [edit 20/03/2020] but instead of installing the .deb extract the game data from it:
Now lets fetch and substitute the working ioquake3 file:
You can clean up now:
Starting the Game
I found that these settings work the best with lowest graphics settings on Debian. You may wish to set the CPU to 'Performance' governor.
Again, from what I've heard performance on Manjaro is double, so you may choose to use that instead.
_______________________________________________________________________
[edit 19/03/2020]
[b]Open Arena on the Pinebook Pro running Manjaro (instructions via @spikerguy): [/b]
Download the pkg file from Here.
Install the pkg.
Copy Game Date to Home Local directory, So you don't have to run with sudo. Thanks to morrolinux
Run game using this command.
If it have issue with permission then just update the permission
I just figured out how to get Open Arena working on the Pinebook Pro yesterday - turns out ioquake3 is broken in Debian/ Ubuntu repos.
Being somewhat of an arena-shooting fan I wanted to suggest we have a community play throughout the weekend (and potentially beyond), fragging like its 2001 again.
Also, if someone has ever set up a dedicated Q3 or OpenArena server please let me know - it could spare me a lot of learning how to set a server up. The server will be running on a RockPro64, which I assume will be sufficient for this task.
I'll edit this post with server details and how-to-connect information once I've set it up.
There is only one rule: you have to play on a PBP (or Rockpr64)
Something you may want to consider also, apparently the game runs much better on Manjaro than default Debian - so you may wish to use that instead. I am not providing instructions for installing Open Arena on Manjaro however, someone else may wish to do that in this thread.
[Edit 14/01/2020] Server details
Quote:185.54.207.135
Port: 22222
arena.brixit.nl
Password: PINE64
Open Arena on the Pinebook Pro default Debian:
Start by installing Open Arena via apt:
Code:
sudo apt-get install openarena
Once done, fetch this (working) ioquake3 deb [edit 20/03/2020] but instead of installing the .deb extract the game data from it:
Code:
cd /tmp
mv ~/Downloads/ioquake3_1.36+u20160122+dfsg1-1_armhf.deb ioquake.deb
ar x ioquake.deb data.tar.xz
Now lets fetch and substitute the working ioquake3 file:
Code:
tar Jxf data.tar.xz ./usr/lib/ioquake3/ioquake3
sudo mv ./usr/lib/ioquake3/ioquake3 /usr/lib/ioquake3/ioquake3
You can clean up now:
Code:
rm -fr ./usr ioquake.deb
Starting the Game
I found that these settings work the best with lowest graphics settings on Debian. You may wish to set the CPU to 'Performance' governor.
Again, from what I've heard performance on Manjaro is double, so you may choose to use that instead.
Code:
openarena +set cl_renderer opengl1 +set r_mode -1 +set r_customwidth 1920 +set r_customheight 1080 +set r_fullscreen 1 +set cg_drawFPS 1 +set r_swapinterval 1 +set r_finish 0
_______________________________________________________________________
[edit 19/03/2020]
[b]Open Arena on the Pinebook Pro running Manjaro (instructions via @spikerguy): [/b]
Download the pkg file from Here.
Install the pkg.
Code:
sudo pacman -U openarena-0.8.8-0-aarch64.pkg.tar.xz
Copy Game Date to Home Local directory, So you don't have to run with sudo. Thanks to morrolinux
Code:
sudo cp -rf /usr/share/games/openarena/baseoa/ ~/.local/share/OpenArena/
Run game using this command.
Code:
/usr/share/games/openarena/openarena.aarch64
If it have issue with permission then just update the permission
Code:
sudo chmod 755 /usr/share/games/openarena/openarena.aarch64