https://github.com/jakesteam/savegame-analyser
(Unstarted) Generic tool to identify & analyse save games
https://github.com/jakesteam/savegame-analyser
Last synced: 4 months ago
JSON representation
(Unstarted) Generic tool to identify & analyse save games
- Host: GitHub
- URL: https://github.com/jakesteam/savegame-analyser
- Owner: JakeSteam
- License: mit
- Created: 2023-11-05T17:41:56.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2023-11-05T18:16:41.000Z (over 2 years ago)
- Last Synced: 2026-02-07T13:35:00.606Z (5 months ago)
- Homepage:
- Size: 1.95 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
*Note: This tool doesn't work yet, don't try to use it!*
# Savegame Analyser
## Features
* Identify appropriate game (and version) from save file
* Extract key metadata & game data
* *Maybe* modify this data
## Components
* Uploader
* Avoid actually persisting anything, just load it up and check what it is.
* Identifier script
* Basically a giant `when`, using a definition of bytes in positions.
* Once identified, passed on to a dedicated script for each game.
* Analyser scripts
* One for each game
* Extracts XP, items, etc
## Tech stack
???