Help - Search - Members - Calendar
Full Version: Login Screen
Scenyx Entertainment Community > Xbox1 Forums > Software Forums > XBMC for Xbox Forums > XBMC Skinning > Official Team Blackbolt Skins Forum > Skin Mods
newiep2003
heres a little edit of the loginscreen xml i did.. it just makes the login screen more interesting only allows 2 profiles though unless you edit the placement of the info.... any case it works ok

just replace all the txt with this....




- <window>
<id>29</id>
<defaultcontrol>52</defaultcontrol>
<allowoverlay>no</allowoverlay>
- <controls>
- <!-- Setup Background and Window Transition
-->
- <control>
<description>Background Animation</description>
<type>multiimage</type>
<posx>0</posx>
<posy>0</posy>
<width>720</width>
<height>576</height>
<imagepath>BKGD_Frames</imagepath>
<timeperimage>0</timeperimage>
<fadetime>40</fadetime>
<loop>yes</loop>
<randomize>false</randomize>
<visible>![Player.HasMedia + !Skin.HasSetting(backgroundvis)] + !Skin.HasSetting(backgroundani)</visible>
<animation effect="fade" time="200">WindowOpen</animation>
<animation effect="fade" delay="100" time="750">WindowClose</animation>
</control>
- <control>
<description>Background Animation</description>
<type>multiimage</type>
<posx>18</posx>
<posy>0</posy>
<width>610</width>
<height>576</height>
<imagepath>BKGD_Frames</imagepath>
<timeperimage>0</timeperimage>
<fadetime>40</fadetime>
<loop>yes</loop>
<randomize>false</randomize>
<visible>![Player.HasMedia + !Skin.HasSetting(backgroundvis)] + !Control.HasFocus(2) + !Skin.HasSetting(backgroundani)</visible>
<animation effect="fade" time="100">WindowOpen</animation>
</control>
- <control>
<type>visualisation</type>
<posx>0</posx>
<posy>0</posy>
<width>720</width>
<height>576</height>
<visible>!Skin.HasSetting(backgroundvis)</visible>
<animation effect="fade" time="200">WindowOpen</animation>
<animation effect="fade" end="0" time="100">WindowClose</animation>
</control>
- <control>
<description>video preview window</description>
<type>videowindow</type>
<posx>0</posx>
<posy>0</posy>
<width>720</width>
<height>576</height>
<animation effect="fade" time="200">WindowOpen</animation>
<animation effect="fade" end="0" time="100">WindowClose</animation>
</control>
- <control>
<description>Intro Background Static Alpha</description>
<type>image</type>
<posx>0</posx>
<posy>0</posy>
<width>720</width>
<height>576</height>
<visible>!Skin.String(Login)</visible>
<texture>background-intro.png</texture>
<animation effect="fade" time="100">WindowOpen</animation>
<animation effect="fade" delay="100" time="750">WindowClose</animation>
</control>
- <control>
<description>Login Custom Background Static</description>
<type>image</type>
<posx>0</posx>
<posy>0</posy>
<width>720</width>
<height>576</height>
<texture>-</texture>
<info>Skin.String(Login)</info>
<colordiffuse>D1FFFFFF</colordiffuse>
<animation effect="fade" delay="100" time="750">WindowClose</animation>
<animation effect="fade" time="100">WindowOpen</animation>
</control>
- <control>
<description>Whitewash Glass Top Middle</description>
<type>image</type>
<posx>0</posx>
<posy>0</posy>
<width>720</width>
<height>64</height>
<texture>bkgd-whitewash-glass-top-middle.png</texture>
<visible>!Skin.String(Login)</visible>
<animation effect="fade" time="100">WindowOpen</animation>
<animation effect="fade" delay="100" time="500">WindowClose</animation>
</control>
- <control>
<description>Whitewash Glass Bottom Middle</description>
<type>image</type>
<posx>0</posx>
<posy>512</posy>
<width>720</width>
<height>64</height>
<texture>bkgd-whitewash-glass-bottom-middle.png</texture>
<visible>!Skin.String(Login)</visible>
<animation effect="fade" time="100">WindowOpen</animation>
<animation effect="fade" delay="100" time="500">WindowClose</animation>
</control>
- <control>
<description>Whitewash Overlay Middle</description>
<type>image</type>
<posx>0</posx>
<posy>0</posy>
<width>720</width>
<height>576</height>
<texture>background-overlay-whitewash-centertile.png</texture>
<animation effect="fade" time="100">WindowOpen</animation>
<animation effect="zoom" center="423,288" end="100,30" delay="100" time="500">WindowClose</animation>
</control>
- <!-- Start Button Controls
-->
- <control>
<description>Y Button</description>
<type>image</type>
<posx>95</posx>
<posy>505</posy>
<width>21</width>
<height>21</height>
<texture>button-Y-turnedoff.png</texture>
<animation effect="fade" time="100">WindowOpen</animation>
<animation effect="fade" end="0" time="100">WindowClose</animation>
</control>
- <control>
<description>X Button</description>
<type>image</type>
<posx>82</posx>
<posy>525</posy>
<width>21</width>
<height>21</height>
<texture>button-X.png</texture>
<visible>Player.HasMedia</visible>
<animation effect="fade" time="100">WindowOpen</animation>
<animation effect="fade" end="0" time="100">WindowClose</animation>
</control>
- <control>
<description>X Button Off</description>
<type>image</type>
<posx>82</posx>
<posy>525</posy>
<width>21</width>
<height>21</height>
<texture>button-X-turnedoff.png</texture>
<visible>!Player.HasMedia</visible>
<animation effect="fade" time="100">WindowOpen</animation>
<animation effect="fade" end="0" time="100">WindowClose</animation>
</control>
- <control>
<description>Full-Screen Visualisation Label</description>
<include>KeymapFont</include>
<posx>115</posx>
<posy>528</posy>
<include>20002</include>
<align>left</align>
<visible>Player.HasAudio</visible>
<animation effect="fade" time="100">WindowOpen</animation>
<animation effect="fade" end="0" time="100">WindowClose</animation>
</control>
- <control>
<description>Full-Screen Video Label</description>
<include>KeymapFont</include>
<posx>115</posx>
<posy>528</posy>
<include>20003</include>
<align>left</align>
<visible>Player.HasVideo</visible>
<animation effect="fade" time="100">WindowOpen</animation>
<animation effect="fade" end="0" time="100">WindowClose</animation>
</control>
- <control>
<description>B Button</description>
<type>image</type>
<posx>620</posx>
<posy>505</posy>
<width>21</width>
<height>21</height>
<texture>button-B-turnedoff.png</texture>
<animation effect="fade" time="100">WindowOpen</animation>
<animation effect="fade" end="0" time="100">WindowClose</animation>
</control>
- <control>
<description>A Button</description>
<type>image</type>
<posx>633</posx>
<posy>525</posy>
<width>21</width>
<height>21</height>
<texture>button-A.png</texture>
<animation effect="fade" time="100">WindowOpen</animation>
<animation effect="fade" end="0" time="100">WindowClose</animation>
</control>
- <control>
<description>Select Label</description>
<include>KeymapFont</include>
<posx>623</posx>
<posy>528</posy>
<include>19020</include>
<align>right</align>
<animation effect="fade" time="100">WindowOpen</animation>
<animation effect="fade" end="0" time="100">WindowClose</animation>
</control>
- <!-- Start Normal Window Controls
-->
- <control>
<description>description label</description>
<type>label</type>
<id>2</id>
<posx>72</posx>
<posy>30</posy>
<align>left</align>
<label>13200</label>
<textcolor>FFFFFFFF</textcolor>
<include>shadow-black</include>
<font>font18</font>
<animation effect="fade" time="100">WindowOpen</animation>
<animation effect="fade" end="0" time="100">WindowClose</animation>
</control>
- <control>
<description>big listcontrol</description>
<type>listcontrol</type>
<posx>165</posx>
<id>52</id>
<texturefocus>wide-thumb-focus.png</texturefocus>
<texturenofocus>wide-thumb-nofocus.png</texturenofocus>
<font>font18</font>
<font2>font13</font2>
<textcolor2>d0000000</textcolor2>
<suffix>|</suffix>
<textxoff>10</textxoff>
<textyoff>15</textyoff>
<textxoff2>370</textxoff2>
<textyoff2>90</textyoff2>
<spinposy>390</spinposy>
<aligny>top</aligny>
<itemwidth>100</itemwidth>
<itemheight>95</itemheight>
<spacebetweenitems>10</spacebetweenitems>
<textureheight>120</textureheight>
<onleft>2</onleft>
<onright>52</onright>
<onup>2</onup>
<ondown>2</ondown>
<animation effect="fade" time="100">WindowOpen</animation>
<animation effect="fade" end="0" time="100">WindowClose</animation>
</control>
- <control>
<description>Profile Amount Label</description>
<type>label</type>
<id>3</id>
<posx>300</posx>
<posy>470</posy>
<width>420</width>
<label>-</label>
<textcolor>FF000000</textcolor>
<font>font13</font>
<animation effect="fade" time="100">WindowOpen</animation>
<animation effect="fade" end="0" time="100">WindowClose</animation>
</control>
- <!-- Start Screen Close Animation
-->
- <control>
<description>Intro Background</description>
<type>image</type>
<posx>0</posx>
<posy>0</posy>
<width>720</width>
<height>576</height>
<texture>background-intro.png</texture>
<animation effect="fade" end="0">WindowOpen</animation>
<animation effect="fade" start="0" end="100" delay="100" time="750">WindowClose</animation>
</control>
- <control>
<description>Left Blade Runner Fill-In</description>
<type>image</type>
<posx>-200</posx>
<posy>0</posy>
<width>99</width>
<height>576</height>
<texture>background-grey1.png</texture>
<animation effect="fade" end="0">WindowOpen</animation>
<animation effect="slide" end="205,0" time="500">WindowClose</animation>
</control>
- <control>
<description>Left Blade Runner</description>
<type>image</type>
<posx>-101</posx>
<posy>0</posy>
<width>128</width>
<height>576</height>
<texture>blades-runner-left1.png</texture>
<animation effect="fade" end="0">WindowOpen</animation>
<animation effect="slide" end="205,0" time="500">WindowClose</animation>
</control>
- <control>
<description>Right Blade Runner Fill-In</description>
<type>image</type>
<posx>833</posx>
<posy>0</posy>
<width>92</width>
<height>576</height>
<texture>background-grey1.png</texture>
<animation effect="fade" end="0">WindowOpen</animation>
<animation effect="slide" end="-205,0" time="500">WindowClose</animation>
</control>
- <control>
<description>Right Blade Runner</description>
<type>image</type>
<posx>705</posx>
<posy>0</posy>
<width>128</width>
<height>576</height>
<texture>blades-runner-right.png</texture>
<animation effect="fade" end="0">WindowOpen</animation>
<animation effect="slide" end="-205,0" time="500">WindowClose</animation>
</control>
- <control>
<description>RSS Feeds</description>
<type>rss</type>
<posx>10</posx>
<posy>8</posy>
<width>700</width>
<font>special20</font>
<scroll>true</scroll>
<urlset>1</urlset>
<titlecolor>ffD2FF00</titlecolor>
<headlinecolor>FF000000</headlinecolor>
<textcolor>FF000000</textcolor>
<visible>!Control.HasFocus(1) + !Control.HasFocus(2)</visible>
<visible>!Skin.HasSetting(rss-feeds)</visible>
<animation effect="fade" time="100">WindowOpen</animation>
</control>
- <control>
<description>Clock Label</description>
<type>label</type>
<posx>630</posx>
<posy>48</posy>
<info>System.Time</info>
<align>right</align>
<font>bold14</font>
<include>shadow-black</include>
<visible>Skin.HasSetting(BladeClock) + !Control.HasFocus(1) + !Control.HasFocus(2)</visible>
<animation effect="fade" time="100">WindowOpen</animation>
</control>
- <!-- Begin WeatherCard
-->
- <control>
<description>Weather Location</description>
<type>label</type>
<posx>185</posx>
<posy>350</posy>
<width>225</width>
<info>Weather.Location</info>
<align>left</align>
<font>bold14</font>
<textcolor>FF000000</textcolor>
<include>shadow-white</include>
<visible>!Control.HasFocus(1) + !Control.HasFocus(2) + Skin.HasSetting(media_card_weather) + [!Skin.HasSetting(MusicCard) | [Skin.HasSetting(MusicCard) + !Player.HasAudio]]</visible>
<animation effect="fade" time="100">WindowOpen</animation>
</control>
- <control>
<description>Weather Image</description>
<type>image</type>
<posx>100</posx>
<posy>350</posy>
<width>64</width>
<height>64</height>
<info>Weather.Conditions</info>
<visible>!Control.HasFocus(1) + !Control.HasFocus(2) + Skin.HasSetting(media_card_weather) + [!Skin.HasSetting(MusicCard) | [Skin.HasSetting(MusicCard) + !Player.HasAudio]]</visible>
<animation effect="fade" time="100">WindowOpen</animation>
</control>
- <control>
<description>Weather Label</description>
<type>label</type>
<posx>185</posx>
<posy>370</posy>
<include>20020</include>
<align>left</align>
<font>font12</font>
<textcolor>FF000000</textcolor>
<include>shadow-grey</include>
<visible>!Control.HasFocus(1) + !Control.HasFocus(2) + Skin.HasSetting(media_card_weather) + [!Skin.HasSetting(MusicCard) | [Skin.HasSetting(MusicCard) + !Player.HasAudio]]</visible>
<animation effect="fade" time="100">WindowOpen</animation>
</control>
- <control>
<description>Weather Conditions</description>
<type>label</type>
<posx>185</posx>
<posy>390</posy>
<include>20021</include>
<align>left</align>
<font>font12</font>
<textcolor>FF000000</textcolor>
<include>shadow-grey</include>
<visible>!Control.HasFocus(1) + !Control.HasFocus(2) + Skin.HasSetting(media_card_weather) + [!Skin.HasSetting(MusicCard) | [Skin.HasSetting(MusicCard) + !Player.HasAudio]]</visible>
<animation effect="fade" time="100">WindowOpen</animation>
</control>
- <control>
<description>Weather Conditions</description>
<type>label</type>
<posx>350</posx>
<posy>390</posy>
<info>Weather.Temperature</info>
<align>right</align>
<font>font12</font>
<textcolor>FF000000</textcolor>
<include>shadow-grey</include>
<visible>!Control.HasFocus(1) + !Control.HasFocus(2) + Skin.HasSetting(media_card_weather) + [!Skin.HasSetting(MusicCard) | [Skin.HasSetting(MusicCard) + !Player.HasAudio]]</visible>
<animation effect="fade" time="100">WindowOpen</animation>
</control>
- <control>
<description>Weather Conditions</description>
<type>label</type>
<posx>185</posx>
<posy>410</posy>
<width>160</width>
<info>Weather.Conditions</info>
<align>left</align>
<font>font12</font>
<textcolor>FF000000</textcolor>
<include>shadow-grey</include>
<visible>!Control.HasFocus(1) + !Control.HasFocus(2) + Skin.HasSetting(media_card_weather) + [!Skin.HasSetting(MusicCard) | [Skin.HasSetting(MusicCard) + !Player.HasAudio]]</visible>
<animation effect="fade" time="100">WindowOpen</animation>
</control>
- <!-- End WeatherCard
-->
- <control>
<description>Ip Address label</description>
<type>label</type>
<id>1</id>
<width>255</width>
<posx>450</posx>
<posy>350</posy>
<info>Network.IPAddress</info>
<align>centre</align>
<font>font14</font>
<textcolor>FF000000</textcolor>
<visible>!Control.HasFocus(1) + !Control.HasFocus(2)</visible>
<animation effect="fade" time="100">WindowOpen</animation>
</control>
- <control>
<description>CPU Temperature Label</description>
<type>label</type>
<id>1</id>
<width>255</width>
<posx>470</posx>
<posy>370</posy>
<label>$INFO[System.CPUTemperature]</label>
<align>centre</align>
<font>font14</font>
<textcolor>FF000000</textcolor>
<visible>!Control.HasFocus(1) + !Control.HasFocus(2)</visible>
<animation effect="fade" time="100">WindowOpen</animation>
</control>
- <control>
<description>GPU Temperature Label</description>
<type>label</type>
<id>1</id>
<width>255</width>
<posx>470</posx>
<posy>390</posy>
<label>$INFO[System.GPUTemperature]</label>
<align>centre</align>
<font>font14</font>
<textcolor>FF000000</textcolor>
<visible>!Control.HasFocus(1) + !Control.HasFocus(2)</visible>
<animation effect="fade" time="100">WindowOpen</animation>
</control>
- <control>
<description>HDD Temperature Label</description>
<type>label</type>
<id>1</id>
<width>255</width>
<posx>470</posx>
<posy>410</posy>
<label>$INFO[System.HDTemperature]</label>
<align>centre</align>
<font>font14</font>
<textcolor>FF000000</textcolor>
<visible>!Control.HasFocus(1) + !Control.HasFocus(2)</visible>
<animation effect="fade" time="100">WindowOpen</animation>
</control>
</controls>
</window>

jonboy666
Cool!!! Any chance of a screenshot?
And Heres the .xml file ready for ftp:
http://www.box.net/public/q7t76glqek
Thank you newiep2003
newiep2003
i dint no how to ive registed and uploaded the image on the site you use but dont no how to get the url for it to post on here

http://www.box.net/public/1qmm6duij0



i figure it out, just to add this is the first xml ive ever edited....
jonboy666
To upload a screenshot use: http://imageshack.us/
Cool mod by the way!!!
roormonger
This is cool and everything especially scince this is the first xml edit you've done but whats the point, you are only in the logon screen for about a total of 3 seconds. But nice job none the less.

P.S you could also use photobucket to host pics.
Fused0ne
My login goes completley black when using this. Anyone have this problem?
warlion
i have the same problem mi login screen is complete black
Fused0ne
Ok just copy the code from the post that has the entire code. Something is wrong with the xml file posted.

Be sure not to copy the - before the <window> in the post. Perhaps that is what is wrong with the XML file thats posted for download.

I copied the code and put it into the file myself and it worked.
conners
any1 wanna post the working xml, no matter what i do it goes black and locks up
newiep2003
hi guy sorry for the problems heres the
original xml ftp'd straight from my xbox


http://www.box.net/public/p7dlbzodqu

Knightmare69
QUOTE(conners @ Aug 19 2006, 03:21 AM) *

any1 wanna post the working xml, no matter what i do it goes black and locks up


I had the same problem. You need to delete the - before every couple of lines in the posted code above. Hope that helps, it did for me smile.gif
newiep2003
ive added the working file above

heres a few others as well just replace the ones you have

http://www.box.net/public/n1ai4l43dp
newiep2003
youll need these to go with them xml's

http://www.box.net/public/jcze799l9c

jus ftp them in to the skin media folder
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.