Project Zomboid

Project Zomboid

Pretty Option Tooltips
正在显示第 1 - 6 项,共 6 项条目
更新于:2024 年 9 月 2 日 下午 3:58
作者:Burryaga

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

更新于:2024 年 6 月 24 日 上午 8:52
作者:Burryaga

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

更新于:2024 年 6 月 20 日 上午 6:42
作者:Burryaga

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.

更新于:2024 年 6 月 5 日 上午 5:03
作者:Burryaga

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

更新于:2024 年 3 月 27 日 上午 6:34
作者:Burryaga

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.

更新于:2024 年 3 月 17 日 上午 7:55
作者:Burryaga

Enjoy Pretty Option Tooltips. :)