currently trying to mess around with the Party.json in save files to see if I can forcibly add two more members to the party, thought I had it done right by just copy pasting the entire block pertaining to a character into the .json. but I run into a bug upon loading the game where instead of six members, the party screen just displays three, all of them usually with 0 HP. Is there something I'm missing here regarding this? The "UniqueID" field I try to work around by adding party members from a different save, is messing with that my issue? Or is adding new party members already associated with quests that haven't yet been implemented?
Edit: figured out what was the issue, in the Party.json I had to erase one of the "", each at the top, middle, and possibly bottom of the "members" bracket to ensure that party members occupied the correct position, but now I've hacked myself a six-member party hehe.