Click "Load File," select your save01.dat. The tool will automatically strip the Base64 and show you a tree-view of the JSON. You will see something like this:
"sf":
"gold": 50,
"hp": 100,
"relationship_luna": 15,
"current_scene": "town_square"
,
"tf":
"has_sword": false,
"met_dragon": true
Navigate to a web-based tool (search "TyranoOnlineEditor" or use the GitHub Pages version). You will see a text area and a "Load File" button. tyrano save editor
When you play a Tyrano game (such as The Great Tournament, Loren the Amazon Princess, or countless indie titles), your progress is stored in the game’s local folder, usually under %APPDATA% (Windows) or ~/Library/Application Support (Mac). You will typically find files named save01.dat, save02.dat, etc. Click "Load File," select your save01
These are JSON files disguised with a .dat extension. Navigate to a web-based tool (search "TyranoOnlineEditor" or