An open API service indexing awesome lists of open source software.

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

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

???