Thread Tools Display Modes
06-11-23, 06:30 PM   #1
Yukka
A Theradrim Guardian
 
Yukka's Avatar
AddOn Author - Click to view addons
Join Date: Feb 2020
Posts: 60
Immersive addon help

Hi all, can you help me find where in the immersive addon I have to change the code so the UI fades to 90%, not 100%, so it still a bit visible. Thanks.

https://www.curseforge.com/wow/addons/immersive
  Reply With Quote
06-12-23, 05:24 AM   #2
Dridzt
A Pyroguard Emberseer
 
Dridzt's Avatar
AddOn Author - Click to view addons
Join Date: Nov 2005
Posts: 1,360
Originally Posted by Yukka View Post
Hi all, can you help me find where in the immersive addon I have to change the code so the UI fades to 90%, not 100%, so it still a bit visible. Thanks.

https://www.curseforge.com/wow/addons/immersive
If the addon doesn't offer a configuration option itself then your best bet is to use a proper text editor and do a search / replace in files from
Search:
Code:
Alpha(0)
Replace with:
Code:
Alpha(0.1)
Search parameters: Match case yes, whole word no
  Reply With Quote

WoWInterface » AddOns, Compilations, Macros » AddOn Help/Support » Immersive addon help


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