Thread Tools Display Modes
07/30/14, 01:36 PM   #1
TribeofOne
Join Date: Mar 2014
Posts: 41
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
  Reply With Quote
07/30/14, 04:45 PM   #2
Sasky
AddOn Author - Click to view addons
Join Date: Apr 2014
Posts: 231
I believe there's an option in Wykkyd's framework to put a chat background.
http://www.esoui.com/downloads/info8...Framework.html
  Reply With Quote
07/30/14, 07:10 PM   #3
TribeofOne
Join Date: Mar 2014
Posts: 41
Originally Posted by Sasky View Post
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.
  Reply With Quote
07/31/14, 11:26 AM   #4
Sasky
AddOn Author - Click to view addons
Join Date: Apr 2014
Posts: 231
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)
Attached Thumbnails
Click image for larger version

Name:	chatBG2.JPG
Views:	534
Size:	27.4 KB
ID:	372  
  Reply With Quote
07/31/14, 07:02 PM   #5
TribeofOne
Join Date: Mar 2014
Posts: 41
Originally Posted by Sasky View Post
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
  Reply With Quote
08/04/14, 04:15 AM   #6
circonian
AddOn Author - Click to view addons
Join Date: May 2014
Posts: 613
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

  Reply With Quote
08/04/14, 06:34 AM   #7
TribeofOne
Join Date: Mar 2014
Posts: 41
Great! just perfect! thanks!
  Reply With Quote

ESOUI » AddOns » AddOn Search/Requests » a darker chat window background


Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is On
HTML code is Off