Difference between revisions of "Save file"
Jump to navigation
Jump to search
Samtarling (talk | contribs) (added new section - Save file contents) |
Samtarling (talk | contribs) m (formatting and rewording) |
||
Line 1: | Line 1: | ||
{{TOCright}} | {{TOCright}} | ||
+ | == 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== | ==Save file locations== | ||
Line 11: | Line 20: | ||
<code>C:\Users\</code>'''<code>your user name</code>'''<code>\AppData\LocalLow\Ludeon Studios\RimWorld</code> | <code>C:\Users\</code>'''<code>your user name</code>'''<code>\AppData\LocalLow\Ludeon Studios\RimWorld</code> | ||
:Shortcut: | :Shortcut: | ||
− | <pre>windows button + R -> | + | <pre>windows button + R -> the Run dialog will appear |
− | type %appdata% -> | + | type %appdata% -> this will open the appdata folder</pre> |
---- | ---- | ||
{| | {| | ||
Line 28: | Line 37: | ||
The Save files are stored in: <code>/Users/</code>'''<code>your user name</code>'''<code>/Library/Caches/unity.Ludeon Studios.RimWorld</code> | The Save files are stored in: <code>/Users/</code>'''<code>your user name</code>'''<code>/Library/Caches/unity.Ludeon Studios.RimWorld</code> | ||
---- | ---- | ||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− |
Revision as of 18:03, 8 November 2013
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
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% -> this will open the appdata folder
Linux version |
The Save files are stored in: /home/
your user name
/.config/unity3d/Ludeon Studios/RimWorld/
Mac OS X version |
The Save files are stored in: /Users/
your user name
/Library/Caches/unity.Ludeon Studios.RimWorld