Pathfinder: Wrath of The Righteous

File information

Last updated

Original upload

Created by

Arcemi

Uploaded by

JGuM

Virus scan

Safe to use

Tags for this mod

About this mod

A save game editor. Edit game time, party money, character name, level, attributes, skills, portrait, alignment, appearance, spellbooks and inventory. Edit kingdom details, army leaders, army units, tasks, settlements. Edit game state, vendor tables, game flags, quest state

Requirements
Permissions and credits
Changelogs
Make sure you have a backup of your save file, always. Editing save game files may corrupt your save game rendering your save game unloadable.

FAQ
Question: The editor doesn't show names, just random numbers and letters?
Answer: The editor loads the names via the file cheatdata.json, which is in a subfolder called Bundles in the game installation folder. To make sure the editor knows where to load this file, go to Settings and set the game installation folder.

Question: The editor opens a port around 8000, why does it do that?
Answer:  The editor is built upon Electron, a framework to build crossplatform apps. It enables you to write all the UI in html and css without having to build different UI for different operating systems. Technically it works by hosting a webbserver on a port around 8000 and running the app in a built in browser. The app will only connect to the same computer running the app on that port.

Question: Can I add feats using the editor?
Answer: Export/import feats is released in 1.12.0, see article. Wiki with lists of feats can be found at https://arcemi.fandom.com/wiki/Feat_Codes

Special thanks/Contributors
Thanks to
  • Evan Dixon for making you able to add new features from a searchable list among other things.

Installation
There are 2 files in this mod. One for windows and one experimental for Linux.

For Windows
  • Download the mod file, chose the Windows version
  • Unpackage the file
  • Run the exe file you've unpacked, it will self extract and start automatically after it's done


For Linux
To start of you need to unpack the snap, using e. g. 7-zip.
Then simply run the file.

I have limited Linux experience, so please let me know in the comments or the issue regarding Linux below if there is anything I can do to improve the experience.
You can also discuss workarounds with each other in the issue.
https://github.com/jaygumji/ArcemiPathfinderKingmakerTools/issues/8

I'll keep a watch on the issue thread if there are any suggestion on what I can do in the code to help.
Thanks for the feedback!

For MacOS
I'm unable to make a build for MacOS currently since I would need to get my hands on a Mac to build it with.

IMPORTANT! Settings, game folder
Please configure the game installation folder. This will cause the editor to load some resources from the game and you will notice that many values in the editor will now show a readable text instead of a blueprint.
Some features will not work properly without this.

Screenshots
I haven't listed all the functionality here, please see the screenshots for more examples of what you can edit.

Army leaders
Note on army leaders. The base stats are in the save file, but the game will not recognize any changes to them. Stats are increased by leveling your army leader up.
You can add all level up feats by downgrading your army leader level after you level up similar to the character de-level trick below.

Inventory
I've restricted adding new items to simple items and usable items. Turns out weapons, armors and shields are very complex for named items and even +1 items.

To add weapons, armors and shields, add it to a vendor. Open the State page and select the Vendors tab. Find the vendor you want to add the items to and press the plus sign button.

From version 1.10.0 you can now edit enchantments on weapons and armors. You can edit the enchantment level, add and remove existing enchantments.
This is manually mapped and it's quite time consuming. So I've only added a core set of enchantments that you can add.

Tricks
Also a new trick I accidentally stumbled upon which you can use to re-level and gain multiple feats. E. g. you are given a choice for level up and want both choices.
I haven't tested this with every class. So might be some classes this works better for, and some classes that it might not.
  • You start by taking a backup!
  • Then level up your character and save the game.
  • Load the save game in the editor.
  • Use the downgrade level button, right next to the class level of your character.
  • Save the game file in the editor.
  • Now reload the save file in the game. You will be back at the previous level but with the selected feats from the level up.
Source
The source code is available at Github:
https://github.com/jaygumji/ArcemiPathfinderKingmakerTools/tree/WotR