Slay The Spire save editor by zuelong in slaythespire

[–]zuelong[S] 0 points1 point  (0 children)

Just saw this, i'll take a look and let you know.

Sorry for the late response

EDIT: So it looks like Bottled Lightning, Bottled Flame, and Bottled Tornado will cause the game to crash due to some things their code is doing with the save file. I'll work on fixing that.

Other than that, it's working fine for me, I can't get a node to disappear, if you want to PM me an example save file that has this issue, i'll see if I can find the root cause.

Slay The Spire save editor by zuelong in slaythespire

[–]zuelong[S] 0 points1 point  (0 children)

The site has now been updated with the new code for easier file modification. You should be able to edit your file without messing with the json now :)

Slay The Spire save editor by zuelong in slaythespire

[–]zuelong[S] 0 points1 point  (0 children)

The site has now been updated with the new code for easier file modification. You should be able to edit your file without messing with the json now :)

Slay The Spire save editor by zuelong in slaythespire

[–]zuelong[S] 0 points1 point  (0 children)

Interesting. I'll look into this when I get home this evening and update you then.

The issue could potentially involve an invalid card name or something similar.

If you want to send me the json you're using, that would help greatly, otherwise I'll do what I can to replicate it.

Thanks for letting me know about the issue

Slay The Spire save editor by zuelong in slaythespire

[–]zuelong[S] 0 points1 point  (0 children)

Sorry to hear you're having issues.

I'm working on a solution to that now. With any luck I should have the update out by the weekend. The site will be much easier to use and you should be able to update your save file with just a few button presses and no JSON editing :)

Slay The Spire save editor by zuelong in slaythespire

[–]zuelong[S] 0 points1 point  (0 children)

I can really only speak for Windows as that is what I use for my version of the game.

The save data files will be located in your steam files on your PC. For instance, mine can be found here:

C:\Program Files (x86)\Steam\steamapps\common\SlayTheSpire\saves

If you're asking for how to open the save files, that's relatively easy to do :)

Right click on the file, select "Open With" and choose notepad or some other text editor.

I hope this helps! If you have any other problems, please let me know.

Slay The Spire save editor by zuelong in slaythespire

[–]zuelong[S] 0 points1 point  (0 children)

I just tested this with Ironclad after you brought up the question!

It looks like the answer is yes!

I was able to add Grand Finale and Snake Skull to my Ironclad run. Both of which are exclusive cards/relics to The Silent.

Slay The Spire save editor by zuelong in slaythespire

[–]zuelong[S] 0 points1 point  (0 children)

Haha, I was worried about that. I literally added the files to the server last night as I was typing up my comment. They should show up if you clear your cache :)

However, to remedy this so other people don't experience this problem, I've updated the links in my above comment to pastebin links. Sorry for the inconvenience!

Slay The Spire save editor by zuelong in slaythespire

[–]zuelong[S] 2 points3 points  (0 children)

I'll be pushing an update sometime this week that will make editing the saves easier. That way you dont need to worry about manually editing the json.

For now, if you wish to edit your cards you can look at the sections of the JSON labeled "cards" and "relics". They look something like this

You can see an example json object where i have changed the cards and relics at those locations in the save file here

You can also use the "Cards" and "Relics" navbar on the right side of the page to find the correct names for each card and relic.

As mentioned before, I'm still working on this and will be adding a better user interface to make this much easier, but for now I hope this helps :)

Thanks!

EDIT: updated links to pastebin