Essays
These are full-blown essays, papers, and articles.
Presentations
Slideshows and presentation materials from conferences.
Interviews and Panels
Reprints of non-game-specific interviews, and transcripts of panels and roundtables.
Snippets
Excerpts from blog, newsgroup, and forum posts.
Laws
The "Laws of Online World Design" in various forms.
Timeline
A timeline of developments in online worlds.
A Theory of Fun for Game Design
My book on why games matter and what fun is.
Insubstantial Pageants
A book I started and never finished outlining the basics of online world design.
Links
Links to resources on online world design.
All contents of this site are
© Copyright 1998-2010
Raphael Koster.
All rights reserved.
The views expressed here are my own, and not necessarily endorsed by any former or current employer.
This paper outlines the technical and procedural landscape of iOS IPA Modding, covering the core concepts of application packages, sideloading methodologies, and the tools used to modify or install custom software on Apple devices. 1. Understanding the iOS IPA File
Safety is the biggest concern when dealing with iOS IPA mods. Because you are installing software from outside the App Store, you are bypassing Apple’s security review. Ios Ipa Mod
How to spot a fake: If a modded IPA file size is significantly larger than the original App Store version (e.g., 500MB original vs. 750MB modded), it likely contains payload droppers. This paper outlines the technical and procedural landscape
The Cert Apocalypse To install a modded IPA, you need to "sign" it. You either use a free 7-day developer account (re-signing every week is a ritual of pain) or buy a shady "Enterprise Certificate" from a gray market seller. These certificates get revoked by Apple daily. One minute you’re dominating a raid; the next, the app crashes on open and never works again. It’s the digital equivalent of building a sandcastle at high tide. How to spot a fake: If a modded
Payload folder) that the iPhone’s ARM processor reads.Desktop Tools: Programs like Xcode (via the "Devices and Simulators" window) allow users to drag and drop IPA files onto a connected device.
Dylib Injection: Injecting custom dynamic libraries (.dylib files) into the app's binary to change how it functions.