Difference between revisions of "User:Samtarling/sandbox"

From RimWorld Wiki
Jump to navigation Jump to search
(created sandbox)
 
 
Line 1: Line 1:
  
 
== Save file contents ==
 
== 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

Latest revision as of 17:59, 8 November 2013

Save file contents[edit]

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

Notable sections[edit]

  • 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