RimWorld
Reunion
Kyrun  [ontwikkelaar] 29 jul 2020 om 17:45
How To Permanently Delete an Unspawned Ally
Instructions to editing your save game deleting an unspawned Ally (permanently). This guide assumes you know XML and how it is formatted.

  1. Backup your savegame (*.rws) in case you mess up.
  2. Open your savegame with your preferred text editor. I recommend "Visual Studio Code" so that it's easier to find the start and end of blocks.
  3. Search for <Reunion_AllyAvailable>
  4. In this block, look for a <li> ... </li> block containing your Pawn.
  5. You should be able to tell by the <name> fields.
  6. To be safe, look for the <id> in other parts of the save file (e.g. <id>Human77</id>, so the id is "Human77").
  7. If there are other occurences of this id, there is a chance your savegame may be corrupted. But RimWorld handles these pretty well, so likely your game will still be serviceable.
  8. Delete the entire <li> block for that pawn..

Your game should no longer have any reference to this character.