pathfinder wrath of the righteous

Post Reply
pj1980
Member
Posts: 96
Joined: Thu May 24, 2018 12:27 pm
Location: Cardiff

pathfinder wrath of the righteous

Post by pj1980 » Thu Jun 08, 2023 7:56 pm

This is how you use the pc editor with the exported ps4 save

First you need to download the editor here is the link

https://www.nexusmods.com/pathfinderwra ... ?tab=files

You need to open save in advanced mode and export it to file name the file save.sav (need to do this for bat files to work)

This is a link of bat files that will split your exported save into multiple files, compress certain files into a zip to use with editor, uncompress the files after using editor and rebuilder to combine files back into one file for importing back into save. There a readme in zip that explains everything

https://www.mediafire.com/file/jalnl0ma ... r.zip/file

If for some reason the bats don't work I will explain how to do it manually with a hex editor you need 2 section from your exported save we will name player.json and party.json
To find each section
party.json always starts with {"SceneName":"<cross-scene> and player.json starts with {"$id":"1","m_MaxGameUniqueId"

So let's start with player.json as a example after you find it make a note of the offset for the { then you want to search forward for CXMPKENT make a note of the offset of the } before CXMPKENT
now go into edit and click select block put the start and end offsets in then click ok. Now again in edit click copy and open a new file and paste what you copied save it as player.json.
If you want you can go back to save and cut what's highlighted so it will look like this when cut CXMPKENTCXMPKENT you can leave like that or switch to insert more and put something between them to remind you player.json needs to go back here

You do the same thing for party.json

Now you have these 2 files you put them in a zip file. You will need to put header.json in there as well you will find it in my zip in the program folder.

Open the pc editor then open your zip in it
Edit what you want when you save it will create a file ending with .zks you can either rename end to zip or right click and open archive if you have 7-zip installed. You need to extract the player.json and party.json. Open both in hex editor and paste insert between the 2 CXMPKENT you got each of them from.
Post Reply