Skip to content

paradoxie/saveeditor

Repository files navigation

Save Editor Online 💾

Website License: MIT Built with Astro

The universal, privacy-focused online save file editor.
Edit your game saves directly in your browser. Save files stay local; site analytics/ads may use cookies.

👉 Start Editing Now: https://saveeditor.top

Save Editor Preview

✨ Features

  • 🔒 100% Private (Save Files): All logic runs client-side using WebAssembly and JavaScript. Your save files never leave your device.
  • 🌍 Universal Support:
    • RPG Maker (MV/MZ .rpgsave)
    • Unity (PlayerPrefs, JSON, XML)
    • Ren'Py (.save - Experimental)
    • Unreal Engine (.sav - GVAS format)
    • GameMaker (.ini, .json)
    • NaniNovel (.nson)
    • And many more generic formats (JSON, XML, Base64)!
  • ⚡ Instant Editing: Visual tree editor for modifying gold, stats, items, and variables without coding knowledge.
  • 🌐 Multi-language: English, Japanese (日本語), Korean (한국어), Portuguese (Português), Simplified Chinese (简体中文).

🚀 Supported Games

Works with thousands of games, including:

  • Stardew Valley
  • Palworld
  • Vampire Survivors
  • Undertale & Deltarune
  • HoloCure
  • Doki Doki Literature Club
  • Deep Rock Galactic

🛠️ Development

This project is built with Astro and React.

Prerequisites

  • Node.js 18+
  • npm

Installation

# Clone the repository
git clone https://github.com/yourusername/save-editor-online.git

# Install dependencies
npm install

# Start development server
npm run dev

Building for Production

npm run build

🤝 Contributing

Contributions are welcome! If you'd like to add support for a new game engine or fix a bug, please:

  1. Fork the repository.
  2. Create a feature branch (git checkout -b feature/amazing-engine).
  3. Commit your changes.
  4. Open a Pull Request.

📄 License

This project is licensed under the MIT License - see the LICENSE file for details.


Disclaimer: This tool is for educational and personal use only. Always backup your save files before editing.

About

The universal, privacy-focused online save file editor. Supports RPG Maker, Unity, Ren'Py, Unreal Engine, and more. 100% local processing.

Topics

Resources

Stars

11 stars

Watchers

0 watching

Forks

Releases

No releases published

Packages

 
 
 

Contributors