Below are the instructions for building the Quake3 (id tech 3) game engine for BlackBerry 10 and PlayBook devices. The game engine source code included in this repository was ported from the open-source (under GPL license) directly from id Software. The Quake3 maps/data files are not covered under the open-source agreement and must be provided by the developers wishing to use the code.
http://developer.blackberry.com/native/download/
- Copy the *.pk3 map file(s) to the resource/baseq3 directory. (Typically found from your purchased Quake3 CD (testing only) or demo/custom maps.
- Run BlackBerry Momentics IDE.
- Import the project from the repo directory "Quake3".
- Build the project.
- Debug or Run the project.