POST UPDATE HERE
http://forum.xbmc.org/showthread.php?tid=75421
Xperience Special Announcement
yzack_1983
Junior Member Posts: 27 Joined: Jun 2010 Reputation: 0 |
2010-06-08 00:04
Post: #1921
(This post was last modified: 2010-06-10 21:25 by yzack_1983.)
|
| find |
yzack_1983
Junior Member Posts: 27 Joined: Jun 2010 Reputation: 0 |
2010-06-08 02:39
Post: #1922
(This post was last modified: 2010-06-10 21:26 by yzack_1983.)
|
| find |
yzack_1983
Junior Member Posts: 27 Joined: Jun 2010 Reputation: 0 |
2010-06-08 04:39
Post: #1923
a
(This post was last modified: 2010-07-05 23:35 by yzack_1983.)
|
| find |
yzack_1983
Junior Member Posts: 27 Joined: Jun 2010 Reputation: 0 |
2010-06-08 04:41
Post: #1924
b
(This post was last modified: 2010-07-05 23:35 by yzack_1983.)
|
| find |
ekim232
Posting Freak Posts: 1,204 Joined: Nov 2008 Reputation: 5 Location: Chicago, IL |
2010-06-08 04:59
Post: #1925
I think it would be nice to see a dark texture pack. I like the look of Black's 1080 mod, but I also like many features of the original. A dark texture pack would be the like having all the nice features and a choice of look.
HTPC SETUP |
| find |
paul
Posting Freak Joined: Oct 2008 Reputation: 5 Location: Planet Earth |
2010-06-08 05:52
Post: #1926
ekim232 Wrote:I think it would be nice to see a dark texture pack. I like the look of Black's 1080 mod, but I also like many features of the original. A dark texture pack would be the like having all the nice features and a choice of look.I still have them tucked away safely if you require them? XBMC Frodo 12 - Windows 7 - Asrock Ion 330HT - Aeon Nox |
| find |
ekim232
Posting Freak Posts: 1,204 Joined: Nov 2008 Reputation: 5 Location: Chicago, IL |
2010-06-08 05:59
Post: #1927
paul Wrote:I still have them tucked away safely if you require them? Yeah definitely. Will they work with beta 1? HTPC SETUP |
| find |
yzack_1983
Junior Member Posts: 27 Joined: Jun 2010 Reputation: 0 |
2010-06-08 21:35
Post: #1928
BEFORE NOTHING THANKS TO BLACK
this is just an implementation of some part of his code of skin XPERIENCE 1080 ok this mod what it does is to put your profile in the up right corner on your home menu in xperience beta bravo skin ![]() POST UPDATE HERE http://forum.xbmc.org/showthread.php?tid=75421
(This post was last modified: 2010-06-10 21:29 by yzack_1983.)
|
| find |
paul
Posting Freak Joined: Oct 2008 Reputation: 5 Location: Planet Earth |
2010-06-09 07:18
Post: #1929
nice to see somebody taking the time to create a mod for xperience
XBMC Frodo 12 - Windows 7 - Asrock Ion 330HT - Aeon Nox |
| find |
Pedro74
Junior Member Posts: 12 Joined: Mar 2010 Reputation: 0 |
2010-06-10 09:11
Post: #1930
Hello, I must first acknowledge the work of yzack, thanks for this modification, which makes the skin much more enjoyable.
What I did was change a little yzack work, because my notion on this is zero or very low, but after several hours, I managed to polish a little more work. Now these are not annoying and ugly black bars on the boxes and is a bit easier, either we or modify icons, just add. To say that all this is tested on a 4:3 standard definition TV platform xbox xbmc revision 1.1 29xxx. Of course we should amend the strings.xml English and then the language that you use l we leave such as 31 005 PROGRAMS 31 011 and 31 017 are the ones I've used myself, but you can change them to your liking </item> <item id="8"> <label>$LOCALIZE[31005]</label> <onclick>ActivateWindow(1,apps)</onclick> <thumb>windows/home/panel_menu.png</thumb> <icon>panel_menu_programs.png</icon> <visible>!Skin.HasSetting(Custom_icon-programsgamesoff) + !Skin.HasSetting(homeHomeGames) + !Skin.HasSetting(homeprogramsgames)</visible> </item> <item id="8"> <label>$LOCALIZE[31005]</label> <font>Large</font> <onclick>ActivateWindow(1,apps)</onclick> <thumb>windows/home/panel_menu.png</thumb> <label2>$INFO[Skin.String(Custom_icon-programsgames-folder)]</label2> <icon>$INFO[Skin.String(Custom_icon-programsgames)]</icon> <visible>[Skin.HasSetting(Custom_icon-programsgamesoff)] + !Skin.HasSetting(homeHomeGames) + !Skin.HasSetting(homeprogramsgames)</visible> </item> <item id="5"> <label>$LOCALIZE[31011]</label> <onclick>ActivateWindow(1,games)</onclick> <thumb>windows/home/panel_menu.png</thumb> <icon>panel_menu_xbox.png</icon> <visible>!Skin.HasSetting(Custom_icon-programsgamesoff) + !Skin.HasSetting(homeHomeGames) + !Skin.HasSetting(homeprogramsgames)</visible> </item> <item id="5"> <label>$LOCALIZE[31011]</label> <font>Large</font> <onclick>ActivateWindow(1,games)</onclick> <thumb>windows/home/panel_menu.png</thumb> <label2>$INFO[Skin.String(Custom_icon-programsgames-folder)]</label2> <icon>$INFO[Skin.String(Custom_icon-programsgames)]</icon> <visible>[Skin.HasSetting(Custom_icon-programsgamesoff)] + !Skin.HasSetting(homeHomeGames) + !Skin.HasSetting(homeprogramsgames)</visible> </item> <item id="7"> <label>$LOCALIZE[31017]</label> <onclick>ActivateWindow(1,emulators)</onclick> <thumb>windows/home/panel_menu.png</thumb> <icon>panel_menu_emulators.png</icon> <visible>!Skin.HasSetting(Custom_icon-programsgamesoff) + !Skin.HasSetting(homeHomeGames) + !Skin.HasSetting(homeprogramsgames)</visible> </item> <item id="7"> <label>$LOCALIZE[31017]</label> <font>Large</font> <onclick>ActivateWindow(1,emulators)</onclick> <thumb>windows/home/panel_menu.png</thumb> <label2>$INFO[Skin.String(Custom_icon-videofiles-folder)]</label2> <icon>$INFO[Skin.String(Custom_icon-videofiles)]</icon> <visible>[Skin.HasSetting(Custom_icon-programsgamesoff)] + !Skin.HasSetting(homeHomeGames) + !Skin.HasSetting(homeprogramsgames)</visible> </item> we have to modify the "includes_home.xml" on Xbox Xperience I use with very good results, the textures are xpr, compressed. The next thing we have to do is copy the folder "media" icons that we use to Games and Emulators Games = panel_menu_xbox ... changed the name because if nolo do, the icon will be presented by default the next inthe compressed textures. Emulators = panel_menu_emulators Programs = panel_menu_programs Changed as you can see the id in the id we Programs "8" in the games id "5" and emulators id "7", we do this, because when changing panel, do not just disappear from the fixed without small text display of "check your" games etc, if we correlated, they do not go away and create a fairly ugly. We do not need to change this ....<label2>$INFO[Skin.String(Custom_icon-videofiles-folder)]</label2> <icon>$INFO[Skin.String(Custom_icon-videofiles)]</icon> Because we'll copy the folder icons directly in "media" just make sure to rename the icon "panel_menu_games" with "panel_menu_xbox" This will achieve a perfect integration of the panels, without any aesthetic failure or error and without the happy black stripes that are created in the panels to manually add a custom icon from within the skin. Thanks to all |
| find |

![[Image: perfilsp.jpg]](http://img138.imageshack.us/img138/8646/perfilsp.jpg)
Search
Help