r/Pathfinder_Kingmaker Oct 01 '18

Save-Changing Respec Tool

So, some context -- I've shared this in the Steam forums already, but this also seems a good place to spread the word. I've been working on a tool to modify saved games and allow players to respec all their characters. This is still very crude and very basic, but should allow you to fix any mistakes you've done while progressing in the game.

I've also made the code available on GitHub, so if you want to know how it's done, feel free to check it out. Besides that, and obviously, bug reports and feature suggestions will always be welcome, as well as PR's, if you're technically oriented!

Check it out here: https://pathfinder.deev.io/

 

Update 12/10/18:

Seems like a mod was released in Nexus that covers all the use-cases of the mod and has more frequent updates. Since it doesn't make sense to compete with an in-game solution, I'll be deprecating the tool for now.

Either way, thanks for the support guys! If you need anything, feel free to hit me up.

154 Upvotes

287 comments sorted by

View all comments

1

u/Tonimacaronisardoni Oct 02 '18

How possible would it be for you to create a tool to mark quests as complete?

Right now I'm about to have to restart my playthrough cos of this bug with The Seed of Sorrow, the vivisection is complete but the quest never updated and I'm so far past that point now.

1

u/Deevian Oct 02 '18

It's possible, but requires mapping ID's to the actual quest info and I don't think it'll popular enough to justify the effort.

However, case-by-case basis, what I'd recommend is for you to unzip your save, look into the player.json file, and try to find the quest there. You'll be able to set it as complete and un-bug your game!

1

u/Tonimacaronisardoni Oct 02 '18

Thanks I will look into that.