Project Zomboid

Project Zomboid

Pretty Option Tooltips
Viser 1-6 af 6 forekomster
Opdatering: 2. sep. 2024 kl. 15:58

Added compatibility with RUST's custom menu that appears when you continue a RUST game (at least in solo).

Opdatering: 24. juni 2024 kl. 8:52

Improved technique of continuing to show tooltips that cover their source.

Opdatering: 20. juni 2024 kl. 6:42

Inline-flagged tooltips now use a special hashing procedure to hopefully ensure that lines will be properly flagged despite adjustments made to the tooltip translation by the tooltip drawing module.

Opdatering: 5. juni 2024 kl. 5:03

No longer removes spacing in tooltips that use images. Also added improvements for viewing tooltips with images in Sandbox Options.

Opdatering: 27. mar. 2024 kl. 6:34

Added a table that can be used to ensure that Pretty Option Tooltips will not add newlines beside RGB tags for tooltips that use inline color tags. This is the best I can do to accommodate that possibility for now. I have already added one exception in the base mod for Building Menu, since the creator reported this need. At file-load time, if you have any tooltip translations that you know you need to stop Pretty Option Tooltips from breaking, you should now be able to add your own translation as a flag to a critical table in Pretty Option Tooltips by doing this:

local PrettyOptionTooltips = require("PrettyOptionTooltips/Main")
if PrettyOptionTooltips then
PrettyOptionTooltips.inlineColorTagged[getText("UI_Your_Translation_Example")] = true
end

I also added an option to apply this mode to all tooltips if anyone happens to have many tooltips that use inline color tags.

Please let me know if you are aware of specific translations that need to be excluded from the line-breaking process applied to most tooltips.

Finally, I added an adjustment to automatically replace `1,1,1` and `1.0,1.0,1.0` with the custom color of your choice when the option to preserve original colors is selected. This is an attempt to automatically color the white text that will often be found around a specially-colored tag.

Opdatering: 17. mar. 2024 kl. 7:55

Enjoy Pretty Option Tooltips. :)