Help - Search - Members - Calendar
Full Version: I Want To Remove Everything !
Scenyx Entertainment Community > Xbox1 Forums > Software Forums > XBMC for Xbox Forums > XBMC Skinning > Official Team Blackbolt Skins Forum > Skin Mods
SNAAAKE
how do I around removing the logo, the little shadow line below the mc360 logos, and the description of each tab. like u know when I scroll to games I have some text saying what it is and such. I want everything out of there so I can use some nice wallpapers.

I know I need to remove the .png line from the XML but which files exactly ?? can someone clear this up for a little. I know I should be searching but I looked here for like an hour and didnt find anything at all.

thanks in advance !
timdog82001
There is an option in the skin settings to disable the description text. I don't remember exactly how the code looks for the icon, but it was an option I added in my Monster Mod (see sig). However, its a bit out of date ever since I left for Spain and really can't be used at all right now before I go back through and fix it.
Jezz_X
You need to go through the 4 main home pages and remove these bits
QUOTE
<control type="image">
<description>MC360 Logo</description>
<posx>463</posx>
<posy>83</posy>
<width>128</width>
<height>128</height>
<texture>MC360_logo.png</texture>
<visible>!Control.HasFocus(1) + !Control.HasFocus(2)</visible>
</control>
<control type="image">
<description>Logo Shadow</description>
<posx>413</posx>
<posy>186</posy>
<width>232</width>
<height>16</height>
<texture>home_logoshadow.png</texture>
<visible>!Control.HasFocus(1) + !Control.HasFocus(2)</visible>
</control>
SNAAAKE
got it thanks ! also in case anyone else doing the same, there are only 3 files and the system setting doesnt have a logo by default. these are the files I updated.

custom1114_LiveHome
Home
custom1112_GamesHome
This is a "lo-fi" version of our main content. To view the full version with more information, formatting and images, please click here.
Invision Power Board © 2001-2013 Invision Power Services, Inc.