Download
(893 b)
Download
Updated: 06/13/20 11:16 PM
Pictures
File Info
Compatibility:
Greymoor (6.0.5)
Harrowstorm (5.3.5)
Updated:06/13/20 11:16 PM
Created:12/15/17 05:31 AM
Monthly downloads:32
Total downloads:8,051
Favorites:8
MD5:
No Dialog Background  Popular! (More than 5000 hits)
Version: 1.10
by: Dr4Wm4N [More]
ENGLISH:

A very simple addon that does only one thing: removing the (IMO ugly) dark background used in dialogs.

It works for either mouse & keyboard interface and gamepad interface.

This addon is inspired by one function of Mersoit's Dialogue Disabler For GamePad (I just made it to also work with mouse & keyboard interface).

FRANÇAIS :

Un simple addon qui ne fait qu'une seule chose : enlever le fond sombre (et à mon avis affreux) utilisé dans les dialogues.

Il fonctionne à la fois avec l'interface souris & clavier et l'interface manette.

Cet addon est inspiré par une fonction de Mersoit's Dialogue Disabler For GamePad (j'ai juste fait en sorte que cela fonctionne également avec l'interface souris & clavier).
v1.10
  • API Bump (100031) to be compatible with Greymoor (6.0)

v1.9
  • API Bump (100029) to be compatible with Dragonhold (5.2)

v1.8
  • API Bump (100028) to be compatible with Scalebreaker (5.1)

v1.7
  • API Bump (100027) to be compatible with Elsweyr (5.0)

v1.6
  • API Bump (100026) to be compatible with Wrathstone (4.3)

v1.5
  • API Bump (100025) to be compatible with Murkmire (4.2)

v1.4
  • API Bump (100024) to be compatible with Wolfhunter (4.1)

v1.3
  • Now also removes subtitles background
  • Code changes

v1.2
  • API Bump (100023) to be compatible with Summerset (4.0)
  • Minor code changes

v1.1
  • API Bump (100022) to be compatible with Dragon Bones (3.3)
  • Added description in addon selection menu

v1.0
  • Initial release
Optional Files (0)


Archived Files (10)
File Name
Version
Size
Uploader
Date
1.9
894B
Dr4Wm4N
10/25/19 09:39 AM
1.8
894B
Dr4Wm4N
08/15/19 07:23 AM
1.7
894B
Dr4Wm4N
06/13/19 07:00 PM
1.6
894B
Dr4Wm4N
02/17/19 11:42 AM
1.5
886B
Dr4Wm4N
10/01/18 08:38 AM
1.4
886B
Dr4Wm4N
08/11/18 07:32 AM
1.3
886B
Dr4Wm4N
06/19/18 06:06 AM
1.2
984B
Dr4Wm4N
05/08/18 09:45 PM
1.1
980B
Dr4Wm4N
01/22/18 09:08 AM
1.0
970B
Dr4Wm4N
12/15/17 05:31 AM


Post A Reply Comment Options
Unread 06/15/20, 10:47 AM  
deljason
AddOn Author - Click to view AddOns

Forum posts: 9
File comments: 82
Uploads: 4
I made something similar for myself (for gamepad ui) a couple years ago. I also removed the tinted strip/border on the bottom. The only thing I could not figure out how to do was move the buttons so they are on the right side rather than on the left side.

For the lower tinted strip its this:
ZO_KeybindStripGamepadBackground:SetHidden (true)
Report comment to moderator  
Reply With Quote
Unread 02/28/19, 09:23 AM  
Racke
 
Racke's Avatar

Forum posts: 9
File comments: 16
Uploads: 0
Would it be possible to change transparency instead of completely removing it?

Nevermind, figured it out :

NoDialogBG = {}
NoDialogBG.name = "NoDialogBG"

local function Addon_Loaded(eventCode, addOnName)
if (addOnName == "NoDialogBG") then
-- Mouse & keyboard dialog background
ZO_InteractWindowTopBG:SetAlpha(0.5)
ZO_InteractWindowBottomBG:SetAlpha(0.5)
-- Gamepad dialog background
ZO_InteractWindow_GamepadBG:SetAlpha(0.5)
-- Subtitles background
ZO_SubtitlesTextBackground:SetAlpha(0.5)
ZO_SubtitlesTextBackgroundLeft:SetAlpha(0.5)
ZO_SubtitlesTextBackgroundRight:SetAlpha(0.5)
end
end

EVENT_MANAGER:RegisterForEvent("NoDialogBG", EVENT_ADD_ON_LOADED, Addon_Loaded)
From 0 to 0.5 Alpha.
Last edited by Racke : 03/01/19 at 12:44 AM.
Report comment to moderator  
Reply With Quote
Unread 08/12/18, 12:46 AM  
mendisabal

Forum posts: 3
File comments: 113
Uploads: 0
Originally Posted by Dr4Wm4N
I'm already using Skylike Dialog, which is based on Shinni's Free Dialog Camera and has some more functions.
free camera nice , I will also try, thanks a lot .
Report comment to moderator  
Reply With Quote
Unread 08/12/18, 12:34 AM  
Dr4Wm4N
 
Dr4Wm4N's Avatar
AddOn Author - Click to view AddOns

Forum posts: 0
File comments: 19
Uploads: 1
Thanks, but I'm already using Skylike Dialog, which is based on Shinni's Free Dialog Camera and has some more functions.
Report comment to moderator  
Reply With Quote
Unread 08/11/18, 09:37 AM  
mendisabal

Forum posts: 3
File comments: 113
Uploads: 0
expansion of the functional

Hello friend, I think you'll like it.
just add this http://www.esoui.com/downloads/info1...rson.html#info to you addon :банан:
Report comment to moderator  
Reply With Quote
Post A Reply



Category Jump: