I already switched to the auto saved one
but thanks anyway
but thanks anyway
This section allows you to view all posts made by this member. Note that you can only see posts made in areas you currently have access to.
Show posts Menu
but thanks anyway
Quote from: Acruid on April 10, 2016, 03:23:51 PM
How to make this work with an existing save:
- Open save file with notepad at: "C:\Users\<USERNAME>\AppData\LocalLow\Ludeon Studios\RimWorld\Saves\".
- Ctrl+F, search for the tag "<components>".
- Add the EDB interface component to the list. The line is "<li Class="EdB.Interface.ComponentColonistBar" />".
- Save...
- Profit!
The components section looks like this in my save before...<components>
<li Class="BreakdownManager" />
<li Class="RTMadSkills.MapComponent_RTSkillIncreaser" />
<li Class="RTFusebox.MapComponent_RTFusebox" />
<li Class="FluffyManager.Manager">
<JobStack>
<JobStack />
</JobStack>
</li>
</components>
And after:
<components>
<li Class="BreakdownManager" />
<li Class="RTMadSkills.MapComponent_RTSkillIncreaser" />
<li Class="RTFusebox.MapComponent_RTFusebox" />
<li Class="FluffyManager.Manager">
<JobStack>
<JobStack />
</JobStack>
</li>
<li Class="EdB.Interface.ComponentColonistBar" />
</components>