SAVE EDITOR

Tomodachi Life: Living the Dream

Try the beta →

Frequently asked questions

Common questions about the editor. Click a question to expand.

Can this corrupt my save?

Yes, a bad edit can corrupt your save and there's no in-game recovery, so the only way back is the backup you made before editing.

The editor does a few things to prevent corrupting your save:

  • It never overwrites your original file, it creates a new one for you to download, so if something goes wrong the original is still safe.
  • The editor will block some edits that are known to cause corruption, and warn you about risky ones.
Should I back up my save first?

Yes, always. Copy your Mii.sav, Player.sav, and Map.sav files somewhere safe before loading them here. A bad edit can corrupt your save with no in-game recovery, and the only way back is the backup you made.

Will my save be uploaded anywhere?

No. The editor runs entirely in your browser, files are parsed and rewritten locally, and your save data isn't sent to any server.

The site is also open source, so you can read the code yourself on GitHub.

What's the difference between Player.sav, Mii.sav, and Map.sav?

The game splits its data across three files, and the editor has a tab for each:

  • Player.sav - your player data: your name, island name, money, play time, everything you unlocked...
  • Mii.sav - per-Mii data for everyone living on your island: personalities, voices, relationships...
  • Map.sav - the layout of your island: where each building is placed, what each tile on the ground is...

The three files are independent, you can edit one without touching the others, and you only need to upload the ones you actually want to change.

What is the Advanced tab for?

The structured tabs (Player, Mii, Map) cover the fields the editor knows how to render with proper labels and pickers. The Advanced section, found at the bottom of each tab, is a raw entry browser that lists every key found in the save, including ones that haven't been mapped to a friendly UI yet. Use it if you need to inspect or edit something the structured tabs don't expose.

Treat it as power-user territory. Some fields are cryptic, and editing them blindly is a good way to corrupt a save, back up first. Anything done here is at your own risk.

Why are some entries shown as numbers or unknown names?

Save files reference content (clothes, food, treasures, room styles, and so on) by hash, not by readable name. The editor ships a hash list that translates as many of those hashes as possible back into names. When an entry shows up as a hex number or as "Unknown", it's a hash that isn't in the list yet. If you identify one, please open an issue or share it on Discord so it can be added for everyone.

Stable vs Beta, which should I use?
  • Stable (ltdsave.app) - the version you should probably use. This is the tested, polished version of the editor, where features are less likely to be broken and bugs are less likely to cause corruption. Useful for most people, especially if you're new to save editing.
  • Beta (beta.ltdsave.app) - the experimental build, where new features land first. Expect more bugs and occasional broken behaviour. Useful if you want to try something that isn't on Stable yet, or if a fix you reported has just been merged.

You can switch between the two using the link next to the version badge in the header. Whichever you pick, always back up your saves first.

How do I add a translation?

See the Adding a Localization section in the repo's README, it has the full set of steps.

I've found a bug

Please open an issue on GitHub, the "Report an issue" link in the footer takes you straight to the new-issue form, or you can use this link. Helpful things to include:

  • What you were trying to do.
  • What happened instead.
  • Whether you were on Stable or Beta, and the version number from the header.
  • A screenshot if it's a UI issue.
  • The save file itself if you're comfortable sharing it. Saves help reproduce a bug a lot faster than descriptions alone.

If you'd rather not file an issue, the Discord works too.

I can't do X

If something you want to edit isn't in the structured tabs, it's almost always one of two things:

  • Nobody has mapped that field to the editor yet, the data is in the save, but no UI has been built for it.
  • The field can't be edited safely on its own, it might be derived from other values, or part of a structure where changing one piece without the rest would corrupt the save.

Either way, the right move is to open an issue or ask on Discord describing what you're trying to change. New features get prioritised based on what people actually want.

Changelog

  1. v2.2.0 2026-05-08
    • Added the ability to edit UGC textures without uploading Player.sav.
    • Fixed love-gender being overwritten when importing over a leveled Mii.
  2. v2.1.0 2026-05-06
    • Redesigned the UGC editor with a WASM backend and higher encoding quality.
    • Advanced search now matches segments and hashes.
    • Added the ability to clear the LAN restriction on UGC slots.
  3. v2.0.0 2026-05-04
    • Migrated the app to SvelteKit.
    • Rewrote the save data model.
    • Replaced the home redirect with a real landing page.
    • Faster loading overall.
  4. v1.11.0 2026-05-03
    • Added a Face Paint editor.
    • Added Mii data and relationships export as JSON or CSV.
    • Added a bulk action to convert a Mii’s Stranger relationships to Acquaintance.
    • Added a local history of dropped saves for last-chance recovery.
    • Fixed select inputs not reflecting the saved value for some Mii enum fields.
  5. v1.10.2 2026-05-02
    • Fixed ShareMii imports failing on some saves.
  6. v1.10.1 2026-05-02
    • Fixed styling for the tutorial overlay.
  7. v1.10.0 2026-05-02
    • Added interactive tutorials for the editor.
  8. v1.9.0 2026-05-02
    • Added editors for each Mii’s belongings and worn outfit.
    • Added a clothing sets editor in the Player tab.
  9. v1.8.0 2026-04-30
    • Added a full UGC editor (export and replace textures).
    • Added a habit editor sub-tab in the Mii tab.
    • Fixed the weekly shop banner persisting after using the bulk interior unlocker.
  10. v1.7.0 2026-04-29
    • Added the new ShareMii tab that allows exporting and importing Miis and UGC files.
    • Added an unlocker for the Island size in the Player tab.
    • Added a way to restore the previously loaded save on page reload.
  11. v1.6.0 2026-04-29
    • Added a UGC text editor in the Player tab.
    • Added a complexity warning on the Mii troubles tab.
  12. v1.5.0 2026-04-28
    • Added a buildings unlocker in the Player tab.
    • Added a rectangle drawing tool to the Map tab alongside the existing pencil tool.
    • Improved mobile design.
    • Added fr-US and en-EU locale support.
  13. v1.4.0 2026-04-27
    • Added a Mii troubles editor in the Mii tab.
    • Added a Mii Words editor in the Mii tab.
    • Added editors for each Mii’s ranked foods and tasted-foods history.
    • Added an interiors unlocker grouped by room-style variation in the Player tab.
    • Added bulk loading and exporting of saves: drop a folder or .zip to route each file to the right tab, and export everything at once.
    • Added a Frequently Asked Questions page.
    • Added a site-wide footer with links to GitHub, the issue tracker, Discord, and the license.
  14. v1.3.0 2026-04-27
    • Added a Mii gender and attraction editor in the Mii tab.
    • Added a way to edit fountain level and wish counter in the Player tab.
    • Added dark mode support.
    • Added a link to the beta version.
    • Added editing of crush and relationship-set timestamps in the Mii tab.
  15. v1.2.1 2026-04-26
    • Added Brazilian Portuguese translation.
    • Credited translators on the About page.
    • Added a dropdown to bulk-edit enum values in the advanced editor.
    • Improved spoiler caption to clarify what is revealed.
  16. v1.2.0 2026-04-26
    • Added foods, clothes, and treasures unlock editors to the Player tab.
    • Added a Mii food preferences editor.
  17. v1.1.0 2026-04-25
    • Added internationalization support (English and French).
    • Added a version badge highlighting unseen changelog entries.
    • Detect and warn when a save file is dropped in the wrong tab.
    • Restored pointer cursor on interactive elements.
    • Prevented flicker when navigating between tabs.
  18. v1.0.0 2026-04-25
    • Initial public release.

Replace already-loaded saves?

The following tabs already have a save loaded. Continuing will replace them with the new files:

Warning: any unsaved edits in those tabs will be lost. Make sure you've downloaded any changes first.

Clear loaded saves?

This will remove the following saves from the editor:

Warning: any unsaved edits will be lost. Make sure you've downloaded any changes first.

Restore previous session?

Previous session. Restore your last edits, or dismiss to start fresh.

Saves stay in this browser and are never uploaded. Dismissing here, or using "Clear all", removes them.