ESOUI

ESOUI (https://www.esoui.com/forums/index.php)
-   AddOn Search/Requests (https://www.esoui.com/forums/forumdisplay.php?f=165)
-   -   a darker chat window background (https://www.esoui.com/forums/showthread.php?t=2037)

TribeofOne 07/30/14 01:36 PM

a darker chat window background
 
is there anyway through moding to make the chat window darker/less transparent? Ive seen mods for other games with similar background styles do it through anchoring a fake background to the chat window to make a cumulative darking effect.

anyone able to do this?

thanks

Sasky 07/30/14 04:45 PM

I believe there's an option in Wykkyd's framework to put a chat background.
http://www.esoui.com/downloads/info8...Framework.html

TribeofOne 07/30/14 07:10 PM

Quote:

Originally Posted by Sasky (Post 10963)
I believe there's an option in Wykkyd's framework to put a chat background.
http://www.esoui.com/downloads/info8...Framework.html

thanks for the suggestion. I tried it and it doesn't darken the background it simply trims off some of the excess background around the edges. :(

Sasky 07/31/14 11:26 AM

1 Attachment(s)
Sorry, I think I misread what you were asking for.

Don't think there are any existing addons that do that, but you could get it pretty easily.

Wykkyd's hides the default chat background and creates its own frame. If you turn on his frame in settings and un-hide the default, you'll get the double screening effect (image attached). Here's what you'd be looking at for code:

Lua Code:
  1. local function bginit()
  2.     ZO_ChatWindowBg:SetHidden(false)
  3. end
  4.  
  5. EVENT_MANAGER:RegisterForEvent("ChatBGInit", EVENT_PLAYER_ACTIVATED, bginit)

TribeofOne 07/31/14 07:02 PM

Quote:

Originally Posted by Sasky (Post 10970)
Sorry, I think I misread what you were asking for.

Don't think there are any existing addons that do that, but you could get it pretty easily.

Wykkyd's hides the default chat background and creates its own frame. If you turn on his frame in settings and un-hide the default, you'll get the double screening effect (image attached). Here's what you'd be looking at for code:

Lua Code:
  1. local function bginit()
  2.     ZO_ChatWindowBg:SetHidden(false)
  3. end
  4.  
  5. EVENT_MANAGER:RegisterForEvent("ChatBGInit", EVENT_PLAYER_ACTIVATED, bginit)

thats perfect! thank you so much :banana:

circonian 08/04/14 04:15 AM

ChatIt
 
I threw something together & posted it for you, hope it helps. Its called ChatIt. It doesn't do much, but it does what you asked for. You can toggle ON/OFF a secondary chat backdrop, adjust the alpha value of that backdrop so you can make the chat a little darker or a lot. It also has options to stop the chat window from fading, stop the text from fading, or just change the time delay & duration for text fading.
http://www.esoui.com/downloads/info6...ansChatIt.html


TribeofOne 08/04/14 06:34 AM

Great! just perfect! thanks!


All times are GMT -6. The time now is 09:58 PM.

vBulletin © 2024, Jelsoft Enterprises Ltd
© 2014 - 2022 MMOUI