Some progress made - managed to unpack the save file into human readable format; downside is the file is 1.8 million lines of text.
I've identified where my character data is for each character, particularly by finding this expression:
attribute id="InParty" value="True"
I've spotted a number of attributes, but none of them seem to be amiss, these are the same on all four characters:
<attribute id="Party" value="108086395351859200" type="24" />
<attribute id="Team" value="0" type="1" />
<attribute id="IsPlayer" value="True" type="19" /> <attribute id="InParty" value="True" type="19" />
Interestingly, on this one, two characters have this value, but two have the other
<attribute id="OwnerCharacter" value="18014402804449311" type="24" />
<attribute id="OwnerCharacter" value="0" type="24" />
I initially assumed this was the characters that are linked together, but I'm not so sure since there are *three* linked characters in the save (one of which is the broken character).
Edit: This seems to be saved under PartyManager right at the end of the save, and all looks fine.
I haven't worked out how to repackage the saves yet, and will keep digging, but hopefully may find a solution. Would appreciate any input anyone might have at this point.
Last edited by ambershee; 09/10/17 06:44 PM.