Skip to content
This repository has been archived by the owner on Jul 2, 2020. It is now read-only.

Building on iOS

Marcus Collins edited this page Jul 14, 2013 · 7 revisions

NOTE: You need the official pak0.pk3 from your original Quake3 CD to run this.
NOTE: There is no need to patch the Xcode project for Jailcoder as it is already patched.

For iOS (Apple Developer),

  1. Install the most recent version of Xcode with most recent iOS SDK.
  2. Open the Quake3 XCode project in code/ios.
  3. Select device or simulator and run.

For iOS (non-Apple Developers with a jailbroken device),

  1. Install the most recent version of Xcode with the most recent iOS SDK.
  2. Download JailCoder and patch Xcode.
  3. Follow the rest of the instructions above.

NOTE: If you would like to build your own q3ios_##.pk3, build on your current system and in the build directory under baseq3, create a zip called q3ios_##.pk3 containing the vm folder, next add the default.cfg file in code/ios to the pakfile. Lastly put the q3ios_##.pk3 in code/ios/baseq3 and run the build on your iOS device or simulator again.

Clone this wiki locally