Is there a way to remove siblings relationship from two characters? Do I have to edit save file to do that? After downloading and applying this mod, I started new game, and when customizing starting slave, I set the relationship with starting slave to servant. But when the new game loaded, relationship with starting slave was set to siblings. I tried starting new game with stranger relationship, and then with childhood friend relationship but it changed to siblings again.
Viewing post in MarriageAndMore mod v3
The only way to change relative data is editing the save file. The save file is JSON formatted text; there are online editors that make it easier to edit. You have to track down each person's data to get their IDs, then find those IDs in the "relativesdata" to change the correct data. It is safe to simply remove the IDs from the list of sibling.
There appears to be a line number mistake in ".../scripts/mainmenu.gd" of the mod folder.
<RemoveFrom 8 8>
should be
<RemoveFrom 11 11>
and
<AddTo 8>
should be
<AddTo 11>
Side note, the mod crashes if it is installed without the Bugfix mod installed as there seems to be a bug that prevents the version constant from being added to "globals.gd".