Details Vanilla RimWorld does not account for setups with many modded factions.
Details
Vanilla RimWorld does not account for setups with many modded factions. Enemy factions always start drawing from the center, and every additional row is placed beneath it. As a result, the list quickly overflows downward and overlaps with other faction icons. Moreover, it even extends past the right edge of the window.
This mod adjusts the layout so that any number of factions can be displayed at once without breaking the UI.
Compatibility
- Compatible with VFE - Classical: accounts for "View Senators" box.
- Probably incompatible with other mods that touches the same UI.
How does this work?
- Since the vanilla faction UI logic is all handled inside a single method, this mod applies a Harmony prefix that re-implements most of that logic (drawing the main faction icon, faction names, ideos, relations, etc.) with mostly copy&pasted codes, except for the part that draws enemy factions. The prefix then skips the vanilla drawing routine entirely.
- As a result, if you view Dubs Performance Analyzer while looking at faction UI, it may look like the prefix is taking some performance. However, the analyzer does not account for the fact that the original vanilla drawing code, much of which performs the same work and is now being skipped, would have incurred a similar cost. You can ignore it.
1.2.0 (21/02/2021): - Sprinkler effect no longer stack - Sprinkler no longer boost plant in hydroponic (they still boost planter box) - Sprinkler no longer boost trees 1.1.1 (08/04/2020): Fixed Animal feeder not appearing in the correct tab. Sprinkler no longer blocks wind. 1.1.0
This mod adds an occasional, small event that motivates a colonist to craft a specific weapon or apparel unlocked by the recent research, granting a one-time quality boost if they follow through.
Adds new list boxes for recipe bills, health bills, plant selection, architect menu, research menu, and a quick select menu for designators, making it easier to find things when lots of mods are running.