Zune Forum
 
*
Welcome, Guest. Please login or register.
Did you miss your activation email?
February 09, 2010, 02:22:01 AM


Login with username, password and session length


Pages: [1] 2 3 ... 19   Go Down
  Print  
Author Topic: New Zune Software Backgrounds  (Read 70880 times)
0 Members and 1 Guest are viewing this topic.
krhainos
Grunt of the ZS Army
*
Offline Offline

Posts: 4


disregards FCC Part 15.247


View Profile WWW
« on: November 13, 2007, 09:10:25 AM »

I don't know about everyone else; but I didn't really like any of the default Zune backgrounds provided in the new software.

Fortunately, they're rather easy to change.  All you need is a copy of Resource Hacker and a program that can output PNGs to your liking.  You'll find all of the files mentioned here where Zune gets installed (C:\Program Files\Zune -- not sure if the install process lets you choose a different folder.)

Zune's UI stores its PNGs in 1007x756 at 24bit.  You can make one of your own; or rip out one the existing ones :

Open up ZuneShellResources.dll in Resource Hacker, navigate down RCData and find Framebackground##.PNG -- these are the raw PNG data stored.  Highlight any of the 1033 branches under one of these PNGs, and simply go Action -> Save Resource as Binary file.  Name it, zuneback1.png or something.  As long as it's a .png file you should be good.

To replace the image, choose Action -> Replace other Resource.  Choose your new PNG image with Open File with New Resource...
Resource Type = RCData
Resrouce Name = FRAMEBACKGROUND##.PNG  -- it's important that you do not make up a new number, and to simply replace one of the existing ones (00-05)
Resource Language = 1033

Once done, save it out and enjoy,

Bonus points if you want to rename your new image.  These are found in the ZuneResources.dll.mui files in your locale (en-us for me).  Go to String Table -> 2275 and 2276.  Change the name according to the file you replaced (00 = Phyta = FRAMEBACKGROUND00.PNG, etc). Compile Script and save.

The rest of the Zune UI is in this file too, so you can change a whole ton of other things, including your Zune device images (scorpius, keel and draco).  Remember to backup.  Resource Hacker does this for you, but good to keep a virgin copy somewhere.  Here's my current setup.

click for larger.

Remember, you make it you.  I totally did Wink
« Last Edit: November 29, 2007, 05:48:59 PM by Teccom747 » Logged

-K
CoolRraccoon
Grunt of the ZS Army
*
Offline Offline

Posts: 5


View Profile
« Reply #1 on: November 13, 2007, 02:50:19 PM »

cool, nice find

now to re-colour all those pink backgrounds...
Logged
jonmsanti
Ruler of Zunes
*****
Offline Offline

Posts: 571


I will one day live in London


View Profile WWW
« Reply #2 on: November 13, 2007, 06:22:28 PM »

sik dude, soon they'll make an app for it and bundle backgrounds, zune icons, etc.
Logged

{.:'~**[MANGODRONE!]**~':.} aka mangodrop
because i say so...
schimmi
King of Zunes
****
Offline Offline

Posts: 275

why hello there


View Profile
« Reply #3 on: November 13, 2007, 08:08:25 PM »

whatever, i'm content with them at the moment
Logged
Riprat
Zune Sovereign Ruler
*****
Offline Offline

Posts: 1196



View Profile
« Reply #4 on: November 16, 2007, 04:47:43 AM »

Now this is a great find.  One of my biggest peeves was that the backgrounds were to light.  Now its a little easier on the eyes.  Thanks!
Logged


Sunar
Grunt of the ZS Army
*
Offline Offline

Posts: 5



View Profile
« Reply #5 on: November 16, 2007, 06:04:30 AM »

Thanks for this info. Changing all of mine now. Smiley

~Sun
Logged
Aden
Full Zune
**
Offline Offline

Posts: 21


View Profile
« Reply #6 on: November 16, 2007, 06:17:35 AM »

Here is a nice simple version:
http://www.zunescene.mobi/forums/index.php?topic=24938.0

Its a patch which adds NEW wallpapers to your Zune Software.

New Patches are being released again  to night and hopefully daily from now.
Logged
krhainos
Grunt of the ZS Army
*
Offline Offline

Posts: 4


disregards FCC Part 15.247


View Profile WWW
« Reply #7 on: November 16, 2007, 12:56:21 PM »

Here is a nice simple version:
http://www.zunescene.mobi/forums/index.php?topic=24938.0

Its a patch which adds NEW wallpapers to your Zune Software.

New Patches are being released again  to night and hopefully daily from now.

That's pretty neat.  Does it let you use your own images or are you restricted to images provided/tailored by darkzune developers?

Also, if you could theme the entire UI, text color and fonts included -- that'd be pretty trick.  That'd be closer to a complete them than a simple wallpaper swap.
Logged

-K
lawls
Grunt of the ZS Army
*
Offline Offline

Posts: 6



View Profile WWW
« Reply #8 on: November 16, 2007, 01:14:13 PM »

Here is a nice simple version:
http://www.zunescene.mobi/forums/index.php?topic=24938.0

Its a patch which adds NEW wallpapers to your Zune Software.

New Patches are being released again  to night and hopefully daily from now.

That's pretty neat.  Does it let you use your own images or are you restricted to images provided/tailored by darkzune developers?

Also, if you could theme the entire UI, text color and fonts included -- that'd be pretty trick.  That'd be closer to a complete them than a simple wallpaper swap.

The size and format of the wallpaper doesn't matter. I just replaced the resource with a pic of the companion cube at 1680x1050 in jpg format and it worked fine. Also in the RCDATA\STYLES.UIX\1033 controlls all the fonts and colors and formating and all that. A little before half way down the STYLES is where you can add wallpapers to the list without replacing them; I discovered this after installing the zThemePack. Instead of choosing to replace a resource, add a new one but just use the next number up for the Resource Name, which should be 06. After you make the new resource add this line to STYLES where the other background code is located, which is just under half-way down:

<zune:BackgroundOption Description="Cube" Value="res://ZuneShellResources!FrameBackground13.png" Color="{new iris:WindowColor(239,239,239)}"/>

The Description is whatever you want to show up under Display in settings and make sure you change the FrameBackground##.PNG to the new resource you created.
Logged
Riprat
Zune Sovereign Ruler
*****
Offline Offline

Posts: 1196



View Profile
« Reply #9 on: November 16, 2007, 01:46:22 PM »

 Smiley

« Last Edit: January 25, 2008, 04:07:04 PM by Riprat » Logged


krhainos
Grunt of the ZS Army
*
Offline Offline

Posts: 4


disregards FCC Part 15.247


View Profile WWW
« Reply #10 on: November 16, 2007, 01:48:50 PM »

Here is a nice simple version:
http://www.zunescene.mobi/forums/index.php?topic=24938.0

Its a patch which adds NEW wallpapers to your Zune Software.

New Patches are being released again  to night and hopefully daily from now.

That's pretty neat.  Does it let you use your own images or are you restricted to images provided/tailored by darkzune developers?

Also, if you could theme the entire UI, text color and fonts included -- that'd be pretty trick.  That'd be closer to a complete them than a simple wallpaper swap.

The size and format of the wallpaper doesn't matter. I just replaced the resource with a pic of the companion cube at 1680x1050 in jpg format and it worked fine. Also in the RCDATA\STYLES.UIX\1033 controlls all the fonts and colors and formating and all that. A little before half way down the STYLES is where you can add wallpapers to the list without replacing them; I discovered this after installing the zThemePack. Instead of choosing to replace a resource, add a new one but just use the next number up for the Resource Name, which should be 06. After you make the new resource add this line to STYLES where the other background code is located, which is just under half-way down:

<zune:BackgroundOption Description="Cube" Value="res://ZuneShellResources!FrameBackground13.png" Color="{new iris:WindowColor(239,239,239)}"/>

The Description is whatever you want to show up under Display in settings and make sure you change the FrameBackground##.PNG to the new resource you created.

Even better Cheesy  I didn't think it would be that difficult -- since I hated the built-in images to begin with, this was my kneejerk reaction.  So I just replaced the existing one so I didn't waste that much time on it.  My only issue is that you can't use dark backgrounds because of the dark text.  Hopefully this nut will be be cracked really soon.

If you keep poking a round all the files in a resource editor, you're bound to discover something.  A font file replacement/color scheme replacement seems like the next obvious step.  The files are just sitting there.
« Last Edit: November 16, 2007, 01:52:47 PM by krhainos » Logged

-K
Aden
Full Zune
**
Offline Offline

Posts: 21


View Profile
« Reply #11 on: November 16, 2007, 02:10:49 PM »

Here is a nice simple version:
http://www.zunescene.mobi/forums/index.php?topic=24938.0

Its a patch which adds NEW wallpapers to your Zune Software.

New Patches are being released again  to night and hopefully daily from now.

That's pretty neat.  Does it let you use your own images or are you restricted to images provided/tailored by darkzune developers?

Also, if you could theme the entire UI, text color and fonts included -- that'd be pretty trick.  That'd be closer to a complete them than a simple wallpaper swap.

Currently you are limited to the images provided, although we take requests for images and ideas. And yes, the ENTIRE software (scrollbars, buttons, icons, animations) can be altered and patched.
Logged
lawls
Grunt of the ZS Army
*
Offline Offline

Posts: 6



View Profile WWW
« Reply #12 on: November 16, 2007, 02:16:05 PM »

Yeah, adding your own colors is easy. Just copy and past the 'Color' coding and replace the values with what ever colors you want to have displayed.

I've been going through changing the colors one at a time to see what all changed. I was just going through changing each color to blue one at a time to see what colors went with what in the player. I got most figured out, but what I couldn't find was the code to change the color of the library. Its just going to take lots of patience to do. It would be much easier if half the colors weren't some shade of Gray Angry
Logged
lawls
Grunt of the ZS Army
*
Offline Offline

Posts: 6



View Profile WWW
« Reply #13 on: November 16, 2007, 02:30:03 PM »

pffft, what we is love, and what better way to be loved than by being givin a companion cube
Logged
dustin_grey
Full Zune
**
Offline Offline

Posts: 47



View Profile
« Reply #14 on: November 16, 2007, 05:59:23 PM »

Some cool riot pictures or graffiti or something would be super rad.

Graffiti like:
www.banksy.co.uk
(?)
Logged
Яichard
Zune Sovereign Ruler
*****
Offline Offline

Posts: 1224



View Profile WWW
« Reply #15 on: November 17, 2007, 02:51:56 PM »

lol. I love your name; lawls.
Logged

Riprat
Zune Sovereign Ruler
*****
Offline Offline

Posts: 1196



View Profile
« Reply #16 on: November 18, 2007, 12:53:05 AM »

they are still working on the font colors.  as soon as it is figured out someone will post it.
Logged


FEDS-91
King of Zunes
****
Offline Offline

Posts: 255



View Profile
« Reply #17 on: November 18, 2007, 07:00:02 AM »

Nice mod. If I can find the time to try it out, I definitely will. I'm not fond in the slightest of any of the new backgrounds.
Logged



"It's not that I think stupidity should be punishable by death. I just think we should take the warning labels off of everything and let the problem take care of itself."
Pages: [1] 2 3 ... 19   Go Up
  Print  
 
Jump to:  

Powered by MySQL Powered by PHP Powered by SMF 1.1.7 | SMF © 2006-2008, Simple Machines LLC

Valid XHTML 1.0! Valid CSS! Dilber MC Theme by HarzeM
Page created in 0.199 seconds with 21 queries.