RimWorld
Toggleable Overlays
30件中 1-10 を表示
< 1  2  3 >
更新: 2023年5月4日 @ 0時51分

v2.2
- Prisoners and slaves have been split into their own separate mod options.
- The mod options UI has been redone and is now in the style of some of my newer mods, split into tabs.
- Performance optimization: Reduced harmony overhead.

更新: 2023年3月18日 @ 15時47分

v2.1.4
- NRE fix for maps that don't have any pawns on it.

更新: 2023年3月8日 @ 20時23分

v2.1.3
- Performance improvements: The harmony patches for this mod that get the most traffic have been converted to transpilers in order to reduce overhead.
- The mod option "optimize lister" is now enabled by default. This feature was added awhile ago and as a reminder it improves overall overlay performance by around 40% when zoomed way back.

更新: 2023年2月1日 @ 16時57分

v2.1.2
- Fixes the KeyBindingDefOf warning on game start. Took me forever to realize it was *this* mod causing that, lol.

更新: 2023年1月19日 @ 18時09分

v2.1.1
- Optimization for the handling of unnamed animals (such as wild animals). Normally, when the mod is passed such an animal, it passes it thru for vanilla code to handle. But then vanilla code just skips it since many animals have no names to print. This optimization eliminates this needless overhead, and I measured a substantial 25% improved performance on the overlay code loop.

更新: 2023年1月5日 @ 12時36分

Adds support for Hospitality's guest beds.

更新: 2022年11月28日 @ 13時48分

More fixes for the quick toggle button.

更新: 2022年11月27日 @ 17時41分

Same as the previous update, but fixed better.

更新: 2022年11月27日 @ 17時28分

Fixes edge case where quick key may stop working

更新: 2022年11月26日 @ 16時31分

Improved error handling