A practical guide to obtaining a decrypted IPA, preparing it for TSLPatcher (and related tools), and sideloading a modded build back to an iPhone or iPad. KotOR and The Sith Lords (often called K1 and K2) are distributed on iOS as IPA files—standard iOS app packages you can back up, inspect on a computer, and (once decrypted) modify like a PC game folder.
On this page: Getting the IPA · ipatool path · Decrypt helper files · Modding · Sideloadly · Troubleshooting
You need a copy of the game in decrypted form. Two common routes:
If that completes successfully, you can skip the ipatool section and go straight to Modding your decrypted IPA.
ipatoolIf you cannot install AppDump2 or TrollStore (or they fail on your device), you can download an encrypted copy of the app from Apple’s servers with ipatool. Those downloads are not fully usable for modding until you add decrypted pieces from the MEGA links in Merging decrypted assets.
Install ipatool on your PC or Mac and follow the project’s README. Sign in to your Apple account (the same one that owns the App Store purchase of the game).
Example (replace the placeholders with your email and password—do not type the angle brackets):
ipatool auth login --email your@email.com --password your-secure-password
Security notes:
Use ipatool download with the correct bundle ID:
| Game | Bundle ID |
|---|---|
| KotOR (K1) | com.aspyr.kotor.ios |
| The Sith Lords (K2) | com.aspyr.kotor2.ios |
Examples:
ipatool download -b com.aspyr.kotor.ios
ipatool download -b com.aspyr.kotor2.ios
.tmp erroripatool may report that a temporary file could not be closed. In the same folder as ipatool.exe (on Windows), look for a file like Something.ipa.tmp. Rename it and remove the .tmp extension so the file ends in .ipa. You should then have a valid IPA archive to extract.
If you use only this ipatool route, you still need the extra decrypted material from the next section before modding and sideloading will work as intended.
If you used ipatool, obtain and merge the following decrypted file packs (hosted off-site; links may change if the uploader updates them—check community threads if a link is dead):
Merge steps (high level):
ipatool with a tool like 7-Zip (Windows) or an equivalent archive tool.SC_Info (there are usually at least two; you may see three). These relate to app encryption; removing them is part of the usual workflow.Override, modules, and similar for that title).You should end up with a decrypted IPA structure that TSLPatcher and file-based mods can treat like the PC version’s folders, ready for the modding and Sideloadly steps.
You now have a decrypted IPA (either directly from the device or after ipatool + MEGA merge).
Override, modules, and related directories live.swkotor.exe (or similar) to recognize the game. The usual workaround is to add a dummy/placeholder file with that name in the right place so the patcher accepts the directory as a valid KotOR root (follow your mod’s or tool’s current instructions; paths differ slightly for K1 vs K2).Override, modules, and other folders as each mod’s readme specifies.iOS’s filesystem is case-sensitive in a way that often differs from Windows. A case-sensitivity fix step is required for many mods, or you may get crashes (e.g. “New game” → immediate exit) or missing assets.
modules, Override, streamwaves, streamsounds, streamvoice, rims, or lips, as your tool describes.When the mods and case fix are done:
MyApp/MyGame/Override/... as the only path inside the zip. Instead, the zip root should show Override, modules, and friends at the top of the archive, matching how the unzipped IPA looked..ipa if your tool expects that extension.Continue to Sideloadly.
Install the modded build on your device:
.ipa.Expect a long install. The transfer and signing process can take many minutes. It is normal to wait a while; avoid unplugging the device mid-run unless a guide tells you to recover from a specific error.
LOCKDOWN_E_MUX_ERRORYou may see log lines like:
Got error: Call to lockdownd_start_service failed: LOCKDOWN_E_MUX_ERROR. IPA file exists, retrying
FAILED: Call to lockdownd_start_service failed: LOCKDOWN_E_MUX_ERROR
When the log shows 100% successfully, the sideloaded build should be on your device.
| Symptom | What to check |
|---|---|
| ipatool login fails | Apple ID, password, 2FA flow per ipatool docs; region/account issues. |
| No “overwrite” when merging MEGA files | Wrong folder; compare against an unzipped K1/K2 app layout. |
| TSLPatcher won’t accept path | Dummy swkotor.exe (or K2 equivalent per tool); correct root folder. |
| Build won’t open or crashes in-game | Case-sensitivity; mod load order; vanilla vs modded modules conflicts. |
| Sideloadly stuck / mux errors | Disk space on the device, cable, USB port, and patience with retries. |
Legal & ethics: This guide is for people who purchased the iOS app and want to use mods. Do not use these instructions to pirate the game or to bypass DRM for copies you do not own.
Disclaimer: iOS and tool behavior change over time. Always use the latest official ipatool, Sideloadly, and TrollStore / AppDump2 documentation. Third-party downloads (e.g. MEGA packs) are provided by the community, not this document—verify sources you trust.
For questions or updates, refer to the community maintaining your preferred mod list or installer.