Difference between revisions of "Save file"
Jump to navigation
Jump to search
(added note that this also applies to current build) |
m |
||
Line 12: | Line 12: | ||
'''Rimworld's''' save files are written in XML (Version 1.0) and contain all the information about the state of the game. | '''Rimworld's''' save files are written in XML (Version 1.0) and contain all the information about the state of the game. | ||
− | === Notable | + | === Notable sectionsyou === |
* ''Resources'' - Contains information about each of the available resources in the game. | * ''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. | * ''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. | ||
Line 46: | Line 46: | ||
Your Rimworld settings folder is <code>'''~/Library/Application\ Support/RimWorld'''</code> | Your Rimworld settings folder is <code>'''~/Library/Application\ Support/RimWorld'''</code> | ||
− | To see | + | To see your save games with Finder, open a new shell and enter: |
<code>open ~/Library/Application\ Support/RimWorld/Saves/</code> | <code>open ~/Library/Application\ Support/RimWorld/Saves/</code> |
Revision as of 12:49, 11 September 2015
|
---|
|
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 sectionsyou
- 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\
%username%
\AppData\LocalLow\Ludeon Studios\RimWorld
- Shortcut:
windows button + R -> the Run dialog will appear type %APPDATA%\..\LocalLow -> 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 |
Your Rimworld settings folder is ~/Library/Application\ Support/RimWorld
To see your save games with Finder, open a new shell and enter:
open ~/Library/Application\ Support/RimWorld/Saves/
This also applies to Alpha 12d.