Skip to content

Python script to generate family tree of RimWorld save files

Notifications You must be signed in to change notification settings

compilin/Rimealogy

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 

Repository files navigation

Rimealogy

Python script to generate family (genealogical) trees from RimWorld save files.

Usage

From a command prompt:

./Rimealogy.py InputFileName.rws OutputFileName.dot DrawSelection NameSelection

To avoid spoiling yourself too much, the last two (optional) parameters control which pawns are included and/or named in the tree.

DrawSelection controls which pawns to draw the tree(s) from (so those and every named character related to them will be drawn):

  • colony (default value): Your own colonists
  • seen: All characters you've seen (visitors, raiders, etc...)
  • all: All human characters

NameSelection controls which character have their name shown:

  • seen (default value): All characters you've seen will be named
  • related: Characters directly related (parent/child as well as romance or ex-romance) to your own colonists will be named
  • all: Show all names

About

Python script to generate family tree of RimWorld save files

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages