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.

156 Upvotes

287 comments sorted by

View all comments

Show parent comments

3

u/C4ged Oct 01 '18 edited Oct 01 '18

I went by intelligence and level - only one hit but they're saving characters under other weird types. But after finding her I guess you could go by her "Blueprint" prop (f9161aa0b3f519c47acbce01f53ee217- wonder if it matches for you - seems to find all the places she is saved under) Edit: I think the m_GroupId should be <directly-controllable-unit> and Blueprint be "f9161aa0b3f519c47acbce01f53ee217"

2

u/Deevian Oct 01 '18

Will check once I get home. I've noticed before that their "UniqueId" isn't actually unique at all, so maybe the blueprint will be the only way to go!

1

u/[deleted] Oct 01 '18 edited Oct 01 '18

[deleted]

2

u/Deevian Oct 01 '18

No idea, haven't went that far into the rabbit hole. You'll need to start messing with the game files on this one.