RimWorld
Toggleable Overlays
30개 중 1~10개 표시 중
< 1  2  3 >
업데이트: 2023년 5월 4일 @ 오전 12시 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일 @ 오후 3시 47분

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

업데이트: 2023년 3월 8일 @ 오후 8시 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일 @ 오후 4시 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일 @ 오후 6시 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일 @ 오후 1시 48분

More fixes for the quick toggle button.

업데이트: 2022년 11월 27일 @ 오후 5시 41분

Same as the previous update, but fixed better.

업데이트: 2022년 11월 27일 @ 오후 5시 28분

Fixes edge case where quick key may stop working

업데이트: 2022년 11월 26일 @ 오후 4시 31분

Improved error handling