• Welcome Guest to the new PlayerSquared! Please be aware the site is a work in progress & we'd appreciate your help in letting us know which features from the old site we're currently missing as well as report any bugs you find via this thread here: Bugs/Missing Features
  • As of today April 26th, 2024 you are only permitted to have 1 shop thread. This means if you have multiple threads for various boosting services you must condense them down into one thread. You will have 1 week from April 26th, 2024 to make this change.
  • If this is your first visit You may have to register before you can post: click the register link above to proceed. To start viewing messages, select the forum that you want to visit from the selection below. Sign up today to get the latest PS4 GameSaves, Game Mods and much more!
  • If you've previously logged in via'Google or Discord and are now unable to do so you'll need to request a password reset which will be emailed to you via the link here: Lost password
  • To reduce spam posts and drive activity from members, and let members who post saves and cheats to get something in return for their research, we have thrown together a plugin that allows us to fulfill both. To hide your links, use the following bbcodes:
    Which allows you to select which reacts you want in order to unlock the download link or
    Which allows you to charge a certain credit amount in order for someone to get access to the download link The button will look like this in the bottom right of the postbit

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

Pj1980

Well Known
November 15, 2020
137
251
63
690
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.