How to make floor more transparent in Logo view
#1
Hi guys,

Love this skin! I have not play with any skin for many many years so I forgot all about how to tweak certain details.

How do we change the transparency of the floor in Logo view so that the fanart showing more clearly? I recall something like gradient floor?

Thanks!
-bodhi
Reply
#2
It took some Wiki reading, but it seems that the apparent solution is to replace some of the images in the textures file Kodi/addons/skin.aeon.nox.5/media/Textures.xbt.

For testing I'm using Kodi/addons/skin.transparency/media/Textures.xbt. This made all view transparent (not just a certain view or dialogs).

So we want to extract the Kodi/addons/skin.transparency/media/Textures.xbt and only use some images. And merge them into Aeon Nox Textures.xbt. And repack it.

I thought that I could use diffuse attribute to change the transparency in Kodi/addons/skin.aeon.nox.5/1080iMyVideoNav.xml. However I did not much luck in trying this approach.
Reply
#3
Colordiffuse actually works great after applying to the correct background for Logo view.

Includes_Backgrounds.xml

Code:
<control type="image">
<include>FullscreenDimensions</include>
<colordiffuse>AAAAAAAA</colordiffuse>
<texture border="1">logo_back.png</texture>
<visible>Control.IsVisible(59)</visible>
<include>ViewAnimation</include>
</control>
Reply

Logout Mark Read Team Forum Stats Members Help
How to make floor more transparent in Logo view0