Skip to main content
S
SaveEditor.Online
To the Moon save editor hero artwork for .rxdata, .rvdata files
🌙

To the Moon Save Editor

A classic story-driven RPG Maker title. Edit your save files online for free.

Engine: RPG Maker XP/VX Format: .rxdata, .rvdata ✓ Free to Use
Start Editing To the Moon Saves →

Verified In The Editor

No game-specific verified editor fields yet. Candidate and engine-level notes stay visible below.

Evidence status: candidate

Verified editor fields come from the evidence model only. Game-specific notes stay separate below.

View coverage proof

Game-Specific Editing Notes For To the Moon

🎮

Variables

Inspect story and event variables

🚩

Switches

Review boolean event flags

🎒

Items

Adjust visible item quantities where present

📈

Stats

Edit actor values if the save exposes them

Compatibility & Common Failure Reasons

Best case

The file opens in Quick Edit, common fields are detected, and the download button is enabled.

Read-only mode

The file can be inspected, but export is disabled because this structure cannot be rebuilt safely in-browser.

Parse error

The file may be encrypted, compressed by a custom container, the wrong save file, or larger than the browser limit.

Support limits

  • Supported as limited Ruby Marshal editing for exposed RPG Maker XP/VX fields.
  • Story progress is mostly variable-driven; unknown variables should be changed one at a time.
  • Steam, GOG, and mobile ports may place saves in different folders.

Failure reasons

  • The selected file is not a raw .rxdata or .rvdata save.
  • The save includes a custom Ruby object type that the browser guard blocks.
  • A story variable was changed to a value the event script does not expect.

Quick Edit Targets

Gold / Money Level EXP HP / MP Items / Inventory Weapons Armors Variables Switches / Flags

Backup steps

  1. Close the game.
  2. Copy the whole save folder.
  3. Edit one slot and verify before replacing more saves.
Evidence-backed coverage proof

📂 To the Moon Save File Location

Windows
Game install folder or Documents/My Games/To the Moon
macOS
Game app resources or ~/Library/Application Support
Linux
Game install folder or Proton prefix

💡 Tip: Press Win+R on Windows and paste the path to quickly access your saves.

How to Edit To the Moon Saves

1

Locate Your Save

Find your save file using the paths above. Make a backup copy first!

2

Upload & Edit

Drag your save file to our editor. Modify gold, items, stats and more.

3

Download & Play

Download your edited save and replace the original. Launch the game!

Frequently Asked Questions

Why are some fields hard to understand?
Older RPG Maker games often store numeric IDs without names. Compare before/after saves to identify the right variable.

📖 Related Guides

Other Popular Games

Ready to Edit Your To the Moon Save?

Free to use, no download required. Browser-side parsing with backup-first editing.

Start Editing Now →

To the Moon save editor workflow

Use this page to find your .rxdata, .rvdata save file, back it up, and edit only the RPG Maker XP/VX fields that the browser can safely rebuild. Quick Edit targets show the fastest path; everything else should be verified in-game after a small change.

Common quick edit targets

  • Gold / Money
  • Level
  • EXP
  • HP / MP
  • Items / Inventory
  • Weapons
  • Armors
  • Variables

Backup-first workflow

  • Close the game.
  • Copy the whole save folder.
  • Edit one slot and verify before replacing more saves.

Support limits

  • Supported as limited Ruby Marshal editing for exposed RPG Maker XP/VX fields.
  • Story progress is mostly variable-driven; unknown variables should be changed one at a time.
  • Steam, GOG, and mobile ports may place saves in different folders.

Common failure reasons

  • The selected file is not a raw .rxdata or .rvdata save.
  • The save includes a custom Ruby object type that the browser guard blocks.
  • A story variable was changed to a value the event script does not expect.

Reference links