This project will be a character editor for the Pathfinder Kingmaker game by Owlcat Games
Use on your own risk! Backup your save files first
Highly likely you can find your savegames here:
- Linux:
~/.config/unity3d/Owlcat Games/Pathfinder Kingmaker/Saved Games
- Mac:
~/Library/Application Support/unity.Owlcat Games.Pathfinder Kingmaker/Saved Games/
- Windows:
%systemdrive%\users\%username%\AppData\LocalLow\Owlcat Games\Pathfinder Kingmaker\Saved Games
Tested with
npm -v
6.5.0
node -v
v11.6.0
Building the application:
git clone https://github.com/ericfitzgerald/KingmakerCharacterEditor.git
cd KingmakerCharacterEditor
npm install -g ng
npm run build
This will run the application
cd KingmakerCharacterEditor
electron .
to start built application next time