diff --git a/README.md b/README.md index eba4348..f669e87 100644 --- a/README.md +++ b/README.md @@ -1,5 +1,15 @@ -# SoG Savegame Editor ![Icon](https://returnnull.de/images/_64.png) -![GitHub tag (latest by date)](https://img.shields.io/github/v/tag/tolik518/SoG_SGreader?label=latest%20version&style=flat-square) ![GitHub all releases](https://img.shields.io/github/downloads/tolik518/SoG_SGreader/total?style=flat-square) +

+ +

+

SoG Savegame Editor

+

+ + +

+

+SoG Savegame Editor is a tool for editing Secrets of Grindea character savegames. +You can edit your nickname, skill points, gold, equipment, inventory, your pets and much more! +

## Download Head over to the releases if you are just here for the [download link](https://github.com/tolik518/SoG_SGreader/releases), then press on `Assets` @@ -32,10 +42,7 @@ You could for example use [jq](https://jqlang.github.io/jq/) to get a specific v /home/developer/Projects/CSharp/SoG_SGreader/SoG_SGreader/bin/Debug/SoG_SGreader.exe --json "/home/developer/.config/Secrets of Grindea/Characters/2.cha" | jq .Level ``` -## Description - -**SoG Savegame Editor** is a tool for editing [Secrets of Grindea](https://store.steampowered.com/app/269770/Secrets_of_Grindea/) savegames. -You can edit your nickname, skill points, gold, equipment, inventory, your pets and much more is coming! +## More If you are interested how the save game file is build, you can find the structure of the save game on the [wiki page](https://github.com/tolik518/SoG_SGreader/wiki/Savegame-File-Structure) (not actively maintained).