Skip to content

Commit

Permalink
removed cardano references
Browse files Browse the repository at this point in the history
  • Loading branch information
tolik518 committed Oct 21, 2023
1 parent 6aba2d8 commit a8f8984
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 4 deletions.
4 changes: 1 addition & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,14 +14,12 @@ You can edit your nickname, skill points, gold, equipment, inventory, your pets
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).


![SoG_SGreader](https://returnnull.de/images/SoG_SGreader8.png)

If you want your savegame to work you need to save it over to "%APPDATA%\Secrets of Grindea\Characters" and name it 0.cha to 8.cha

![SoG_SGreader](https://returnnull.de/images/SoG_SGreader2.png)
![SoG_SGreader](https://returnnull.de/images/SoG_SGreader3.png)

If you want to support me, here is my Cardano($ADA) adress: addr1q8lscf0hrrf883q3ztdlpafge8vp8g6n2mjexhwg5m2nylk48l93aamzj4h9kw6yxpwca2dnkgmf2whqlaw0cym7mzwsrn5hch


Keywords: "Secrets of Grindea", "Secrets of Grindea Savegame", "Secrets of Grindea Savegame Editor", "save file", "Character File"
2 changes: 1 addition & 1 deletion SoG_SGreader/Forms/FrmMain.cs
Original file line number Diff line number Diff line change
Expand Up @@ -610,7 +610,7 @@ private void TabControl1_DrawItem(object sender, DrawItemEventArgs e) //Skills
);
}

private void PictureBox3_Click(object sender, EventArgs e) //Cardano Icon in the top corner
private void PictureBox3_Click(object sender, EventArgs e) //:3 Icon in the top corner
{
FrmAbout frmAbout = new FrmAbout();
frmAbout.ShowDialog();
Expand Down
Binary file modified SoG_SGreader/Resources/ada2.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit a8f8984

Please sign in to comment.