(2015-06-13, 06:00)Batiatus Wrote: (2015-06-13, 01:13)Warner306 Wrote: I am not using this skin, but the controls for the background reflection would be found in Includes_BackgroundBuilding.xml (search for IDs 53 and 54). Controls for the text label are found in MyVideoNav.xml (again under IDs 53 and 54). And controls for the flags are found in the media folder (which would have to be replaced by custom flags created in an image editing program such as Photoshop). The position of the flag and the texture attribute for the flag are found in the Showcase view files.
Nox 5 uses many common labels to keep the code light. MyVideoNav contains many common labels across viewtypes including the title and sublabel. Includes_BackgroundBuilding includes common background elements across viewtypes such as the reflection in Showcase/Landscape views. So, labels such as titles are in MyVideoNav, while background images are in IncludesBackgroundBuilding. The visibility conditions are tied to the IDs for each viewtype, which are included in the name of the view.
Thanks for your assistance. I found what I was looking for the reflections in other XML's though, Got rid of the disc case reflections when you aren't using disc cases which should never have been showing up.
Still haven't worked out why the colors for text and icons in showcase are permanently grey.
I have run into the problem with items appearing grey before. Mike would know the answer to that. There is probably an Includes for these items that overrides other settings or a problem with layers. Includes_CommonValues might be a place to look.
This skin is easier to mod than most but still as mysterious sometimes as to where everything is found.
Basic Rules:
MyVideoNav/MyMusicNav: Common labels across viewtypes
Includes_BackgroundBuilding: Common background elements such as the top bar and floor elements
Other Includes: One for Animations, Widgets, Home Screen, Common Items, Master File List etc.
Variables: Multi-label/multi-image variables
View_ID_Name: Items specific to each viewtype defined by media types:
Container.Content(media type) visibility conditions. If a label or image is missing here, it is most likely in an Includes or MyVideoNav/MyMusicNav defined by viewtype ID.
Dialog and Custom_Blank: A collection of dialogs and things that pop-up on the screen. A few other items not dialogs.
Hope that helps.