Skip to content

tomkidd/Quake2-iOS

Repository files navigation

Quake II for iOS and tvOS for Apple TV

 

This is my port of Quake II for iOS, running in modern resolutions including the full width of the iPhone X. I have also made a target and version for tvOS to run on Apple TV.

screenshot

Features

  • Tested and builds on Xcode 10.
  • Runs single player campaigns at full screen and full speed on iOS
  • Support for original campaign and two Mission Pack campaigns via separate apps.
  • MFi controller support (reccomended) and on-screen control options
  • Second project target for tvOS that takes advantage of focus model and removes on-screen controls.
  • Limited support for native menus of original game

This commit does not need any placeholder resources as it is not an update of an existing id Software port.

You will need to provide your own copies of the baseq2, xatrix and rogue directory from an existing instalation of Quake II. The latter two directories are only needed if you want to run the expansions. You can grab the whole thing with expansions on GOG or Steam. The music directory should contain the music in .ogg format. The GOG version comes with this, I'm not sure about the Steam versions.

You will need to drag your directories into the project and select "Create Folder References". The baseq2 folder needs to be added to all targets, the xatrix folder only needs to be added to the "mp1" targets, and the rogue folder only needs to be added to the "mp2" targets. The folders will be blue if you've done it right:

folders

You can read a lengthy blog article on how I did all this here.

This port was based on Yamagi Quake II and uses SDL for iOS. I also referenced to this fork for Android from Emile Belanger for guidance on OpenGL ES issues. On-screen joystick code came from this repo by Brad Howe. Quake font DpQuake by Dead Pete available here. I also studied the iOS port of Hedgewars for information on how to use UIKit alongside SDL.

Video of Quake II running on an iPhone X

Video of Quake II running on an Apple TV

I have also made apps for Wolfenstein 3-D, DOOM, DOOM II and Final DOOM, Quake, Quake III: Arena, Return to Castle Wolfenstein and DOOM 3.

Have fun. For any questions I can be reached at tomkidd@gmail.com

Releases

No releases published

Sponsor this project

Packages

No packages published

Languages