InstallApp and modules
Sexter stories can add phone apps on top of chat. Two switches matter:
- Module enabled in Studio (Modules tab)
- Show from start vs unlock with Ink
The Modules tab
The Modules tab works like installing an extension. New stories start with just Contacts installed; every other app (TheGram, FansOnly, Swiper, Skipr, Injector, Side Door) stays behind Add module (top right) until you add it. Idle Hustler is on by default when the site toggle is on (it is account-wide, not story content). Slide it off in Modules to hide it on that story. Cinematics is built into every story and always shows in the list.
Turning a module off does not delete its data. Posts, profiles, and settings stay saved, so turning it back on later picks up right where you left off.
Idle Hustler has no per-story content. Sliding it off hides the app on that story immediately, including the live version. You do not need to publish a draft.
The InstallApp call
~ InstallApp("thegram")
~ UninstallApp("thegram")
| Id | What it unlocks |
|---|---|
thegram | TheGram feed / DMs |
fansonly | FansOnly |
swiper | Swiper deck |
injector | Injector app |
mictap | MIC TAP capability (no home icon) |
skipr | Skipr chapter jump |
contacts | Contacts app |
sidedoor | Side Door codes UI in Settings |
Show from start
- On: icon (or Side Door UI) is there from the beginning of the story, once the module is enabled. InstallApp is optional flavor.
- Off: player needs
InstallAppbefore they see it.
UninstallApp only reverses InstallApp. It will not hide a show-from-start module.
Injector legacy note
Older stories had no Injector module row. For those, InstallApp("injector") alone still shows the icon. Once you add an Injector module in Studio, it follows the same Enable + Show from start rules as everything else.
MIC TAP
~ InstallApp("mictap")
No home screen icon. Gates <injectmic-…> tags only. See Injector and MIC TAP.
Typical pattern
Enable TheGram in Modules, leave Show from start off, then in Ink when the plot earns it:
Alright I installed that dumb photo app
~ InstallApp("thegram")
<insta-first-post>
Players who already had it from a previous InstallApp keep it (persists in progress and save files).
