Install Quake 3 On Raspbian Jessie

Posted on  by 

  1. Install Quake 3 On Raspbian Jessie J
  2. Raspbian Jessie Download
  3. Install Quake 3 On Windows 7
  4. Install Quake 3 On Raspbian Jessie Graff
This post is for my new YouTube channel...Install Quake 3 On Raspbian Jessie

Best Media Player Media Center software for video music playback on Raspberry Pi 2. Games like Quake 3 without slowdown problems on Raspbian. I recently set my. Quake III for the Raspberry Pi is based upon a port of the ioquake3 source code, which itself is a significantly redeveloped port of id Software's Quake III Arena. This post provides comprehensive instructions on how to Install and Benchmark Quake III on the Raspberry Pi.

  • So - here's some info on one of the most talked about 'features' of the Raspberry Pi - Quake 3. It's quite a simple process - just a few downloads (about 170MB). Extract the contents of the quake3.zip file to a location you can access. For this I've used /home/pi/quake3. Re-install the 1.32 point release. Also check that your Q3.
  • This article provides instructions on how to perform an in-place upgrade from Raspbian Jessie to Raspbian Stretch on the Raspberry Pi. Chris Raspberry Pi No Comments Read more How to Install and Benchmark Quake III on the Raspberry Pi.
  • 2016-11-25-raspbian-jessie-lite.img2 16 1.2G 83 Linux We can see it has two partitions. The first one is the boot partition, it mainly contains the bootloader, the Linux Kernel and a few config files.
  • This article provides instructions on how to perform an in-place upgrade from Raspbian Jessie to Raspbian Stretch on the Raspberry Pi. Chris Raspberry Pi No Comments Read more How to Install and Benchmark Quake III on the Raspberry Pi.
  • Then do the same to build_rpi_raspbian.sh. Code: Select all. I have tryed following the last guide abouve to build and install quake 3 but it keeps failing.
https://www.youtube.com/user/TheRaspberryPiGuy
So you have seen my video on how to do this (NEW VIDEO: http://www.youtube.com/watch?v=nSqFdguPEzI) But what are the actual pieces of code and downloads? Well here you go:
1:
Log in to your Pi (On Raspbian!) and then type into the Terminal:This lets you install the Quake 3 source code!
2:
Obtain the source code with this little command:

Code: Select all

And then change to that directory:3:
Now the complex bit! We now have to edit the script that does the compilation. To access this script from the terminal use this command:

Code: Select all

The first line (8) you are looking for starts ARM_LIBS, if you cannot see it, press Ctrl-W and type ARM_LIBS followed by the return key. Change it so it says this:
You also need to change the line (16) that starts INCLUDES, change it to this:

Code: Select all

The final line (19) to change starts CROSS_COMPILE:
4:
Save the file by pressing Ctrl-X followed by Y and finally return. Now you can begin the compilation process by typing ./build.sh; the process takes approximately 30 minutes
5:
Once that has finished you need to download the pak files... This lets the game function!
Install Quake 3 On Raspbian JessieNow type:

Code: Select all

MAKE SURE THEY ARE SAVED TO THE 'baseq3' FOLDER. OTHERWISE THE GAME WONT WORK.
The directory tree should look like this (using the default Pi user):
home
pi
quake3
build

Install Quake 3 On Raspbian Jessie J


release-linux-arm
baseq3
AND THEN IN THE 'baseq3' there should be your PAK files. Happy?
5:
Running the game... In order for you to run the game you have to be in the right directory.... To get there type this command:Raspbian install guide
NOW to start your game.... Horay! Use this little line of code:

Code: Select all

AND your done! Happy Fragging!
Please let me know if anything is amiss in this tutorial (download links don't work etc.) Please watch my other videos and don't forget to tell your friends and subscribe!
Thanks
The Raspberry Pi Guy

Raspbian Jessie Download


P.S: If any of you are successful, PLEASE tell me!

Install Quake 3 On Windows 7

PhillPi wrote:Hi. I have followed your instructions before and it worked a treat (thanks). This time I am installing on RPI3 Raspbian Pixels released on 23rd September 16 and I get an error:
UI_CC_MISSIONPACK code/game/bg_lib.c
LD build/release-linux-arm/ioq3ded.arm
/usr/bin/ld: cannot find -lvmcs_rpc_client
collect2: error: ld returned 1 exit status
Makefile:1657: recipe for target 'build/release-linux-arm/ioq3ded.arm' failed
make[2]: *** [build/release-linux-arm/ioq3ded.arm] Error 1
make[2]: *** Waiting for unfinished jobs....
make[2]: Leaving directory '/home/pi/quake3'
Makefile:981: recipe for target 'targets' failed
make[1]: *** [targets] Error 2
make[1]: Leaving directory '/home/pi/quake3'
Makefile:975: recipe for target 'release' failed
make: *** [release] Error 2
[email protected]:~/quake3 $
I have tried this loads of times and even with other tutorials and I still get the same error.
Can you help me please?
Thanks
PhillPi

Install Quake 3 On Raspbian Jessie Graff

Edit build.sh and remove -lvmcs_rpc_client from line 31

Coments are closed