Coming from SmGF

Last edit 26 Jul 2026, 21:21History

If you built for Sexting my GF / Twin Problems, welcome. Same storytelling brain, different packaging.

Big differences

Unity / SmGFSexter
Folder mod + mod.jsonCreator Studio story in the DB
Drop files in Conversations/Ink editor + chapters in the browser
Mods app on the phoneLibrary on sexter.io
docs.unzipped.gamesThis wiki for Sexter features
RunCommand("install-injector")~ InstallApp("injector")
<side-story-…><side-conv-…>
Manual EXTERNAL headersInjected for you

The old docs site is still correct for the Unity game. Don't mix the two blindly.

What still feels the same

  • Ink knots, choices, diverts
  • Image tags by id (Studio media library instead of an Images folder)
  • Side stories / side conversations interrupting the main chat
  • TheGram-style social apps (expanded here: FansOnly, Swiper, etc.)
  • Waits and typing-style pacing

What to rewrite first

  1. Replace RunCommand install lines with InstallApp / UninstallApp
  2. Rename <side-story-…> to <side-conv-…>
  3. Drop dead EXTERNAL blocks (or leave them; compiler cleans platform ones)
  4. Swap <profilepic-whapp-…> ideas for ~ ChangeProfilePic("npc", "imageId")
  5. Re-create characters, media, and modules in Studio instead of copying JSON folders by hand (importers exist for packages; Studio warnings will nag you about leftovers)

New toys worth learning early

Twin Problems

Still a great reference for how a spicy branching chat can feel. The folder layout itself is a Unity-era artifact. Study the Ink habits, rebuild the structure in Studio.

Need the old docs?

docs.unzipped.games for SmGF mod folders, validation, and Unity-only commands.

Official Sexter creator documentation. Older Unity / SmGF folder-mod docs remain at docs.unzipped.games. Creator Corner is for community models and production workflows.