From 1e50077b2eebefacd19cad3a61b04c9671f61a6e Mon Sep 17 00:00:00 2001 From: Anatolij Vasilev Date: Sun, 22 Oct 2023 20:37:17 +0200 Subject: [PATCH] updated readme --- README.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/README.md b/README.md index 5727adb..a538698 100644 --- a/README.md +++ b/README.md @@ -27,6 +27,11 @@ SoG_SGreader.exe --json # Print json of the savegame to console SoG_SGreader.exe --text # Show a short summary of the savegame ``` +You could for example use [jq](https://jqlang.github.io/jq/) to get a specific value from the savegame, like the level of the character. +``` +/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