Ludeon Forums

RimWorld => Mods => Tools => Topic started by: Glendog on June 29, 2018, 06:14:19 AM

Title: Where is the backstory data located?
Post by: Glendog on June 29, 2018, 06:14:19 AM
Hello,

Can anyone advise were the backstories data is located?

I can find the traits and everything else, but cannot for the life of me find the backstory data, other than the translations.

Thanks,
Title: Re: Where is the backstory data located?
Post by: Mehni on June 29, 2018, 07:25:24 AM
They're packed in the assets file. Extracting them is tedious but doable (all it takes is a good text editor) and what I've done here (https://mehni.000webhostapp.com/BackStoriesB18/). If you want to edit them in-game, you're better off with C#. You'll want to access the BackstoryDatabase, which is where they're stored as far as the game is concerned.
Title: Re: Where is the backstory data located?
Post by: Fistandantillus7 on April 05, 2019, 09:47:59 PM
Thanks for posting them.