RimWorld
Toggleable Overlays
Hiển thị 11-20 trong 30 mục
< 1  2  3 >
Cập nhật: 25 Thg11, 2022 @ 3:30pm

Update
- You can now toggle-hide the following: Fuel gauge bars (for example the one on the pod launcher), wind speed bar (on the wind turbine), toil bars (this is the progress bar that shows up near pawns when they work on something, be it crafting, tending, or even giving a speech).
- There's also a "hide all bars" setting to remove any misc bars (for example the battery charge bar), blocking the bar drawer at the highest level.
- The vanilla code loop that is responsible for printing all the labels can now be replaced with an optimized version. This can improve the overall mod performance by about 30%. You can disable this should you encounter a mod conflict with its use.
- Now any features you do not use will be handled in a cleaner way, as far as the harmony patching goes.

Cập nhật: 12 Thg10, 2022 @ 2:50pm

1.4 support (no changes needed)

Cập nhật: 11 Thg11, 2021 @ 8:59pm

New
- Added a toggle mode to the quickview feature (the ctrl key, by default). When enabled, you can just press the quickview button once instead of needing to hold the key down.

Cập nhật: 6 Thg11, 2021 @ 11:04am

Just a typo fix

Cập nhật: 28 Thg10, 2021 @ 8:28pm

Forgot that slag counts as chunks too. Tweaked the filter to account for *all* chunk types.

Cập nhật: 28 Thg10, 2021 @ 8:20pm

Added support for any mods that make chunks stackable

Cập nhật: 26 Thg10, 2021 @ 4:00am

Some hefty performance optimizations, around 25% faster overall.

Cập nhật: 25 Thg10, 2021 @ 5:53pm

- Added support for broken down buildings overlays
- Minor code optimizations
- Reformatted all the language keys to standardize them

Cập nhật: 10 Thg10, 2021 @ 6:00pm

Camera filter fix

Cập nhật: 3 Thg10, 2021 @ 8:16am

Technical update
- This mod no longer uses a GameComponent for its code, instead using a harmony patch. This reduces overhead when other mods need to do component lookups.
- Update to the translation keys.
- Update to about.xml load order instructions.