Difference between revisions of "Save file"

From RimWorld Wiki
Jump to navigation Jump to search
Line 37: Line 37:
 
===Linux version===
 
===Linux version===
 
|}
 
|}
The Save files are stored in: <code>/home/</code>'''<code>your user name</code>'''<code>/.config/unity3d/Ludeon Studios/RimWorld/</code>
+
The Save files are stored in: <code>/home/</code>'''<code>%username%</code>'''<code>/.config/unity3d/Ludeon Studios/RimWorld/</code>
 
----
 
----
 
{|
 
{|

Revision as of 06:29, 10 June 2015

Basics Menus Game Creation Gameplay Pawns Plants Resources Gear Mods
Basics Menus Game Creation Gameplay Pawns Plants Resources Gear Mods
Basics Menu Controls User Interface Save File Modding Version history

Save file contents

Rimworld's save files are written in XML (Version 1.0) and contain all the information about the state of the game.

Notable sections

  • Resources - Contains information about each of the available resources in the game.
  • ProjectList - Contains the state of each of the research projects available in the game. The research completes when Progress is more than (or equal) to TotalCost.
  • ThingReservation - Details what a Pawn (person/animal) is doing/going to do.
  • Thing - information about a person/animal


Save file locations

Folders-OS-Windows-8-Metro-icon.png

Windows version

The Save files are stored in users AppData folders: C:\Users\your user name\AppData\LocalLow\Ludeon Studios\RimWorld

Shortcut:
windows button + R -> the Run dialog will appear
type %APPDATA%\..\LocalLow -> this will open the appdata folder

Folders-OS-Linux-Metro-icon.png

Linux version

The Save files are stored in: /home/%username%/.config/unity3d/Ludeon Studios/RimWorld/


Folders-OS-Apple-Metro-icon.png

Mac OS X version

The Save files are stored in: /Users/your user name/Library/Application Support/RimWorld




Howto: Editing RimWorld Saves - A Beginner's Guide