Hi folks,
Has anyone taken a stab at doing force directed graphs to visualize Rimworld colonist social relationships?
I'm aware of Fluffy's Relations Tab (https://github.com/FluffierThanThou/RelationsTab/releases) mod, but I'm not sure it's quite what I'm looking for. I want something that will "clump" my colonists into groups that get along, to help me figure out how to split them up between colonies, caravans, etc. Bonus points if underneath each name it showed skills the colonist is particularly proficient at.
I started doing this myself using a Javascript FDG library (https://github.com/dhotson/springy/) but got tired of manually typing in values. Any hints on where to parse these stats out of the savefiles would also be welcome (the image below is doctored a bit for illustrative purposes).
(https://i.imgur.com/0D8BOJS.png?1) (https://i.imgur.com/0D8BOJS.png)
(https://i.imgur.com/HNG6q9t.png)
EDIT: RelationsTab is actually close to what I want (the screenshots I saw earlier just showed the circular thing instead of the force graph one). Can't figure out how to reliably pin, though. As soon as I select a new colonist it seems the previously selected one becomes unpinned. Also it's a bit too easy to drag your colonist right off the canvas and lose access to them.