TomoHub LogoTomoHub
๐Ÿ’พ Browser-local ยท Your file never leaves your device

Save Editor

Edit your Tomodachi Life save file directly in the browser. No download, no risk. Supports 3DS (savedataArc.txt) and Living the Dream via Ryujinx.

๐Ÿ“‚
Drop your save file here
Must be named savedataArc.txt

Unlock Your Island's True Potential

Tired of waiting for daily donations to afford that expensive apartment interior? Want to rename your island without starting over? Our browser-based save editor lets you modify your Tomodachi Life save file instantly.

๐Ÿ›ก๏ธ
100% Private
Processed entirely in your browser. No server uploads.
๐Ÿ’ฐ
Instant Wealth
Max out your island bank account with a single click.

Where is my save file?

Ryujinx (Switch)
%appdata%\Ryujinx\bis\user\save\...\savedataArc.txt
Lime3DS / Citra (3DS)
%appdata%\Lime3DS\sdmc\Nintendo 3DS\...\savedataArc.txt
Read full step-by-step guide โ†’

Why Use the Tomodachi Life Online Save Editor?

Most save editors require you to download an executable, trust a stranger's binary, and hope it doesn't break your file โ€” or your PC. This tool works entirely inside your browser. Your savedataArc.txtis read into memory locally using the Web File API; it is never uploaded to any server, never logged, and never shared. Close the tab and it's gone.

The editor is built for both the Nintendo Switch remaster โ€” Tomodachi Life: Living the Dream โ€” running under Ryujinx, and the original 3DS title running under Lime3DS or Citra. All three emulators store the save in the same binary format, so the same offsets apply. The money field sits at offset 0x1E4BB8 as a 32-bit little-endian unsigned integer, capped at 9,999,999 by the game engine itself. Island name lives at 0x1E4BCC as UTF-16LE, up to 10 characters.

Because everything runs in the browser, there is nothing to install, no .NET runtime to wrangle, and no antivirus false-positives to dismiss. It works on Windows, macOS, and Linux โ€” anywhere a modern browser runs. Future features like Mii injection and relationship editing will ship as browser-side updates with zero reinstall friction.

How to Edit Your Tomodachi Life Save File

  1. 1
    Find your save file โ€” On Ryujinx, navigate to %appdata%\Ryujinx\bis\user\save\ and look for the folder matching Tomodachi Life's title ID. On Lime3DS or Citra, check %appdata%\Lime3DS\sdmc\Nintendo 3DS\โ€ฆ. The file is always named savedataArc.txt.
  2. 2
    Back it up first โ€” Copy savedataArc.txt to a safe folder before you do anything. One bad edit and you'll want that backup.
  3. 3
    Drag the file into the editor above โ€” Drop savedataArc.txt onto the upload zone, or click it to open a file picker. The editor parses the binary instantly โ€” no upload, no wait.
  4. 4
    Make your edits โ€” Type a new money value or drag the slider. Change your island name (up to 10 characters). Hit Max to jump straight to $9,999,999.
  5. 5
    Download the modified file โ€” Click "Download Modified Save File". Your browser saves the patched binary to your Downloads folder.
  6. 6
    Replace the original โ€” Copy the downloaded file back to the emulator's save directory, overwriting the original savedataArc.txt. Reload your save in the emulator and the changes appear immediately.

What Can You Edit?

FieldDetailsStatus
๐Ÿ’ฐ Money0 โ€“ $9,999,999 (game maximum)Live
๐Ÿ๏ธ Island NameUp to 10 UTF-16 charactersLive
๐Ÿ‘— All ClothingUnlock every outfit in the wardrobeComing Soon
๐Ÿง‘โ€๐Ÿคโ€๐Ÿง‘ Mii RelationshipsSet friendship / romance levels between MiisComing Soon
๐Ÿ› ๏ธ Crash FixPatch known save-corruption flagsComing Soon
๐Ÿฑ Food PreferencesEdit each Mii's liked / disliked foodsPlanned
๐ŸŽต Song UnlockUnlock all concert songsPlanned

Supported Emulators

RyujinxFully Supported
Tomodachi Life: Living the Dream (Switch)

The primary target. Ryujinx stores saves under %appdata%\Ryujinx\bis\user\save\. Look for the folder with the game's title ID and find savedataArc.txt inside.

Lime3DSFully Supported
Tomodachi Life (3DS original)

The actively maintained Citra fork. Save path: %appdata%\Lime3DS\sdmc\Nintendo 3DS\โ€ฆ\savedataArc.txt. Offsets are identical to the Switch version for US/EU regions.

CitraSupported
Tomodachi Life (3DS original)

The original 3DS emulator. Same save format and offsets as Lime3DS. Path: %appdata%\Citra\sdmc\Nintendo 3DS\โ€ฆ\savedataArc.txt.

Frequently Asked Questions

Is it safe to edit my Tomodachi Life save file?

Yes, as long as you keep a backup first. This editor only modifies the specific bytes it knows about โ€” money and island name โ€” and leaves everything else untouched. The risk of corruption is minimal, but always back up before editing.

Does my save file get uploaded anywhere?

No. The file is read entirely in your browser using the Web File API. It never touches a server. You can disconnect from the internet before dropping the file in and the editor will still work.

What file do I need to drop in?

The file is called savedataArc.txt. Despite the .txt extension it is a binary file. Do not open it in a text editor โ€” just drag it straight into the upload zone.

Where is savedataArc.txt on Ryujinx?

Open Ryujinx, right-click Tomodachi Life: Living the Dream in the game list, and choose "Open User Save Directory". The savedataArc.txt file will be in that folder.

Where is savedataArc.txt on Lime3DS or Citra?

In Lime3DS: Emulation โ†’ Open Lime3DS Folder, then navigate to sdmc/Nintendo 3DS/โ€ฆ/title/โ€ฆ/data/00000001/. In Citra the path is similar under the Citra app data folder.

What is the maximum money in Tomodachi Life?

The game engine caps money at $9,999,999. The save field is a 32-bit unsigned integer but the game enforces this limit in-engine. Setting a higher value will be silently clamped back down when the game loads.

What offset is the money field?

For US and EU region saves (both 3DS and Switch versions), money is stored at offset 0x1E4BB8 as a UInt32 little-endian value. Island name starts at 0x1E4BCC as UTF-16LE, up to 10 characters (20 bytes).

Does this work for the Japanese version?

The Japanese 3DS release may use different offsets. This editor is tested against US and EU region saves. If you load a JP save and the values look wrong, do not save โ€” the offsets likely differ.

Will editing my save get me banned?

Tomodachi Life has no online multiplayer or anti-cheat system. There is no ban risk. The game is entirely single-player.

Can I edit Mii data or relationships?

Not yet. Mii injection and relationship editing are on the roadmap. The binary format for those fields is more complex and requires additional reverse-engineering work. Sign up for updates to be notified when they ship.

My emulator won't load the edited save. What went wrong?

Make sure you replaced the correct file in the correct folder. Some emulators cache saves โ€” try closing and reopening the emulator. If the save still won't load, restore your backup and try again. Never edit the file while the emulator has it open.

Does this work on mobile browsers?

The editor uses standard Web APIs that work in Chrome, Firefox, Safari, and Edge on both desktop and mobile. File drag-and-drop won't work on mobile, but the tap-to-browse fallback will.

Understanding the Tomodachi Life Save File Format

The Tomodachi Life save editor works by reading and modifying the binary save file used by both Tomodachi Life: Living the Dream and the original Tomodachi Life on 3DS. The save file is named savedataArc.txt despite being a binary file, not a text file. This Tomodachi Life save file contains all game state: your island money, island name, Mii resident data, relationships, inventory, and progression flags.

The Tomodachi Life save editor reads specific byte offsets within the save file to extract and modify values. For US and EU region Tomodachi Life saves, the money field is located at offset 0x1E4BB8 as a 32-bit little-endian unsigned integer. The Tomodachi Life island name starts at offset 0x1E4BCC encoded as UTF-16LE, supporting up to 10 characters. Mii data in the Tomodachi Life save file begins at base offset 0x1C8A with a stride of 0x660 bytes per Mii slot, supporting up to 100 Mii residents.

This Tomodachi Life save editor processes everything client-side using JavaScript DataView and ArrayBuffer APIs. When you drop your Tomodachi Life save file into the editor, the browser reads the binary data into memory, the save editor parses the known offsets, displays the current values, and lets you modify them. When you download the modified Tomodachi Life save file, the editor writes the new values back to the correct byte positions and triggers a browser download. No server is involved at any point in the Tomodachi Life save editing process.

Ready to Edit Your Save?

The TomoHub save editor runs entirely in your browser. Edit your Tomodachi Life save file without downloading any risky software.

Compatible with Ryujinx, Lime3DS, and Citra.

Start Editing Now โ†‘