Skip to content

Skate 3 Recompiled v2.1.0 — iOS

Choose a tag to compare

@andrewnakas andrewnakas released this 24 Aug 23:32
· 8 commits to master since this release

Custom map packs, and the crash that kept ending sessions is fixed.

You supply the game. This release contains no game content. After installing, copy your own extracted game data into Files → On My iPhone → Skate 3 → game, and Title Update 3 alongside it. The app will not start without them.

What changed

  • Fixed the presentation crash. A swapchain was destroyed while Metal could still run a presentation-completion block against its images, which faulted on freed memory — 26 recorded crashes on one device, and the most common way a session ended. Retired swapchains are now held a few frames.
  • Custom map packs load. Drop a pack folder (its .big and .header) at the top of the app's Documents folder and it is staged into the content tree at every start, then appears in the game's own Freeskate list. One pack at a time.
  • On-screen touch controls when no controller is attached.

Install

Add this source in AltStore or SideStore:

https://raw.githubusercontent.com/andrewnakas/skate3-ios-setup/master/source.json

Or download the .ipa below and sideload it. It is unsigned — you sign it with your own Apple ID. A free Apple ID works.

Prefer to build from your own disc image? See the README.

Performance

Around 53-59fps on an iPhone 13 mini with a 16.7ms median frame, on stock and custom maps alike. Frame times ease off after several minutes of continuous play as the device warms and memory pressure rises.