• Before registering an account on PlayerSquared you must first agree that you are at least 13 years of age & have read & agree to our Terms & rules & our Privacy policy.
  • To hide your download link, use the following BBCodes:
    You can set specific reactions (like "Thanks," "Love," etc.) that must be selected to unlock the download link. List the reaction numbers like this: 1, 2, 3, etc. 1 = Thanks 2 = Love 3 = Haha 4 = Wow 6 = Canada Thanks

    or you can use:
    Which allows you to charge a certain credit amount in order for someone to get access to the download link.

    The button to unlock the link will appear in the bottom right corner of the post.
    You have 1 minute after liking a post to un-like or change your reaction before it becomes permanent. This was done to stop people from liking a post, getting the content then un-liking it.

How to use pc save editor with pathfinder wrath of the righteous

Status
Locked.

Pj1980

Pro Player
November 15, 2020
76
284
19
This is how you use the pc editor with exported save


First you need to download the editor here is the link

Arcemi Pathfinder WotR Save Editor at Pathfinder: Wrath of The Righteous Nexus - Mods and community

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

pathfinderwotr-unpackrebuilder

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.
 
Status
Locked.