Permadeath save conversion guide

From RimWorld Wiki
Jump to navigation Jump to search

This article contains information on how to convert a Permadeath save file into a non-Permadeath save file.

  1. Find the save file:
    1. First, launch RimWorld, via Steam, GOG, or wherever you have it installed.
    2. Click "Options" on the main menu.
    3. In the middle column, under Gameplay, click "Open Save Data Folder" - this should open a file explorer in your RimWorld directory.
    4. Open the "Saves" folder.
    5. Find your Permadeath save that you wish to convert. It will end in "(Permadeath)".
  1. Edit the save file:
    1. Create a backup! Always create a backup before editing a save file, preferably saved in another location.
    2. Once you have identified which file you need to edit, open it with your favourite text editor, for example Notepad, Visual Studio, Sublime Text, or Atom. Anything will do if it can edit large files.
    3. Once the file is open, confirm it is opened correctly - the top of the file should start with "<?xml version="1.0" encoding="utf-8"?>"
    4. On about line 22, there is a line which reads: "<permadeathMode>True</permadeathMode>"
    5. Change this line to "<permadeathMode>False</permadeathMode>" and remove the line below it which reads "<permadeathModeUniqueName>".
    6. Save your changes to the file, and rename it to remove the (Permadeath) - this is personal preference, it has no effect on the actual save file.
    7. Relaunch RimWorld.

Now your file is not permadeath!