Skip to content
Galactic647 edited this page May 24, 2024 · 4 revisions

What is Tyrano Save Reader?

Have you ever in a situation where you're playing a tyrano game and then thought that the game is a little grindy, so you then decide to hack some values but you instead are faced with just hot mess like this.

image

Tyrano save file .sav data are usually just json stored in an URL encoding or a percent-encoding. For example @ will be encoded into %40.

This tool can convert .sav into .json and back. This tool also have a monitor function that keep track the changes between the save file and the parsed file, so you can edit the values without touching the save file. Here's how it looks after using the progam.

image


It might be a little overkill to use this to just change a single value, like money for example, but if you want to do something a little more elaborate then this tool can help a lot with the readability.

And with a little more tweaking, it will even look as good as this.

image

Features

  • Convert .sav files into .json and vice versa.
  • Monitor your game save, so you can change values in real time.
  • (I will probably add more later.)
Clone this wiki locally