SkillAgentSearch skills...

SaveEditor

Universal Save Editor for JavaScript Clients

Install / Use

/learn @Stormwave/SaveEditor
About this skill

Quality Score

0/100

Supported Platforms

Universal

README

GameSaveEditor

GameSaveEditor

Concept

This app is a generic JavaScript platform to aid in development of client-side save editors. Currently supported natively:

  • The Legend of Heroes: Trails in The Sky FC
  • The Legend of Heroes: Trails in The Sky SC
  • The Legend of Heroes: Trails in The Sky TC

Changes

This fork contains some bugfixes and make it compatible with non-Chromium-based browsers.

Host it locally

We can host this app locally, but we have to use a local web server. The following instruction is tested on:

  • SteamOS 3.4.6 (on Steam Deck) using Mozilla Firefox
  • macOS Ventura (on iMac) using Safari and Google Chrome

Requirements

Make sure that you have the following installed on your system:

  • Python 3

Usage

  1. Backup your save file.
  2. Either download this repository as ZIP file or clone this repository.
  3. Assuming you downloaded or cloned the repository on ~/Downloads/GameSaveEditor, open a terminal or console app and type the following command:
cd ~/Downloads/GameSaveEditor/public
  1. Afterwards, type the following command to run a local web server on port 9000 with Python 3:
python3 -m http.server 9000
  1. Congratulations! You have sucessfully hosted the GameSaveEditor app on your local.
  2. Open your browser, and type this URL: http://localhost:9000
  3. Click on the game that you want to edit the save file and load up your save file.
  4. Edit various parameters on your save file, then click Save on the left sidebar to download the edited save file.
  5. Rename the downloaded file (something like: SVDAT001.SAV) and replace the original save file.
  6. Enjoy!

Credits

Original repo: https://github.com/Stormwave/SaveEditor

Original hosted version: https://save-editor.stormwave.uk

Related Skills

View on GitHub
GitHub Stars20
CategoryDevelopment
Updated9d ago
Forks3

Languages

JavaScript

Security Score

90/100

Audited on Mar 22, 2026

No findings