Can someone give me a brief tutorial on how to remove kids from save file? Haven't messed with xml file before.
Script by Exiua(
You must be registered to see the links
) seems to break file to some degree.
If you want to remove kids manually from your save file, you'll need to find the NPC tags with an id value that contains "NPCOffspring" (NPC > character > core > id) (the description for that NPC will mention how they are your child). Once you find the NPC tag, you can delete everything from the opening tag to the closing tag, including the opening and closing tags themselves (i.e. everything from <NPC> to </NPC>), and that will delete that one child from your save. Just repeat that for all the kids you want to remove, but make sure to backup your save file first.
I'm also curious by what you meant when you said that the script broke your file (admittedly I didn't extensively test that script after I wrote it). If you still want to try automatically deleting your offsprings from your save file, I have a java based save editor you can try
You must be registered to see the links
(the option can be found under the 'extra' tab).