FTBTeam / FTB-Mods-Issues

Any mod issues, be it FTB Teams, Quests or any other of our mods can be reported here!
23 stars 1 forks source link

[Feature Request]: Color Overlays for Quests #1388

Open nthxny opened 2 weeks ago

nthxny commented 2 weeks ago

Mod

FTB Quests

Description

The ability to configure tinted color overlays for Quests (in the same way you can for images) would be very nice. For example, with the different tiers of machine frames in Industrial Foregoing, I think it would be cool to have the quest outline be colored to match.

image

Describe the solution you'd like

This would probably work best if the background / outline / hover tints were separately configurable.

Describe alternatives you've considered

You can add images around the quests and tint those but there's still no way to control the actual quest.

desht commented 15 hours ago

Are you referring to the tooltip shown when you mouse over a quest? Or the quest button itself? Or the panel shown when you click a quest to open it?

  1. Tooltips: would need some extra coding (and three new quest properties for color/gradient-hi/gradient-lo), but definitely doable.
  2. Quest button: colour is already used to indicate quest progression status for button borders, and these colours can be modified in the theme file with the quest_not_started_color, quest_started_color, quest_completed_color and quest_locked_color properties.
  3. Quest panel: although gradients aren't supported, the panel border can be altered in the theme file with the quest_view_border property, and the panel background can be textured with the quest_view_background icon property.